Color Hex Logo

#e04807 Color Hex

#E04807
(224,72,7)
0 Favorites   0 Comments

Color spaces of #e04807

RGB 224727
HSL0.050.940.45
HSV18°97°88°
CMYK 0.000.680.97   0.12
XYZ33.096220.49742.4130
Yxy20.49740.59090.3660
Hunter Lab45.274151.257328.5318
CIE-Lab52.395056.956861.7449

#e04807 color RGB value is (224,72,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001000 00000111
Octal 340 110 7
Decimal 224 72 7
Hex E0 48 7

RGB Percentages of Color #e04807

%73.93
%23.76
%2.31

CMYK Percentages of Color #e04807

%0
%68
%97
%12

Triadic Colors of #e04807

#e04807 #07e048 #4807e0

Analogous Colors of #e04807

#e04807 #e0b507 #e00733

Monochromatic Colors of #e04807

#e04807

Complementary Color

#e04807 #079fe0

#e04807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04807 Color CSS Codes

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

#e04807 Text Font Color

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

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


#e04807 Background Color

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

This div background color is #e04807


#e04807 Border Color

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

This div border color is #e04807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04807


Comments

No comments written yet.

Please login to write comment.