Color Hex Logo

#e05219 Color Hex

#E05219
(224,82,25)
0 Favorites   0 Comments

Color spaces of #e05219

RGB 2248225
HSL0.050.800.49
HSV17°89°88°
CMYK 0.000.630.89   0.12
XYZ33.933221.95213.3684
Yxy21.95210.57270.3705
Hunter Lab46.853147.285228.5346
CIE-Lab53.976153.082257.8642

#e05219 color RGB value is (224,82,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 00011001
Octal 340 122 31
Decimal 224 82 25
Hex E0 52 19

RGB Percentages of Color #e05219

%67.67
%24.77
%7.55

CMYK Percentages of Color #e05219

%0
%63
%89
%12

Triadic Colors of #e05219

#e05219 #19e052 #5219e0

Analogous Colors of #e05219

#e05219 #e0b619 #e01944

Monochromatic Colors of #e05219

#e05219

Complementary Color

#e05219 #19a7e0

#e05219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05219 Color CSS Codes

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

#e05219 Text Font Color

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

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


#e05219 Background Color

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

This div background color is #e05219


#e05219 Border Color

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

This div border color is #e05219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05219


Comments

No comments written yet.

Please login to write comment.