Color Hex Logo

#8868cc Color Hex

#8868CC
(136,104,204)
0 Favorites   0 Comments

Color spaces of #8868cc

RGB 136104204
HSL0.720.500.60
HSV259°49°80°
CMYK 0.330.490.00   0.20
XYZ26.002719.494559.5191
Yxy19.49450.24760.1856
Hunter Lab44.152627.8567-49.0180
CIE-Lab51.260834.6689-47.5623

#8868cc color RGB value is (136,104,204).

#8868cc hex color red value is 136, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8868cc hue: 0.72 , saturation: 0.50 and the lightness value of 8868cc is 0.60.

The process color (four color CMYK) of #8868cc color hex is 0.33, 0.49, 0.00, 0.20. Web safe color of #8868cc is #9966cc. Color #8868cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 11001100
Octal 210 150 314
Decimal 136 104 204
Hex 88 68 CC

RGB Percentages of Color #8868cc

%30.63
%23.42
%45.95

CMYK Percentages of Color #8868cc

%33
%49
%0
%20

Triadic Colors of #8868cc

#8868cc #cc8868 #68cc88

Analogous Colors of #8868cc

#8868cc #ba68cc #687acc

Monochromatic Colors of #8868cc

#8868cc

Complementary Color

#8868cc #accc68

#8868cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8868cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8868cc Color CSS Codes

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

#8868cc Text Font Color

<p style="color:#8868cc">Text here</p>

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


#8868cc Background Color

<div style="background-color:#8868cc">
Div content here</div>

This div background color is #8868cc


#8868cc Border Color

<div style="border:3px solid #8868cc">
Div here</div>

This div border color is #8868cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,104,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8868cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8868cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8868cc;
  box-shadow:         1px 1px 3px 2px #8868cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,104,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8868cc


Comments

No comments written yet.

Please login to write comment.