Color Hex Logo

#8e511d Color Hex

#8E511D
(142,81,29)
0 Favorites   0 Comments

Color spaces of #8e511d

RGB 1428129
HSL0.080.660.34
HSV28°80°56°
CMYK 0.000.430.80   0.44
XYZ14.319511.72442.6707
Yxy11.72440.49870.4083
Hunter Lab34.240914.726819.3442
CIE-Lab40.774721.333439.7773

#8e511d color RGB value is (142,81,29).

#8e511d hex color red value is 142, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8e511d hue: 0.08 , saturation: 0.66 and the lightness value of 8e511d is 0.34.

The process color (four color CMYK) of #8e511d color hex is 0.00, 0.43, 0.80, 0.44. Web safe color of #8e511d is #996633. Color #8e511d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010001 00011101
Octal 216 121 35
Decimal 142 81 29
Hex 8E 51 1D

RGB Percentages of Color #8e511d

%56.35
%32.14
%11.51

CMYK Percentages of Color #8e511d

%0
%43
%80
%44

Triadic Colors of #8e511d

#8e511d #1d8e51 #511d8e

Analogous Colors of #8e511d

#8e511d #8e8a1d #8e1d22

Monochromatic Colors of #8e511d

#8e511d

Complementary Color

#8e511d #1d5a8e

#8e511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e511d Color CSS Codes

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

#8e511d Text Font Color

<p style="color:#8e511d">Text here</p>

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


#8e511d Background Color

<div style="background-color:#8e511d">
Div content here</div>

This div background color is #8e511d


#8e511d Border Color

<div style="border:3px solid #8e511d">
Div here</div>

This div border color is #8e511d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,81,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e511d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e511d;
  -webkit-box-shadow: 1px 1px 3px 2px #8e511d;
  box-shadow:         1px 1px 3px 2px #8e511d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,81,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e511d


Comments

No comments written yet.

Please login to write comment.