Color Hex Logo

#87210f Color Hex

#87210F
(135,33,15)
0 Favorites   0 Comments

Color spaces of #87210f

RGB 1353315
HSL0.030.800.29
HSV89°53°
CMYK 0.000.760.89   0.47
XYZ10.62186.27311.1029
Yxy6.27310.59020.3485
Hunter Lab25.046231.869114.9215
CIE-Lab30.091342.167736.1942

#87210f color RGB value is (135,33,15).

#87210f hex color red value is 135, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #87210f hue: 0.03 , saturation: 0.80 and the lightness value of 87210f is 0.29.

The process color (four color CMYK) of #87210f color hex is 0.00, 0.76, 0.89, 0.47. Web safe color of #87210f is #993300. Color #87210f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100001 00001111
Octal 207 41 17
Decimal 135 33 15
Hex 87 21 F

RGB Percentages of Color #87210f

%73.77
%18.03
%8.20

CMYK Percentages of Color #87210f

%0
%76
%89
%47

Triadic Colors of #87210f

#87210f #0f8721 #210f87

Analogous Colors of #87210f

#87210f #875d0f #870f39

Monochromatic Colors of #87210f

#87210f

Complementary Color

#87210f #0f7587

#87210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87210f Color CSS Codes

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

#87210f Text Font Color

<p style="color:#87210f">Text here</p>

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


#87210f Background Color

<div style="background-color:#87210f">
Div content here</div>

This div background color is #87210f


#87210f Border Color

<div style="border:3px solid #87210f">
Div here</div>

This div border color is #87210f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,33,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87210f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87210f;
  -webkit-box-shadow: 1px 1px 3px 2px #87210f;
  box-shadow:         1px 1px 3px 2px #87210f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87210f


Comments

No comments written yet.

Please login to write comment.