Color Hex Logo

#878ead Color Hex

#878EAD
(135,142,173)
0 Favorites   0 Comments

Color spaces of #878ead

RGB 135142173
HSL0.640.190.60
HSV229°22°68°
CMYK 0.220.180.00   0.32
XYZ27.207527.514043.4119
Yxy27.51400.27730.2804
Hunter Lab52.45380.7929-12.3520
CIE-Lab59.44714.3207-17.1205

#878ead color RGB value is (135,142,173).

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

The process color (four color CMYK) of #878ead color hex is 0.22, 0.18, 0.00, 0.32. Web safe color of #878ead is #999999. Color #878ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 10101101
Octal 207 216 255
Decimal 135 142 173
Hex 87 8E AD

RGB Percentages of Color #878ead

%30.00
%31.56
%38.44

CMYK Percentages of Color #878ead

%22
%18
%0
%32

Triadic Colors of #878ead

#878ead #ad878e #8ead87

Analogous Colors of #878ead

#878ead #9387ad #87a1ad

Monochromatic Colors of #878ead

#878ead

Complementary Color

#878ead #ada687

#878ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ead Color CSS Codes

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

#878ead Text Font Color

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

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


#878ead Background Color

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

This div background color is #878ead


#878ead Border Color

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

This div border color is #878ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ead


Comments

No comments written yet.

Please login to write comment.