Color Hex Logo

#e0557e Color Hex

#E0557E
(224,85,126)
0 Favorites   0 Comments

Color spaces of #e0557e

RGB 22485126
HSL0.950.690.61
HSV342°62°88°
CMYK 0.000.620.44   0.12
XYZ37.754923.850722.3524
Yxy23.85070.44970.2841
Hunter Lab48.837252.52927.0494
CIE-Lab55.938057.47126.0484

#e0557e color RGB value is (224,85,126).

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

The process color (four color CMYK) of #e0557e color hex is 0.00, 0.62, 0.44, 0.12. Web safe color of #e0557e is #cc6666. Color #e0557e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 01111110
Octal 340 125 176
Decimal 224 85 126
Hex E0 55 7E

RGB Percentages of Color #e0557e

%51.49
%19.54
%28.97

CMYK Percentages of Color #e0557e

%0
%62
%44
%12

Triadic Colors of #e0557e

#e0557e #7ee055 #557ee0

Analogous Colors of #e0557e

#e0557e #e07255 #e055c4

Monochromatic Colors of #e0557e

#e0557e

Complementary Color

#e0557e #55e0b7

#e0557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0557e Color CSS Codes

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

#e0557e Text Font Color

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

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


#e0557e Background Color

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

This div background color is #e0557e


#e0557e Border Color

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

This div border color is #e0557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0557e


Comments

No comments written yet.

Please login to write comment.