Color Hex Logo

#875561 Color Hex

#875561
(135,85,97)
0 Favorites   0 Comments

Color spaces of #875561

RGB 1358597
HSL0.960.230.43
HSV346°37°53°
CMYK 0.000.370.28   0.47
XYZ15.397812.511012.9126
Yxy12.51100.37720.3065
Hunter Lab35.370915.80633.1150
CIE-Lab42.017022.49591.7683

#875561 color RGB value is (135,85,97).

#875561 hex color red value is 135, green value is 85 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #875561 hue: 0.96 , saturation: 0.23 and the lightness value of 875561 is 0.43.

The process color (four color CMYK) of #875561 color hex is 0.00, 0.37, 0.28, 0.47. Web safe color of #875561 is #996666. Color #875561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 01100001
Octal 207 125 141
Decimal 135 85 97
Hex 87 55 61

RGB Percentages of Color #875561

%42.59
%26.81
%30.60

CMYK Percentages of Color #875561

%0
%37
%28
%47

Triadic Colors of #875561

#875561 #618755 #556187

Analogous Colors of #875561

#875561 #876255 #87557a

Monochromatic Colors of #875561

#875561

Complementary Color

#875561 #55877b

#875561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875561 Color CSS Codes

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

#875561 Text Font Color

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

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


#875561 Background Color

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

This div background color is #875561


#875561 Border Color

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

This div border color is #875561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875561


Comments

No comments written yet.

Please login to write comment.