Color Hex Logo

#87481e Color Hex

#87481E
(135,72,30)
0 Favorites   0 Comments

Color spaces of #87481e

RGB 1357230
HSL0.070.640.32
HSV24°78°53°
CMYK 0.000.470.78   0.47
XYZ12.54349.87942.4741
Yxy9.87940.50380.3968
Hunter Lab31.431516.229017.3351
CIE-Lab37.625123.420535.8094

#87481e color RGB value is (135,72,30).

#87481e hex color red value is 135, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #87481e hue: 0.07 , saturation: 0.64 and the lightness value of 87481e is 0.32.

The process color (four color CMYK) of #87481e color hex is 0.00, 0.47, 0.78, 0.47. Web safe color of #87481e is #993333. Color #87481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 00011110
Octal 207 110 36
Decimal 135 72 30
Hex 87 48 1E

RGB Percentages of Color #87481e

%56.96
%30.38
%12.66

CMYK Percentages of Color #87481e

%0
%47
%78
%47

Triadic Colors of #87481e

#87481e #1e8748 #481e87

Analogous Colors of #87481e

#87481e #877d1e #871e29

Monochromatic Colors of #87481e

#87481e

Complementary Color

#87481e #1e5d87

#87481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87481e Color CSS Codes

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

#87481e Text Font Color

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

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


#87481e Background Color

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

This div background color is #87481e


#87481e Border Color

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

This div border color is #87481e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,72,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87481e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87481e;
  -webkit-box-shadow: 1px 1px 3px 2px #87481e;
  box-shadow:         1px 1px 3px 2px #87481e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87481e


Comments

No comments written yet.

Please login to write comment.