Color Hex Logo

#e056aa Color Hex

#E056AA
(224,86,170)
0 Favorites   0 Comments

Color spaces of #e056aa

RGB 22486170
HSL0.900.690.61
HSV323°62°88°
CMYK 0.000.620.24   0.12
XYZ41.324025.405240.7559
Yxy25.40520.38450.2364
Hunter Lab50.403658.1392-12.6589
CIE-Lab57.468162.1108-17.4672

#e056aa color RGB value is (224,86,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010110 10101010
Octal 340 126 252
Decimal 224 86 170
Hex E0 56 AA

RGB Percentages of Color #e056aa

%46.67
%17.92
%35.42

CMYK Percentages of Color #e056aa

%0
%62
%24
%12

Triadic Colors of #e056aa

#e056aa #aae056 #56aae0

Analogous Colors of #e056aa

#e056aa #e05665 #d156e0

Monochromatic Colors of #e056aa

#e056aa

Complementary Color

#e056aa #56e08c

#e056aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e056aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e056aa Color CSS Codes

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

#e056aa Text Font Color

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

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


#e056aa Background Color

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

This div background color is #e056aa


#e056aa Border Color

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

This div border color is #e056aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,86,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 #e056aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e056aa


Comments

No comments written yet.

Please login to write comment.