Color Hex Logo

#878ebc Color Hex

#878EBC
(135,142,188)
0 Favorites   0 Comments

Color spaces of #878ebc

RGB 135142188
HSL0.640.280.63
HSV232°28°74°
CMYK 0.280.240.00   0.26
XYZ28.741828.127751.4913
Yxy28.12770.26520.2596
Hunter Lab53.03563.9231-20.4387
CIE-Lab60.00398.0019-24.7780

#878ebc color RGB value is (135,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 10111100
Octal 207 216 274
Decimal 135 142 188
Hex 87 8E BC

RGB Percentages of Color #878ebc

%29.03
%30.54
%40.43

CMYK Percentages of Color #878ebc

%28
%24
%0
%26

Triadic Colors of #878ebc

#878ebc #bc878e #8ebc87

Analogous Colors of #878ebc

#878ebc #9b87bc #87a9bc

Monochromatic Colors of #878ebc

#878ebc

Complementary Color

#878ebc #bcb587

#878ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ebc Color CSS Codes

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

#878ebc Text Font Color

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

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


#878ebc Background Color

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

This div background color is #878ebc


#878ebc Border Color

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

This div border color is #878ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ebc


Comments

No comments written yet.

Please login to write comment.