Color Hex Logo

#e0597f Color Hex

#E0597F
(224,89,127)
0 Favorites   0 Comments

Color spaces of #e0597f

RGB 22489127
HSL0.950.690.61
HSV343°60°88°
CMYK 0.000.600.43   0.12
XYZ38.143624.524422.8020
Yxy24.52440.44630.2869
Hunter Lab49.522150.82307.3659
CIE-Lab56.609155.83576.4196

#e0597f color RGB value is (224,89,127).

#e0597f hex color red value is 224, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e0597f hue: 0.95 , saturation: 0.69 and the lightness value of e0597f is 0.61.

The process color (four color CMYK) of #e0597f color hex is 0.00, 0.60, 0.43, 0.12. Web safe color of #e0597f is #cc6666. Color #e0597f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011001 01111111
Octal 340 131 177
Decimal 224 89 127
Hex E0 59 7F

RGB Percentages of Color #e0597f

%50.91
%20.23
%28.86

CMYK Percentages of Color #e0597f

%0
%60
%43
%12

Triadic Colors of #e0597f

#e0597f #7fe059 #597fe0

Analogous Colors of #e0597f

#e0597f #e07759 #e059c3

Monochromatic Colors of #e0597f

#e0597f

Complementary Color

#e0597f #59e0ba

#e0597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0597f Color CSS Codes

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

#e0597f Text Font Color

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

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


#e0597f Background Color

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

This div background color is #e0597f


#e0597f Border Color

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

This div border color is #e0597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0597f


Comments

No comments written yet.

Please login to write comment.