Color Hex Logo

#e0592d Color Hex

#E0592D
(224,89,45)
0 Favorites   0 Comments

Color spaces of #e0592d

RGB 2248945
HSL0.040.740.53
HSV15°80°88°
CMYK 0.000.600.80   0.12
XYZ34.786523.18155.1237
Yxy23.18150.55140.3674
Hunter Lab48.147244.709327.3935
CIE-Lab55.258850.502150.6543

#e0592d color RGB value is (224,89,45).

#e0592d hex color red value is 224, green value is 89 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e0592d hue: 0.04 , saturation: 0.74 and the lightness value of e0592d is 0.53.

The process color (four color CMYK) of #e0592d color hex is 0.00, 0.60, 0.80, 0.12. Web safe color of #e0592d is #cc6633. Color #e0592d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011001 00101101
Octal 340 131 55
Decimal 224 89 45
Hex E0 59 2D

RGB Percentages of Color #e0592d

%62.57
%24.86
%12.57

CMYK Percentages of Color #e0592d

%0
%60
%80
%12

Triadic Colors of #e0592d

#e0592d #2de059 #592de0

Analogous Colors of #e0592d

#e0592d #e0b32d #e02d5b

Monochromatic Colors of #e0592d

#e0592d

Complementary Color

#e0592d #2db4e0

#e0592d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0592d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0592d Color CSS Codes

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

#e0592d Text Font Color

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

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


#e0592d Background Color

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

This div background color is #e0592d


#e0592d Border Color

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

This div border color is #e0592d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0592d


Comments

No comments written yet.

Please login to write comment.