Color Hex Logo

#e9000a Color Hex

#E9000A
(233,0,10)
0 Favorites   0 Comments

Color spaces of #e9000a

RGB 233010
HSL0.991.000.46
HSV357°100°91°
CMYK 0.001.000.96   0.09
XYZ33.659117.34561.8612
Yxy17.34560.63670.3281
Hunter Lab41.648071.376026.5040
CIE-Lab48.692674.898660.0191

#e9000a color RGB value is (233,0,10).

#e9000a hex color red value is 233, green value is 0 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e9000a hue: 0.99 , saturation: 1.00 and the lightness value of e9000a is 0.46.

The process color (four color CMYK) of #e9000a color hex is 0.00, 1.00, 0.96, 0.09. Web safe color of #e9000a is #ff0000. Color #e9000a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000000 00001010
Octal 351 0 12
Decimal 233 0 10
Hex E9 0 A

RGB Percentages of Color #e9000a

%95.88
%0.00
%4.12

CMYK Percentages of Color #e9000a

%0
%100
%96
%9

Triadic Colors of #e9000a

#e9000a #0ae900 #000ae9

Analogous Colors of #e9000a

#e9000a #e96b00 #e9007f

Monochromatic Colors of #e9000a

#e9000a

Complementary Color

#e9000a #00e9df

#e9000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9000a Color CSS Codes

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

#e9000a Text Font Color

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

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


#e9000a Background Color

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

This div background color is #e9000a


#e9000a Border Color

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

This div border color is #e9000a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9000a


Comments

No comments written yet.

Please login to write comment.