Color Hex Logo

#e56aaf Color Hex

#E56AAF
(229,106,175)
0 Favorites   0 Comments

Color spaces of #e56aaf

RGB 229106175
HSL0.910.700.66
HSV326°54°90°
CMYK 0.000.540.24   0.10
XYZ45.205030.061243.9773
Yxy30.06120.37910.2521
Hunter Lab54.828151.2216-9.1765
CIE-Lab61.707055.3448-13.8605

#e56aaf color RGB value is (229,106,175).

#e56aaf hex color red value is 229, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e56aaf hue: 0.91 , saturation: 0.70 and the lightness value of e56aaf is 0.66.

The process color (four color CMYK) of #e56aaf color hex is 0.00, 0.54, 0.24, 0.10. Web safe color of #e56aaf is #cc6699. Color #e56aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101010 10101111
Octal 345 152 257
Decimal 229 106 175
Hex E5 6A AF

RGB Percentages of Color #e56aaf

%44.90
%20.78
%34.31

CMYK Percentages of Color #e56aaf

%0
%54
%24
%10

Triadic Colors of #e56aaf

#e56aaf #afe56a #6aafe5

Analogous Colors of #e56aaf

#e56aaf #e56a72 #de6ae5

Monochromatic Colors of #e56aaf

#e56aaf

Complementary Color

#e56aaf #6ae5a0

#e56aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56aaf Color CSS Codes

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

#e56aaf Text Font Color

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

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


#e56aaf Background Color

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

This div background color is #e56aaf


#e56aaf Border Color

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

This div border color is #e56aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,106,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e56aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e56aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #e56aaf;
  box-shadow:         1px 1px 3px 2px #e56aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,106,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56aaf


Comments

No comments written yet.

Please login to write comment.