Color Hex Logo

#8c66cb Color Hex

#8C66CB
(140,102,203)
0 Favorites   0 Comments

Color spaces of #8c66cb

RGB 140102203
HSL0.730.490.60
HSV263°50°80°
CMYK 0.310.500.00   0.20
XYZ26.346119.390058.8540
Yxy19.39000.25190.1854
Hunter Lab44.034129.7390-48.4205
CIE-Lab51.140436.6105-47.1585

#8c66cb color RGB value is (140,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100110 11001011
Octal 214 146 313
Decimal 140 102 203
Hex 8C 66 CB

RGB Percentages of Color #8c66cb

%31.46
%22.92
%45.62

CMYK Percentages of Color #8c66cb

%31
%50
%0
%20

Triadic Colors of #8c66cb

#8c66cb #cb8c66 #66cb8c

Analogous Colors of #8c66cb

#8c66cb #bf66cb #6673cb

Monochromatic Colors of #8c66cb

#8c66cb

Complementary Color

#8c66cb #a5cb66

#8c66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c66cb Color CSS Codes

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

#8c66cb Text Font Color

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

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


#8c66cb Background Color

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

This div background color is #8c66cb


#8c66cb Border Color

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

This div border color is #8c66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c66cb


Comments

No comments written yet.

Please login to write comment.