hakanozkaptan / hex-opacity

RGBA to Hex Converter with Transparency

Home Page:https://hakanozkaptan.github.io/hex-opacity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexadecimal color code for opacity

LIVE EXAMPLE

How to set opacity with hex value ?

For example, you want to set 90% alpha opacity to #000000, you need to add E6 like this #000000E6

 rgba(0, 0, 0, 0.7) => #000000B3
 rgba(0, 0, 0, 0.9) => #000000E6

About

RGBA to Hex Converter with Transparency

https://hakanozkaptan.github.io/hex-opacity/


Languages

Language:JavaScript 46.0%Language:CSS 29.9%Language:HTML 24.1%