Color Hex Logo

#8e050b Color Hex

#8E050B
(142,5,11)
0 Favorites   0 Comments

Color spaces of #8e050b

RGB 142511
HSL0.990.930.29
HSV357°96°56°
CMYK 0.000.960.92   0.44
XYZ11.27005.88350.8582
Yxy5.88350.62570.3266
Hunter Lab24.255940.488414.8814
CIE-Lab29.116651.171537.9259

#8e050b color RGB value is (142,5,11).

#8e050b hex color red value is 142, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #8e050b hue: 0.99 , saturation: 0.93 and the lightness value of 8e050b is 0.29.

The process color (four color CMYK) of #8e050b color hex is 0.00, 0.96, 0.92, 0.44. Web safe color of #8e050b is #990000. Color #8e050b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000101 00001011
Octal 216 5 13
Decimal 142 5 11
Hex 8E 5 B

RGB Percentages of Color #8e050b

%89.87
%3.16
%6.96

CMYK Percentages of Color #8e050b

%0
%96
%92
%44

Triadic Colors of #8e050b

#8e050b #0b8e05 #050b8e

Analogous Colors of #8e050b

#8e050b #8e4405 #8e054f

Monochromatic Colors of #8e050b

#8e050b

Complementary Color

#8e050b #058e88

#8e050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e050b Color CSS Codes

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

#8e050b Text Font Color

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

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


#8e050b Background Color

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

This div background color is #8e050b


#8e050b Border Color

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

This div border color is #8e050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e050b


Comments

No comments written yet.

Please login to write comment.