Color Hex Logo

#e0556f Color Hex

#E0556F
(224,85,111)
0 Favorites   0 Comments

Color spaces of #e0556f

RGB 22485111
HSL0.970.690.61
HSV349°62°88°
CMYK 0.000.620.50   0.12
XYZ36.858223.492017.6307
Yxy23.49200.47270.3013
Hunter Lab48.468550.921512.3609
CIE-Lab55.575556.100314.3961

#e0556f color RGB value is (224,85,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010101 01101111
Octal 340 125 157
Decimal 224 85 111
Hex E0 55 6F

RGB Percentages of Color #e0556f

%53.33
%20.24
%26.43

CMYK Percentages of Color #e0556f

%0
%62
%50
%12

Triadic Colors of #e0556f

#e0556f #6fe055 #556fe0

Analogous Colors of #e0556f

#e0556f #e08155 #e055b5

Monochromatic Colors of #e0556f

#e0556f

Complementary Color

#e0556f #55e0c6

#e0556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0556f Color CSS Codes

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

#e0556f Text Font Color

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

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


#e0556f Background Color

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

This div background color is #e0556f


#e0556f Border Color

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

This div border color is #e0556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0556f


Comments

No comments written yet.

Please login to write comment.