Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages