Color Hex Logo

#e02800 Color Hex

#E02800
(224,40,0)
0 Favorites   0 Comments

Color spaces of #e02800

RGB 224400
HSL0.031.000.44
HSV11°100°88°
CMYK 0.000.821.00   0.12
XYZ31.499317.36491.6916
Yxy17.36490.62310.3435
Hunter Lab41.671262.003726.7630
CIE-Lab48.716667.061161.6755

#e02800 color RGB value is (224,40,0).

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

The process color (four color CMYK) of #e02800 color hex is 0.00, 0.82, 1.00, 0.12. Web safe color of #e02800 is #cc3300. Color #e02800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 00000000
Octal 340 50 0
Decimal 224 40 0
Hex E0 28 0

RGB Percentages of Color #e02800

%84.85
%15.15
%0.00

CMYK Percentages of Color #e02800

%0
%82
%100
%12

Triadic Colors of #e02800

#e02800 #00e028 #2800e0

Analogous Colors of #e02800

#e02800 #e09800 #e00048

Monochromatic Colors of #e02800

#e02800

Complementary Color

#e02800 #00b8e0

#e02800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02800 Color CSS Codes

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

#e02800 Text Font Color

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

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


#e02800 Background Color

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

This div background color is #e02800


#e02800 Border Color

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

This div border color is #e02800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02800


Comments

No comments written yet.

Please login to write comment.