Color Hex Logo

#9c09b4 Color Hex

#9C09B4
(156,9,180)
0 Favorites   0 Comments

Color spaces of #9c09b4

RGB 1569180
HSL0.810.900.37
HSV292°95°71°
CMYK 0.130.950.00   0.29
XYZ22.046210.558644.0561
Yxy10.55860.28760.1377
Hunter Lab32.494064.2424-57.6409
CIE-Lab38.826970.8871-53.3972

#9c09b4 color RGB value is (156,9,180).

#9c09b4 hex color red value is 156, green value is 9 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #9c09b4 hue: 0.81 , saturation: 0.90 and the lightness value of 9c09b4 is 0.37.

The process color (four color CMYK) of #9c09b4 color hex is 0.13, 0.95, 0.00, 0.29. Web safe color of #9c09b4 is #9900cc. Color #9c09b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00001001 10110100
Octal 234 11 264
Decimal 156 9 180
Hex 9C 9 B4

RGB Percentages of Color #9c09b4

%45.22
%2.61
%52.17

CMYK Percentages of Color #9c09b4

%13
%95
%0
%29

Triadic Colors of #9c09b4

#9c09b4 #b49c09 #09b49c

Analogous Colors of #9c09b4

#9c09b4 #b40977 #4609b4

Monochromatic Colors of #9c09b4

#9c09b4

Complementary Color

#9c09b4 #21b409

#9c09b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c09b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c09b4 Color CSS Codes

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

#9c09b4 Text Font Color

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

This sample text font color is #9c09b4
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.


#9c09b4 Background Color

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

This div background color is #9c09b4


#9c09b4 Border Color

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

This div border color is #9c09b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c09b4


Comments

No comments written yet.

Please login to write comment.