Color Hex Logo

#87816d Color Hex

#87816D
(135,129,109)
0 Favorites   0 Comments

Color spaces of #87816d

RGB 135129109
HSL0.130.110.48
HSV46°19°53°
CMYK 0.000.040.19   0.47
XYZ20.602221.955517.6200
Yxy21.95550.34240.3648
Hunter Lab46.8567-3.515410.5043
CIE-Lab53.9798-1.286411.6668

#87816d color RGB value is (135,129,109).

#87816d hex color red value is 135, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87816d hue: 0.13 , saturation: 0.11 and the lightness value of 87816d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000001 01101101
Octal 207 201 155
Decimal 135 129 109
Hex 87 81 6D

RGB Percentages of Color #87816d

%36.19
%34.58
%29.22

CMYK Percentages of Color #87816d

%0
%4
%19
%47

Triadic Colors of #87816d

#87816d #6d8781 #816d87

Analogous Colors of #87816d

#87816d #80876d #87746d

Monochromatic Colors of #87816d

#87816d

Complementary Color

#87816d #6d7387

#87816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87816d Color CSS Codes

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

#87816d Text Font Color

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

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


#87816d Background Color

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

This div background color is #87816d


#87816d Border Color

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

This div border color is #87816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87816d


Comments

No comments written yet.

Please login to write comment.