Color Hex Logo

#875987 Color Hex

#875987
(135,89,135)
0 Favorites   0 Comments

Color spaces of #875987

RGB 13589135
HSL0.830.210.44
HSV300°34°53°
CMYK 0.000.340.00   0.47
XYZ17.937214.044924.6872
Yxy14.04490.31650.2478
Hunter Lab37.476519.8506-12.8230
CIE-Lab44.297326.8956-17.9945

#875987 color RGB value is (135,89,135).

#875987 hex color red value is 135, green value is 89 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #875987 hue: 0.83 , saturation: 0.21 and the lightness value of 875987 is 0.44.

The process color (four color CMYK) of #875987 color hex is 0.00, 0.34, 0.00, 0.47. Web safe color of #875987 is #996699. Color #875987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011001 10000111
Octal 207 131 207
Decimal 135 89 135
Hex 87 59 87

RGB Percentages of Color #875987

%37.60
%24.79
%37.60

CMYK Percentages of Color #875987

%0
%34
%0
%47

Triadic Colors of #875987

#875987 #878759 #598787

Analogous Colors of #875987

#875987 #875970 #705987

Monochromatic Colors of #875987

#875987

Complementary Color

#875987 #598759

#875987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875987 Color CSS Codes

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

#875987 Text Font Color

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

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


#875987 Background Color

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

This div background color is #875987


#875987 Border Color

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

This div border color is #875987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875987


Comments

No comments written yet.

Please login to write comment.