Color Hex Logo

#e057aa Color Hex

#E057AA
(224,87,170)
0 Favorites   0 Comments

Color spaces of #e057aa

RGB 22487170
HSL0.900.690.61
HSV324°61°88°
CMYK 0.000.610.24   0.12
XYZ41.404425.566040.7827
Yxy25.56600.38430.2373
Hunter Lab50.562857.6834-12.4278
CIE-Lab57.622861.6896-17.2321

#e057aa color RGB value is (224,87,170).

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

The process color (four color CMYK) of #e057aa color hex is 0.00, 0.61, 0.24, 0.12. Web safe color of #e057aa is #cc6699. Color #e057aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010111 10101010
Octal 340 127 252
Decimal 224 87 170
Hex E0 57 AA

RGB Percentages of Color #e057aa

%46.57
%18.09
%35.34

CMYK Percentages of Color #e057aa

%0
%61
%24
%12

Triadic Colors of #e057aa

#e057aa #aae057 #57aae0

Analogous Colors of #e057aa

#e057aa #e05766 #d257e0

Monochromatic Colors of #e057aa

#e057aa

Complementary Color

#e057aa #57e08d

#e057aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e057aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e057aa Color CSS Codes

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

#e057aa Text Font Color

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

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


#e057aa Background Color

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

This div background color is #e057aa


#e057aa Border Color

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

This div border color is #e057aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e057aa


Comments

No comments written yet.

Please login to write comment.