Convert Hex to RGBA

后端 未结 18 896
南方客
南方客 2020-12-04 11:36

My fiddle - http://jsbin.com/pitu/1/edit

I wanted to try an easy hex to rgba conversion. Ever browser I\'ve used renders colors using rgb as default so when using th

18条回答
  •  时光取名叫无心
    2020-12-04 12:28

    No need to re-implement the wheel:

    • RGB to HEX: https://github.com/sindresorhus/rgb-hex
    • HEX to RGB: https://github.com/sindresorhus/hex-rgb

提交回复
热议问题