Color Hex Logo

#878ccb Color Hex

#878CCB
(135,140,203)
0 Favorites   0 Comments

Color spaces of #878ccb

RGB 135140203
HSL0.650.400.66
HSV236°33°80°
CMYK 0.330.310.00   0.20
XYZ30.149228.218960.3577
Yxy28.21890.25390.2377
Hunter Lab53.12158.3455-30.1815
CIE-Lab60.086013.0390-33.1109

#878ccb color RGB value is (135,140,203).

#878ccb hex color red value is 135, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #878ccb hue: 0.65 , saturation: 0.40 and the lightness value of 878ccb is 0.66.

The process color (four color CMYK) of #878ccb color hex is 0.33, 0.31, 0.00, 0.20. Web safe color of #878ccb is #9999cc. Color #878ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001100 11001011
Octal 207 214 313
Decimal 135 140 203
Hex 87 8C CB

RGB Percentages of Color #878ccb

%28.24
%29.29
%42.47

CMYK Percentages of Color #878ccb

%33
%31
%0
%20

Triadic Colors of #878ccb

#878ccb #cb878c #8ccb87

Analogous Colors of #878ccb

#878ccb #a487cb #87aecb

Monochromatic Colors of #878ccb

#878ccb

Complementary Color

#878ccb #cbc687

#878ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ccb Color CSS Codes

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

#878ccb Text Font Color

<p style="color:#878ccb">Text here</p>

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


#878ccb Background Color

<div style="background-color:#878ccb">
Div content here</div>

This div background color is #878ccb


#878ccb Border Color

<div style="border:3px solid #878ccb">
Div here</div>

This div border color is #878ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ccb


Comments

No comments written yet.

Please login to write comment.