Color Hex Logo

#9c66cb Color Hex

#9C66CB
(156,102,203)
0 Favorites   0 Comments

Color spaces of #9c66cb

RGB 156102203
HSL0.760.490.60
HSV272°50°80°
CMYK 0.230.500.00   0.20
XYZ29.241220.882558.9895
Yxy20.88250.26800.1914
Hunter Lab45.697434.2496-44.5477
CIE-Lab52.820740.8969-44.3865

#9c66cb color RGB value is (156,102,203).

#9c66cb hex color red value is 156, green value is 102 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9c66cb hue: 0.76 , saturation: 0.49 and the lightness value of 9c66cb is 0.60.

The process color (four color CMYK) of #9c66cb color hex is 0.23, 0.50, 0.00, 0.20. Web safe color of #9c66cb is #9966cc. Color #9c66cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01100110 11001011
Octal 234 146 313
Decimal 156 102 203
Hex 9C 66 CB

RGB Percentages of Color #9c66cb

%33.84
%22.13
%44.03

CMYK Percentages of Color #9c66cb

%23
%50
%0
%20

Triadic Colors of #9c66cb

#9c66cb #cb9c66 #66cb9c

Analogous Colors of #9c66cb

#9c66cb #cb66c8 #6a66cb

Monochromatic Colors of #9c66cb

#9c66cb

Complementary Color

#9c66cb #95cb66

#9c66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c66cb Color CSS Codes

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

#9c66cb Text Font Color

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

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


#9c66cb Background Color

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

This div background color is #9c66cb


#9c66cb Border Color

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

This div border color is #9c66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c66cb


Comments

No comments written yet.

Please login to write comment.