Color Hex Logo

#9c09e9 Color Hex

#9C09E9
(156,9,233)
0 Favorites   0 Comments

Color spaces of #9c09e9

RGB 1569233
HSL0.780.930.47
HSV279°96°91°
CMYK 0.330.960.00   0.09
XYZ28.516013.146578.1254
Yxy13.14650.23810.1097
Hunter Lab36.258176.9337-102.3716
CIE-Lab42.983280.4861-77.3548

#9c09e9 color RGB value is (156,9,233).

#9c09e9 hex color red value is 156, green value is 9 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #9c09e9 hue: 0.78 , saturation: 0.93 and the lightness value of 9c09e9 is 0.47.

The process color (four color CMYK) of #9c09e9 color hex is 0.33, 0.96, 0.00, 0.09. Web safe color of #9c09e9 is #9900ff. Color #9c09e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00001001 11101001
Octal 234 11 351
Decimal 156 9 233
Hex 9C 9 E9

RGB Percentages of Color #9c09e9

%39.20
%2.26
%58.54

CMYK Percentages of Color #9c09e9

%33
%96
%0
%9

Triadic Colors of #9c09e9

#9c09e9 #e99c09 #09e99c

Analogous Colors of #9c09e9

#9c09e9 #e909c6 #2c09e9

Monochromatic Colors of #9c09e9

#9c09e9

Complementary Color

#9c09e9 #56e909

#9c09e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c09e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c09e9 Color CSS Codes

.mybgcolor {background-color:#9c09e9; } 
.myforecolor {color:#9c09e9; }
.mybordercolor {border:3px solid #9c09e9; }

#9c09e9 Text Font Color

<p style="color:#9c09e9">Text here</p>

This sample text font color is #9c09e9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9c09e9 Background Color

<div style="background-color:#9c09e9">
Div content here</div>

This div background color is #9c09e9


#9c09e9 Border Color

<div style="border:3px solid #9c09e9">
Div here</div>

This div border color is #9c09e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,9,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c09e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c09e9;
  -webkit-box-shadow: 1px 1px 3px 2px #9c09e9;
  box-shadow:         1px 1px 3px 2px #9c09e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,9,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9c09e9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9c09e9;
  -webkit-box-shadow: 1px 1px 3px 2px #9c09e9;
  box-shadow:         1px 1px 3px 2px #9c09e9;">
Div content here</div>

This div box has shadow with color #9c09e9


Comments

No comments written yet.

Please login to write comment.