Color Hex Logo

#87525b Color Hex

#87525B
(135,82,91)
0 Favorites   0 Comments

Color spaces of #87525b

RGB 1358291
HSL0.970.240.43
HSV350°39°53°
CMYK 0.000.390.33   0.47
XYZ14.897311.940811.4172
Yxy11.94080.38940.3121
Hunter Lab34.555516.48164.5993
CIE-Lab41.121923.36844.1748

#87525b color RGB value is (135,82,91).

#87525b hex color red value is 135, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87525b hue: 0.97 , saturation: 0.24 and the lightness value of 87525b is 0.43.

The process color (four color CMYK) of #87525b color hex is 0.00, 0.39, 0.33, 0.47. Web safe color of #87525b is #996666. Color #87525b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 01011011
Octal 207 122 133
Decimal 135 82 91
Hex 87 52 5B

RGB Percentages of Color #87525b

%43.83
%26.62
%29.55

CMYK Percentages of Color #87525b

%0
%39
%33
%47

Triadic Colors of #87525b

#87525b #5b8752 #525b87

Analogous Colors of #87525b

#87525b #876452 #875276

Monochromatic Colors of #87525b

#87525b

Complementary Color

#87525b #52877e

#87525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87525b Color CSS Codes

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

#87525b Text Font Color

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

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


#87525b Background Color

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

This div background color is #87525b


#87525b Border Color

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

This div border color is #87525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87525b


Comments

No comments written yet.

Please login to write comment.