Color Hex Logo

#e05419 Color Hex

#E05419
(224,84,25)
0 Favorites   0 Comments

Color spaces of #e05419

RGB 2248425
HSL0.050.800.49
HSV18°89°88°
CMYK 0.000.630.89   0.12
XYZ34.086322.25813.4194
Yxy22.25810.57040.3724
Hunter Lab47.178546.403328.7277
CIE-Lab54.299852.219858.1069

#e05419 color RGB value is (224,84,25).

#e05419 hex color red value is 224, green value is 84 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e05419 hue: 0.05 , saturation: 0.80 and the lightness value of e05419 is 0.49.

The process color (four color CMYK) of #e05419 color hex is 0.00, 0.63, 0.89, 0.12. Web safe color of #e05419 is #cc6600. Color #e05419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 00011001
Octal 340 124 31
Decimal 224 84 25
Hex E0 54 19

RGB Percentages of Color #e05419

%67.27
%25.23
%7.51

CMYK Percentages of Color #e05419

%0
%63
%89
%12

Triadic Colors of #e05419

#e05419 #19e054 #5419e0

Analogous Colors of #e05419

#e05419 #e0b819 #e01941

Monochromatic Colors of #e05419

#e05419

Complementary Color

#e05419 #19a5e0

#e05419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05419 Color CSS Codes

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

#e05419 Text Font Color

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

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


#e05419 Background Color

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

This div background color is #e05419


#e05419 Border Color

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

This div border color is #e05419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05419


Comments

No comments written yet.

Please login to write comment.