Color Hex Logo

#87290e Color Hex

#87290E
(135,41,14)
0 Favorites   0 Comments

Color spaces of #87290e

RGB 1354114
HSL0.040.810.29
HSV13°90°53°
CMYK 0.000.700.90   0.47
XYZ10.86396.76851.1493
Yxy6.76850.57840.3604
Hunter Lab26.016329.009415.5922
CIE-Lab31.274038.885937.6348

#87290e color RGB value is (135,41,14).

#87290e hex color red value is 135, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #87290e hue: 0.04 , saturation: 0.81 and the lightness value of 87290e is 0.29.

The process color (four color CMYK) of #87290e color hex is 0.00, 0.70, 0.90, 0.47. Web safe color of #87290e is #993300. Color #87290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101001 00001110
Octal 207 51 16
Decimal 135 41 14
Hex 87 29 E

RGB Percentages of Color #87290e

%71.05
%21.58
%7.37

CMYK Percentages of Color #87290e

%0
%70
%90
%47

Triadic Colors of #87290e

#87290e #0e8729 #290e87

Analogous Colors of #87290e

#87290e #87660e #870e30

Monochromatic Colors of #87290e

#87290e

Complementary Color

#87290e #0e6c87

#87290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87290e Color CSS Codes

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

#87290e Text Font Color

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

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


#87290e Background Color

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

This div background color is #87290e


#87290e Border Color

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

This div border color is #87290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87290e


Comments

No comments written yet.

Please login to write comment.