Color Hex Logo

#878fae Color Hex

#878FAE
(135,143,174)
0 Favorites   0 Comments

Color spaces of #878fae

RGB 135143174
HSL0.630.190.61
HSV228°22°68°
CMYK 0.220.180.00   0.32
XYZ27.454127.851843.9733
Yxy27.85180.27650.2805
Hunter Lab52.77480.5020-12.4596
CIE-Lab59.75463.9878-17.2221

#878fae color RGB value is (135,143,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 10101110
Octal 207 217 256
Decimal 135 143 174
Hex 87 8F AE

RGB Percentages of Color #878fae

%29.87
%31.64
%38.50

CMYK Percentages of Color #878fae

%22
%18
%0
%32

Triadic Colors of #878fae

#878fae #ae878f #8fae87

Analogous Colors of #878fae

#878fae #9387ae #87a3ae

Monochromatic Colors of #878fae

#878fae

Complementary Color

#878fae #aea687

#878fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fae Color CSS Codes

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

#878fae Text Font Color

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

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


#878fae Background Color

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

This div background color is #878fae


#878fae Border Color

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

This div border color is #878fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fae


Comments

No comments written yet.

Please login to write comment.