Color Hex Logo

#8872cb Color Hex

#8872CB
(136,114,203)
0 Favorites   0 Comments

Color spaces of #8872cb

RGB 136114203
HSL0.710.460.62
HSV255°44°80°
CMYK 0.330.440.00   0.20
XYZ26.950121.580759.2450
Yxy21.58070.25010.2002
Hunter Lab46.455022.2574-43.0952
CIE-Lab53.579328.5707-43.3136

#8872cb color RGB value is (136,114,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 11001011
Octal 210 162 313
Decimal 136 114 203
Hex 88 72 CB

RGB Percentages of Color #8872cb

%30.02
%25.17
%44.81

CMYK Percentages of Color #8872cb

%33
%44
%0
%20

Triadic Colors of #8872cb

#8872cb #cb8872 #72cb88

Analogous Colors of #8872cb

#8872cb #b572cb #7289cb

Monochromatic Colors of #8872cb

#8872cb

Complementary Color

#8872cb #b5cb72

#8872cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8872cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8872cb Color CSS Codes

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

#8872cb Text Font Color

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

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


#8872cb Background Color

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

This div background color is #8872cb


#8872cb Border Color

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

This div border color is #8872cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8872cb


Comments

No comments written yet.

Please login to write comment.