Color Hex Logo

#87825d Color Hex

#87825D
(135,130,93)
0 Favorites   0 Comments

Color spaces of #87825d

RGB 13513093
HSL0.150.180.45
HSV53°31°53°
CMYK 0.000.040.31   0.47
XYZ19.950121.906513.5328
Yxy21.90650.36020.3955
Hunter Lab46.8044-5.823115.6202
CIE-Lab53.9277-4.264720.7553

#87825d color RGB value is (135,130,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000010 01011101
Octal 207 202 135
Decimal 135 130 93
Hex 87 82 5D

RGB Percentages of Color #87825d

%37.71
%36.31
%25.98

CMYK Percentages of Color #87825d

%0
%4
%31
%47

Triadic Colors of #87825d

#87825d #5d8782 #825d87

Analogous Colors of #87825d

#87825d #77875d #876d5d

Monochromatic Colors of #87825d

#87825d

Complementary Color

#87825d #5d6287

#87825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87825d Color CSS Codes

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

#87825d Text Font Color

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

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


#87825d Background Color

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

This div background color is #87825d


#87825d Border Color

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

This div border color is #87825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87825d


Comments

No comments written yet.

Please login to write comment.