Color Hex Logo

#87959f Color Hex

#87959F
(135,149,159)
1 Favorites   0 Comments

Color spaces of #87959f

RGB 135149159
HSL0.570.110.58
HSV205°15°62°
CMYK 0.150.060.00   0.38
XYZ26.997129.149037.0043
Yxy29.14900.28980.3129
Hunter Lab53.9898-5.2249-2.8441
CIE-Lab60.9129-2.8490-6.9622

#87959f color RGB value is (135,149,159).

#87959f hex color red value is 135, green value is 149 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #87959f hue: 0.57 , saturation: 0.11 and the lightness value of 87959f is 0.58.

The process color (four color CMYK) of #87959f color hex is 0.15, 0.06, 0.00, 0.38. Web safe color of #87959f is #999999. Color #87959f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010101 10011111
Octal 207 225 237
Decimal 135 149 159
Hex 87 95 9F

RGB Percentages of Color #87959f

%30.47
%33.63
%35.89

CMYK Percentages of Color #87959f

%15
%6
%0
%38

Triadic Colors of #87959f

#87959f #9f8795 #959f87

Analogous Colors of #87959f

#87959f #87899f #879f9d

Monochromatic Colors of #87959f

#87959f

Complementary Color

#87959f #9f9187

#87959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87959f Color CSS Codes

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

#87959f Text Font Color

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

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


#87959f Background Color

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

This div background color is #87959f


#87959f Border Color

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

This div border color is #87959f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,149,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87959f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87959f;
  -webkit-box-shadow: 1px 1px 3px 2px #87959f;
  box-shadow:         1px 1px 3px 2px #87959f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87959f

#87959f Color Palettes


Comments

No comments written yet.

Please login to write comment.