Color Hex Logo

#875968 Color Hex

#875968
(135,89,104)
0 Favorites   0 Comments

Color spaces of #875968

RGB 13589104
HSL0.950.210.44
HSV340°34°53°
CMYK 0.000.340.23   0.47
XYZ16.062713.295114.8163
Yxy13.29510.36360.3010
Hunter Lab36.462414.82481.4316
CIE-Lab43.204621.2453-0.7934

#875968 color RGB value is (135,89,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011001 01101000
Octal 207 131 150
Decimal 135 89 104
Hex 87 59 68

RGB Percentages of Color #875968

%41.16
%27.13
%31.71

CMYK Percentages of Color #875968

%0
%34
%23
%47

Triadic Colors of #875968

#875968 #688759 #596887

Analogous Colors of #875968

#875968 #876159 #87597f

Monochromatic Colors of #875968

#875968

Complementary Color

#875968 #598778

#875968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875968 Color CSS Codes

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

#875968 Text Font Color

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

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


#875968 Background Color

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

This div background color is #875968


#875968 Border Color

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

This div border color is #875968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875968


Comments

No comments written yet.

Please login to write comment.