Color Hex Logo

#9866cb Color Hex

#9866CB
(152,102,203)
0 Favorites   0 Comments

Color spaces of #9866cb

RGB 152102203
HSL0.750.490.60
HSV270°50°80°
CMYK 0.250.500.00   0.20
XYZ28.479820.489958.9538
Yxy20.48990.26390.1899
Hunter Lab45.265833.0915-45.5328
CIE-Lab52.386639.8122-45.1019

#9866cb color RGB value is (152,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100110 11001011
Octal 230 146 313
Decimal 152 102 203
Hex 98 66 CB

RGB Percentages of Color #9866cb

%33.26
%22.32
%44.42

CMYK Percentages of Color #9866cb

%25
%50
%0
%20

Triadic Colors of #9866cb

#9866cb #cb9866 #66cb98

Analogous Colors of #9866cb

#9866cb #cb66cb #6667cb

Monochromatic Colors of #9866cb

#9866cb

Complementary Color

#9866cb #99cb66

#9866cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9866cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9866cb Color CSS Codes

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

#9866cb Text Font Color

<p style="color:#9866cb">Text here</p>

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


#9866cb Background Color

<div style="background-color:#9866cb">
Div content here</div>

This div background color is #9866cb


#9866cb Border Color

<div style="border:3px solid #9866cb">
Div here</div>

This div border color is #9866cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,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 #9866cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9866cb


Comments

No comments written yet.

Please login to write comment.