Color Hex Logo

#e04520 Color Hex

#E04520
(224,69,32)
0 Favorites   0 Comments

Color spaces of #e04520

RGB 2246932
HSL0.030.760.50
HSV12°86°88°
CMYK 0.000.690.86   0.12
XYZ33.129320.20783.5209
Yxy20.20780.58270.3554
Hunter Lab44.953152.882126.8233
CIE-Lab52.071358.469153.6465

#e04520 color RGB value is (224,69,32).

#e04520 hex color red value is 224, green value is 69 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e04520 hue: 0.03 , saturation: 0.76 and the lightness value of e04520 is 0.50.

The process color (four color CMYK) of #e04520 color hex is 0.00, 0.69, 0.86, 0.12. Web safe color of #e04520 is #cc3333. Color #e04520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000101 00100000
Octal 340 105 40
Decimal 224 69 32
Hex E0 45 20

RGB Percentages of Color #e04520

%68.92
%21.23
%9.85

CMYK Percentages of Color #e04520

%0
%69
%86
%12

Triadic Colors of #e04520

#e04520 #20e045 #4520e0

Analogous Colors of #e04520

#e04520 #e0a520 #e0205b

Monochromatic Colors of #e04520

#e04520

Complementary Color

#e04520 #20bbe0

#e04520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04520 Color CSS Codes

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

#e04520 Text Font Color

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

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


#e04520 Background Color

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

This div background color is #e04520


#e04520 Border Color

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

This div border color is #e04520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04520


Comments

No comments written yet.

Please login to write comment.