Color Hex Logo

#8872cc Color Hex

#8872CC
(136,114,204)
0 Favorites   0 Comments

Color spaces of #8872cc

RGB 136114204
HSL0.710.470.62
HSV255°44°80°
CMYK 0.330.440.00   0.20
XYZ27.069721.628559.8747
Yxy21.62850.24930.1992
Hunter Lab46.506522.5120-43.7784
CIE-Lab53.630628.8346-43.8015

#8872cc color RGB value is (136,114,204).

#8872cc hex color red value is 136, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8872cc hue: 0.71 , saturation: 0.47 and the lightness value of 8872cc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 11001100
Octal 210 162 314
Decimal 136 114 204
Hex 88 72 CC

RGB Percentages of Color #8872cc

%29.96
%25.11
%44.93

CMYK Percentages of Color #8872cc

%33
%44
%0
%20

Triadic Colors of #8872cc

#8872cc #cc8872 #72cc88

Analogous Colors of #8872cc

#8872cc #b572cc #7289cc

Monochromatic Colors of #8872cc

#8872cc

Complementary Color

#8872cc #b6cc72

#8872cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8872cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8872cc Color CSS Codes

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

#8872cc Text Font Color

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

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


#8872cc Background Color

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

This div background color is #8872cc


#8872cc Border Color

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

This div border color is #8872cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,114,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 #8872cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8872cc


Comments

No comments written yet.

Please login to write comment.