Color Hex Logo

#e0540f Color Hex

#E0540F
(224,84,15)
0 Favorites   0 Comments

Color spaces of #e0540f

RGB 2248415
HSL0.060.870.47
HSV20°93°88°
CMYK 0.000.630.93   0.12
XYZ33.997022.22242.9495
Yxy22.22240.57460.3756
Hunter Lab47.140646.234929.2888
CIE-Lab54.262252.071461.0761

#e0540f color RGB value is (224,84,15).

#e0540f hex color red value is 224, green value is 84 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e0540f hue: 0.06 , saturation: 0.87 and the lightness value of e0540f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 00001111
Octal 340 124 17
Decimal 224 84 15
Hex E0 54 F

RGB Percentages of Color #e0540f

%69.35
%26.01
%4.64

CMYK Percentages of Color #e0540f

%0
%63
%93
%12

Triadic Colors of #e0540f

#e0540f #0fe054 #540fe0

Analogous Colors of #e0540f

#e0540f #e0bd0f #e00f33

Monochromatic Colors of #e0540f

#e0540f

Complementary Color

#e0540f #0f9be0

#e0540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0540f Color CSS Codes

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

#e0540f Text Font Color

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

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


#e0540f Background Color

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

This div background color is #e0540f


#e0540f Border Color

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

This div border color is #e0540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0540f


Comments

No comments written yet.

Please login to write comment.