Color Hex Logo

#e9080e Color Hex

#E9080E
(233,8,14)
0 Favorites   0 Comments

Color spaces of #e9080e

RGB 233814
HSL1.000.930.47
HSV358°97°91°
CMYK 0.000.970.94   0.09
XYZ33.770417.52902.0190
Yxy17.52900.63340.3288
Hunter Lab41.867670.709526.4482
CIE-Lab48.919874.308758.9941

#e9080e color RGB value is (233,8,14).

#e9080e hex color red value is 233, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e9080e hue: 1.00 , saturation: 0.93 and the lightness value of e9080e is 0.47.

The process color (four color CMYK) of #e9080e color hex is 0.00, 0.97, 0.94, 0.09. Web safe color of #e9080e is #ff0000. Color #e9080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001000 00001110
Octal 351 10 16
Decimal 233 8 14
Hex E9 8 E

RGB Percentages of Color #e9080e

%91.37
%3.14
%5.49

CMYK Percentages of Color #e9080e

%0
%97
%94
%9

Triadic Colors of #e9080e

#e9080e #0ee908 #080ee9

Analogous Colors of #e9080e

#e9080e #e97308 #e9087f

Monochromatic Colors of #e9080e

#e9080e

Complementary Color

#e9080e #08e9e3

#e9080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9080e Color CSS Codes

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

#e9080e Text Font Color

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

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


#e9080e Background Color

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

This div background color is #e9080e


#e9080e Border Color

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

This div border color is #e9080e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,8,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9080e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9080e;
  -webkit-box-shadow: 1px 1px 3px 2px #e9080e;
  box-shadow:         1px 1px 3px 2px #e9080e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9080e


Comments

No comments written yet.

Please login to write comment.