Color Hex Logo

#e00009 Color Hex

#E00009
(224,0,9)
0 Favorites   0 Comments

Color spaces of #e00009

RGB 22409
HSL0.991.000.44
HSV358°100°88°
CMYK 0.001.000.96   0.12
XYZ30.789815.86701.6983
Yxy15.86700.63670.3281
Hunter Lab39.833468.265725.3555
CIE-Lab46.799572.706558.3044

#e00009 color RGB value is (224,0,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 00001001
Octal 340 0 11
Decimal 224 0 9
Hex E0 0 9

RGB Percentages of Color #e00009

%96.14
%0.00
%3.86

CMYK Percentages of Color #e00009

%0
%100
%96
%12

Triadic Colors of #e00009

#e00009 #09e000 #0009e0

Analogous Colors of #e00009

#e00009 #e06700 #e00079

Monochromatic Colors of #e00009

#e00009

Complementary Color

#e00009 #00e0d7

#e00009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00009 Color CSS Codes

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

#e00009 Text Font Color

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

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


#e00009 Background Color

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

This div background color is #e00009


#e00009 Border Color

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

This div border color is #e00009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00009


Comments

No comments written yet.

Please login to write comment.