Color Hex Logo

#e0556e Color Hex

#E0556E
(224,85,110)
0 Favorites   0 Comments

Color spaces of #e0556e

RGB 22485110
HSL0.970.690.61
HSV349°62°88°
CMYK 0.000.620.51   0.12
XYZ36.803423.470117.3423
Yxy23.47010.47420.3024
Hunter Lab48.445950.822412.6880
CIE-Lab55.553356.015414.9554

#e0556e color RGB value is (224,85,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 01101110
Octal 340 125 156
Decimal 224 85 110
Hex E0 55 6E

RGB Percentages of Color #e0556e

%53.46
%20.29
%26.25

CMYK Percentages of Color #e0556e

%0
%62
%51
%12

Triadic Colors of #e0556e

#e0556e #6ee055 #556ee0

Analogous Colors of #e0556e

#e0556e #e08255 #e055b4

Monochromatic Colors of #e0556e

#e0556e

Complementary Color

#e0556e #55e0c7

#e0556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0556e Color CSS Codes

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

#e0556e Text Font Color

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

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


#e0556e Background Color

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

This div background color is #e0556e


#e0556e Border Color

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

This div border color is #e0556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0556e


Comments

No comments written yet.

Please login to write comment.