Color Hex Logo

#e5580e Color Hex

#E5580E
(229,88,14)
0 Favorites   0 Comments

Color spaces of #e5580e

RGB 2298814
HSL0.060.880.48
HSV21°94°90°
CMYK 0.000.620.94   0.10
XYZ35.882123.66923.0929
Yxy23.66920.57280.3778
Hunter Lab48.651046.511830.2864
CIE-Lab55.755152.079162.6919

#e5580e color RGB value is (229,88,14).

#e5580e hex color red value is 229, green value is 88 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5580e hue: 0.06 , saturation: 0.88 and the lightness value of e5580e is 0.48.

The process color (four color CMYK) of #e5580e color hex is 0.00, 0.62, 0.94, 0.10. Web safe color of #e5580e is #cc6600. Color #e5580e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 00001110
Octal 345 130 16
Decimal 229 88 14
Hex E5 58 E

RGB Percentages of Color #e5580e

%69.18
%26.59
%4.23

CMYK Percentages of Color #e5580e

%0
%62
%94
%10

Triadic Colors of #e5580e

#e5580e #0ee558 #580ee5

Analogous Colors of #e5580e

#e5580e #e5c40e #e50e2f

Monochromatic Colors of #e5580e

#e5580e

Complementary Color

#e5580e #0e9be5

#e5580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5580e Color CSS Codes

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

#e5580e Text Font Color

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

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


#e5580e Background Color

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

This div background color is #e5580e


#e5580e Border Color

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

This div border color is #e5580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5580e


Comments

No comments written yet.

Please login to write comment.