Color Hex Logo

#878dac Color Hex

#878DAC
(135,141,172)
0 Favorites   0 Comments

Color spaces of #878dac

RGB 135141172
HSL0.640.180.60
HSV230°22°67°
CMYK 0.220.180.00   0.33
XYZ26.962927.179242.8547
Yxy27.17920.27800.2802
Hunter Lab52.13371.0841-12.2437
CIE-Lab59.13984.6547-17.0178

#878dac color RGB value is (135,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 10101100
Octal 207 215 254
Decimal 135 141 172
Hex 87 8D AC

RGB Percentages of Color #878dac

%30.13
%31.47
%38.39

CMYK Percentages of Color #878dac

%22
%18
%0
%33

Triadic Colors of #878dac

#878dac #ac878d #8dac87

Analogous Colors of #878dac

#878dac #9487ac #87a0ac

Monochromatic Colors of #878dac

#878dac

Complementary Color

#878dac #aca687

#878dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#878dac Color CSS Codes

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

#878dac Text Font Color

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

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


#878dac Background Color

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

This div background color is #878dac


#878dac Border Color

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

This div border color is #878dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878dac


Comments

No comments written yet.

Please login to write comment.