Color Hex Logo

#e4000a Color Hex

#E4000A
(228,0,10)
0 Favorites   0 Comments

Color spaces of #e4000a

RGB 228010
HSL0.991.000.45
HSV357°100°89°
CMYK 0.001.000.96   0.11
XYZ32.049716.51591.7858
Yxy16.51590.63650.3280
Hunter Lab40.639869.650725.8425
CIE-Lab47.644273.687158.9169

#e4000a color RGB value is (228,0,10).

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

The process color (four color CMYK) of #e4000a color hex is 0.00, 1.00, 0.96, 0.11. Web safe color of #e4000a is #cc0000. Color #e4000a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000000 00001010
Octal 344 0 12
Decimal 228 0 10
Hex E4 0 A

RGB Percentages of Color #e4000a

%95.80
%0.00
%4.20

CMYK Percentages of Color #e4000a

%0
%100
%96
%11

Triadic Colors of #e4000a

#e4000a #0ae400 #000ae4

Analogous Colors of #e4000a

#e4000a #e46800 #e4007c

Monochromatic Colors of #e4000a

#e4000a

Complementary Color

#e4000a #00e4da

#e4000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4000a Color CSS Codes

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

#e4000a Text Font Color

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

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


#e4000a Background Color

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

This div background color is #e4000a


#e4000a Border Color

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

This div border color is #e4000a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4000a


Comments

No comments written yet.

Please login to write comment.