Color Hex Logo

#e56049 Color Hex

#E56049
(229,96,73)
0 Favorites   0 Comments

Color spaces of #e56049

RGB 2299673
HSL0.020.750.59
HSV68°90°
CMYK 0.000.580.68   0.10
XYZ37.698625.50489.2393
Yxy25.50480.52040.3521
Hunter Lab50.502344.866524.5046
CIE-Lab57.564050.279838.9478

#e56049 color RGB value is (229,96,73).

#e56049 hex color red value is 229, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e56049 hue: 0.02 , saturation: 0.75 and the lightness value of e56049 is 0.59.

The process color (four color CMYK) of #e56049 color hex is 0.00, 0.58, 0.68, 0.10. Web safe color of #e56049 is #cc6633. Color #e56049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 01001001
Octal 345 140 111
Decimal 229 96 73
Hex E5 60 49

RGB Percentages of Color #e56049

%57.54
%24.12
%18.34

CMYK Percentages of Color #e56049

%0
%58
%68
%10

Triadic Colors of #e56049

#e56049 #49e560 #6049e5

Analogous Colors of #e56049

#e56049 #e5ae49 #e54980

Monochromatic Colors of #e56049

#e56049

Complementary Color

#e56049 #49cee5

#e56049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56049 Color CSS Codes

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

#e56049 Text Font Color

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

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


#e56049 Background Color

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

This div background color is #e56049


#e56049 Border Color

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

This div border color is #e56049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56049


Comments

No comments written yet.

Please login to write comment.