Color Hex Logo

#8878cb Color Hex

#8878CB
(136,120,203)
0 Favorites   0 Comments

Color spaces of #8878cb

RGB 136120203
HSL0.700.440.63
HSV252°41°80°
CMYK 0.330.410.00   0.20
XYZ27.649322.979059.4780
Yxy22.97900.25110.2087
Hunter Lab47.936419.0685-40.0097
CIE-Lab55.050725.0448-40.9904

#8878cb color RGB value is (136,120,203).

#8878cb hex color red value is 136, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8878cb hue: 0.70 , saturation: 0.44 and the lightness value of 8878cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111000 11001011
Octal 210 170 313
Decimal 136 120 203
Hex 88 78 CB

RGB Percentages of Color #8878cb

%29.63
%26.14
%44.23

CMYK Percentages of Color #8878cb

%33
%41
%0
%20

Triadic Colors of #8878cb

#8878cb #cb8878 #78cb88

Analogous Colors of #8878cb

#8878cb #b278cb #7892cb

Monochromatic Colors of #8878cb

#8878cb

Complementary Color

#8878cb #bbcb78

#8878cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8878cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8878cb Color CSS Codes

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

#8878cb Text Font Color

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

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


#8878cb Background Color

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

This div background color is #8878cb


#8878cb Border Color

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

This div border color is #8878cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8878cb


Comments

No comments written yet.

Please login to write comment.