Color Hex Logo

#e02807 Color Hex

#E02807
(224,40,7)
0 Favorites   0 Comments

Color spaces of #e02807

RGB 224407
HSL0.030.940.45
HSV97°88°
CMYK 0.000.820.97   0.12
XYZ31.537617.38021.8935
Yxy17.38020.62070.3421
Hunter Lab41.689662.076126.4898
CIE-Lab48.735667.119359.7969

#e02807 color RGB value is (224,40,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 00000111
Octal 340 50 7
Decimal 224 40 7
Hex E0 28 7

RGB Percentages of Color #e02807

%82.66
%14.76
%2.58

CMYK Percentages of Color #e02807

%0
%82
%97
%12

Triadic Colors of #e02807

#e02807 #07e028 #2807e0

Analogous Colors of #e02807

#e02807 #e09507 #e00752

Monochromatic Colors of #e02807

#e02807

Complementary Color

#e02807 #07bfe0

#e02807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02807 Color CSS Codes

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

#e02807 Text Font Color

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

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


#e02807 Background Color

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

This div background color is #e02807


#e02807 Border Color

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

This div border color is #e02807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02807


Comments

No comments written yet.

Please login to write comment.