Color Hex Logo

#878992 Color Hex

#878992
(135,137,146)
0 Favorites   0 Comments

Color spaces of #878992

RGB 135137146
HSL0.640.050.55
HSV229°57°
CMYK 0.080.060.00   0.43
XYZ24.125625.117530.7707
Yxy25.11750.30150.3139
Hunter Lab50.1174-1.7787-1.3203
CIE-Lab57.18971.1069-5.0577

#878992 color RGB value is (135,137,146).

#878992 hex color red value is 135, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #878992 hue: 0.64 , saturation: 0.05 and the lightness value of 878992 is 0.55.

The process color (four color CMYK) of #878992 color hex is 0.08, 0.06, 0.00, 0.43. Web safe color of #878992 is #999999. Color #878992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 10010010
Octal 207 211 222
Decimal 135 137 146
Hex 87 89 92

RGB Percentages of Color #878992

%32.30
%32.78
%34.93

CMYK Percentages of Color #878992

%8
%6
%0
%43

Triadic Colors of #878992

#878992 #928789 #899287

Analogous Colors of #878992

#878992 #8b8792 #878f92

Monochromatic Colors of #878992

#878992

Complementary Color

#878992 #929087

#878992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878992 Color CSS Codes

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

#878992 Text Font Color

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

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


#878992 Background Color

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

This div background color is #878992


#878992 Border Color

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

This div border color is #878992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,137,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878992;
  -webkit-box-shadow: 1px 1px 3px 2px #878992;
  box-shadow:         1px 1px 3px 2px #878992; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878992


Comments

No comments written yet.

Please login to write comment.