Color Hex Logo

#878aae Color Hex

#878AAE
(135,138,174)
0 Favorites   0 Comments

Color spaces of #878aae

RGB 135138174
HSL0.650.190.61
HSV235°22°68°
CMYK 0.220.210.00   0.32
XYZ26.720126.383843.7287
Yxy26.38380.27590.2725
Hunter Lab51.36522.9665-14.5197
CIE-Lab58.39966.8564-19.2838

#878aae color RGB value is (135,138,174).

#878aae hex color red value is 135, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #878aae hue: 0.65 , saturation: 0.19 and the lightness value of 878aae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 10101110
Octal 207 212 256
Decimal 135 138 174
Hex 87 8A AE

RGB Percentages of Color #878aae

%30.20
%30.87
%38.93

CMYK Percentages of Color #878aae

%22
%21
%0
%32

Triadic Colors of #878aae

#878aae #ae878a #8aae87

Analogous Colors of #878aae

#878aae #9887ae #879eae

Monochromatic Colors of #878aae

#878aae

Complementary Color

#878aae #aeab87

#878aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#878aae Color CSS Codes

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

#878aae Text Font Color

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

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


#878aae Background Color

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

This div background color is #878aae


#878aae Border Color

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

This div border color is #878aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878aae


Comments

No comments written yet.

Please login to write comment.