Color Hex Logo

#87825b Color Hex

#87825B
(135,130,91)
0 Favorites   0 Comments

Color spaces of #87825b

RGB 13513091
HSL0.150.190.44
HSV53°33°53°
CMYK 0.000.040.33   0.47
XYZ19.862621.871513.0723
Yxy21.87150.36240.3991
Hunter Lab46.7670-6.030716.1641
CIE-Lab53.8904-4.539221.8362

#87825b color RGB value is (135,130,91).

#87825b hex color red value is 135, green value is 130 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87825b hue: 0.15 , saturation: 0.19 and the lightness value of 87825b is 0.44.

The process color (four color CMYK) of #87825b color hex is 0.00, 0.04, 0.33, 0.47. Web safe color of #87825b is #999966. Color #87825b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 01011011
Octal 207 202 133
Decimal 135 130 91
Hex 87 82 5B

RGB Percentages of Color #87825b

%37.92
%36.52
%25.56

CMYK Percentages of Color #87825b

%0
%4
%33
%47

Triadic Colors of #87825b

#87825b #5b8782 #825b87

Analogous Colors of #87825b

#87825b #76875b #876c5b

Monochromatic Colors of #87825b

#87825b

Complementary Color

#87825b #5b6087

#87825b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87825b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87825b Color CSS Codes

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

#87825b Text Font Color

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

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


#87825b Background Color

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

This div background color is #87825b


#87825b Border Color

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

This div border color is #87825b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87825b


Comments

No comments written yet.

Please login to write comment.