Color Hex Logo

#87799f Color Hex

#87799F
(135,121,159)
0 Favorites   0 Comments

Color spaces of #87799f

RGB 135121159
HSL0.730.170.55
HSV262°24°62°
CMYK 0.150.240.00   0.38
XYZ23.087121.328835.7009
Yxy21.32880.28820.2662
Hunter Lab46.18318.4123-13.5047
CIE-Lab53.307513.2314-18.4166

#87799f color RGB value is (135,121,159).

#87799f hex color red value is 135, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #87799f hue: 0.73 , saturation: 0.17 and the lightness value of 87799f is 0.55.

The process color (four color CMYK) of #87799f color hex is 0.15, 0.24, 0.00, 0.38. Web safe color of #87799f is #996699. Color #87799f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 10011111
Octal 207 171 237
Decimal 135 121 159
Hex 87 79 9F

RGB Percentages of Color #87799f

%32.53
%29.16
%38.31

CMYK Percentages of Color #87799f

%15
%24
%0
%38

Triadic Colors of #87799f

#87799f #9f8779 #799f87

Analogous Colors of #87799f

#87799f #9a799f #797e9f

Monochromatic Colors of #87799f

#87799f

Complementary Color

#87799f #919f79

#87799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87799f Color CSS Codes

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

#87799f Text Font Color

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

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


#87799f Background Color

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

This div background color is #87799f


#87799f Border Color

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

This div border color is #87799f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87799f


Comments

No comments written yet.

Please login to write comment.