Color Hex Logo

#878aab Color Hex

#878AAB
(135,138,171)
0 Favorites   0 Comments

Color spaces of #878aab

RGB 135138171
HSL0.650.180.60
HSV235°21°67°
CMYK 0.210.190.00   0.33
XYZ26.430826.268142.2053
Yxy26.26810.27850.2768
Hunter Lab51.25242.3605-12.9474
CIE-Lab58.29076.1394-17.7378

#878aab color RGB value is (135,138,171).

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

The process color (four color CMYK) of #878aab color hex is 0.21, 0.19, 0.00, 0.33. Web safe color of #878aab is #999999. Color #878aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 10101011
Octal 207 212 253
Decimal 135 138 171
Hex 87 8A AB

RGB Percentages of Color #878aab

%30.41
%31.08
%38.51

CMYK Percentages of Color #878aab

%21
%19
%0
%33

Triadic Colors of #878aab

#878aab #ab878a #8aab87

Analogous Colors of #878aab

#878aab #9687ab #879cab

Monochromatic Colors of #878aab

#878aab

Complementary Color

#878aab #aba887

#878aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#878aab Color CSS Codes

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

#878aab Text Font Color

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

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


#878aab Background Color

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

This div background color is #878aab


#878aab Border Color

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

This div border color is #878aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878aab


Comments

No comments written yet.

Please login to write comment.