Color Hex Logo

#878ebb Color Hex

#878EBB
(135,142,187)
0 Favorites   0 Comments

Color spaces of #878ebb

RGB 135142187
HSL0.640.280.63
HSV232°28°73°
CMYK 0.280.240.00   0.27
XYZ28.634328.084850.9254
Yxy28.08480.26600.2609
Hunter Lab52.99513.7057-19.8779
CIE-Lab59.96537.7496-24.2718

#878ebb color RGB value is (135,142,187).

#878ebb hex color red value is 135, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #878ebb hue: 0.64 , saturation: 0.28 and the lightness value of 878ebb is 0.63.

The process color (four color CMYK) of #878ebb color hex is 0.28, 0.24, 0.00, 0.27. Web safe color of #878ebb is #9999cc. Color #878ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 10111011
Octal 207 216 273
Decimal 135 142 187
Hex 87 8E BB

RGB Percentages of Color #878ebb

%29.09
%30.60
%40.30

CMYK Percentages of Color #878ebb

%28
%24
%0
%27

Triadic Colors of #878ebb

#878ebb #bb878e #8ebb87

Analogous Colors of #878ebb

#878ebb #9a87bb #87a8bb

Monochromatic Colors of #878ebb

#878ebb

Complementary Color

#878ebb #bbb487

#878ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ebb Color CSS Codes

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

#878ebb Text Font Color

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

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


#878ebb Background Color

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

This div background color is #878ebb


#878ebb Border Color

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

This div border color is #878ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,142,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ebb


Comments

No comments written yet.

Please login to write comment.