Color Hex Logo

#e5480d Color Hex

#E5480D
(229,72,13)
0 Favorites   0 Comments

Color spaces of #e5480d

RGB 2297213
HSL0.050.890.47
HSV16°94°90°
CMYK 0.000.690.94   0.10
XYZ34.703121.32182.6672
Yxy21.32180.59130.3633
Hunter Lab46.175553.344028.8982
CIE-Lab53.299958.659661.3979

#e5480d color RGB value is (229,72,13).

#e5480d hex color red value is 229, green value is 72 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e5480d hue: 0.05 , saturation: 0.89 and the lightness value of e5480d is 0.47.

The process color (four color CMYK) of #e5480d color hex is 0.00, 0.69, 0.94, 0.10. Web safe color of #e5480d is #cc3300. Color #e5480d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 00001101
Octal 345 110 15
Decimal 229 72 13
Hex E5 48 D

RGB Percentages of Color #e5480d

%72.93
%22.93
%4.14

CMYK Percentages of Color #e5480d

%0
%69
%94
%10

Triadic Colors of #e5480d

#e5480d #0de548 #480de5

Analogous Colors of #e5480d

#e5480d #e5b40d #e50d3e

Monochromatic Colors of #e5480d

#e5480d

Complementary Color

#e5480d #0daae5

#e5480d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5480d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5480d Color CSS Codes

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

#e5480d Text Font Color

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

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


#e5480d Background Color

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

This div background color is #e5480d


#e5480d Border Color

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

This div border color is #e5480d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,72,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5480d


Comments

No comments written yet.

Please login to write comment.