Color Hex Logo

#8e093f Color Hex

#8E093F
(142,9,63)
0 Favorites   0 Comments

Color spaces of #8e093f

RGB 142963
HSL0.930.880.30
HSV336°94°56°
CMYK 0.000.940.56   0.44
XYZ12.15026.30505.2792
Yxy6.30500.51190.2656
Hunter Lab25.109842.43115.1114
CIE-Lab30.169352.86956.6733

#8e093f color RGB value is (142,9,63).

#8e093f hex color red value is 142, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8e093f hue: 0.93 , saturation: 0.88 and the lightness value of 8e093f is 0.30.

The process color (four color CMYK) of #8e093f color hex is 0.00, 0.94, 0.56, 0.44. Web safe color of #8e093f is #990033. Color #8e093f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00001001 00111111
Octal 216 11 77
Decimal 142 9 63
Hex 8E 9 3F

RGB Percentages of Color #8e093f

%66.36
%4.21
%29.44

CMYK Percentages of Color #8e093f

%0
%94
%56
%44

Triadic Colors of #8e093f

#8e093f #3f8e09 #093f8e

Analogous Colors of #8e093f

#8e093f #8e1509 #8e0982

Monochromatic Colors of #8e093f

#8e093f

Complementary Color

#8e093f #098e58

#8e093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e093f Color CSS Codes

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

#8e093f Text Font Color

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

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


#8e093f Background Color

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

This div background color is #8e093f


#8e093f Border Color

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

This div border color is #8e093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e093f


Comments

No comments written yet.

Please login to write comment.