Color Hex Logo

#87400a Color Hex

#87400A
(135,64,10)
0 Favorites   0 Comments

Color spaces of #87400a

RGB 1356410
HSL0.070.860.28
HSV26°93°53°
CMYK 0.000.530.93   0.47
XYZ11.87998.83961.3672
Yxy8.83960.53790.4002
Hunter Lab29.731519.293818.0856
CIE-Lab35.673627.262142.6066

#87400a color RGB value is (135,64,10).

#87400a hex color red value is 135, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #87400a hue: 0.07 , saturation: 0.86 and the lightness value of 87400a is 0.28.

The process color (four color CMYK) of #87400a color hex is 0.00, 0.53, 0.93, 0.47. Web safe color of #87400a is #993300. Color #87400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000000 00001010
Octal 207 100 12
Decimal 135 64 10
Hex 87 40 A

RGB Percentages of Color #87400a

%64.59
%30.62
%4.78

CMYK Percentages of Color #87400a

%0
%53
%93
%47

Triadic Colors of #87400a

#87400a #0a8740 #400a87

Analogous Colors of #87400a

#87400a #877f0a #870a13

Monochromatic Colors of #87400a

#87400a

Complementary Color

#87400a #0a5187

#87400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87400a Color CSS Codes

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

#87400a Text Font Color

<p style="color:#87400a">Text here</p>

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


#87400a Background Color

<div style="background-color:#87400a">
Div content here</div>

This div background color is #87400a


#87400a Border Color

<div style="border:3px solid #87400a">
Div here</div>

This div border color is #87400a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,64,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87400a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87400a;
  -webkit-box-shadow: 1px 1px 3px 2px #87400a;
  box-shadow:         1px 1px 3px 2px #87400a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87400a


Comments

No comments written yet.

Please login to write comment.