Color Hex Logo

#8e220a Color Hex

#8E220A
(142,34,10)
0 Favorites   0 Comments

Color spaces of #8e220a

RGB 1423410
HSL0.030.870.30
HSV11°93°56°
CMYK 0.000.760.93   0.44
XYZ11.78216.91681.0012
Yxy6.91680.59810.3511
Hunter Lab26.299833.941916.1528
CIE-Lab31.616744.060740.1976

#8e220a color RGB value is (142,34,10).

#8e220a hex color red value is 142, green value is 34 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8e220a hue: 0.03 , saturation: 0.87 and the lightness value of 8e220a is 0.30.

The process color (four color CMYK) of #8e220a color hex is 0.00, 0.76, 0.93, 0.44. Web safe color of #8e220a is #993300. Color #8e220a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00100010 00001010
Octal 216 42 12
Decimal 142 34 10
Hex 8E 22 A

RGB Percentages of Color #8e220a

%76.34
%18.28
%5.38

CMYK Percentages of Color #8e220a

%0
%76
%93
%44

Triadic Colors of #8e220a

#8e220a #0a8e22 #220a8e

Analogous Colors of #8e220a

#8e220a #8e640a #8e0a34

Monochromatic Colors of #8e220a

#8e220a

Complementary Color

#8e220a #0a768e

#8e220a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e220a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e220a Color CSS Codes

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

#8e220a Text Font Color

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

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


#8e220a Background Color

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

This div background color is #8e220a


#8e220a Border Color

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

This div border color is #8e220a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,34,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 #8e220a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e220a


Comments

No comments written yet.

Please login to write comment.