Color Hex Logo

#e56daa Color Hex

#E56DAA
(229,109,170)
0 Favorites   0 Comments

Color spaces of #e56daa

RGB 229109170
HSL0.920.700.66
HSV330°52°90°
CMYK 0.000.520.26   0.10
XYZ45.037430.497641.5431
Yxy30.49760.38470.2605
Hunter Lab55.224648.9292-5.9441
CIE-Lab62.081253.2489-10.4356

#e56daa color RGB value is (229,109,170).

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

The process color (four color CMYK) of #e56daa color hex is 0.00, 0.52, 0.26, 0.10. Web safe color of #e56daa is #cc6699. Color #e56daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 10101010
Octal 345 155 252
Decimal 229 109 170
Hex E5 6D AA

RGB Percentages of Color #e56daa

%45.08
%21.46
%33.46

CMYK Percentages of Color #e56daa

%0
%52
%26
%10

Triadic Colors of #e56daa

#e56daa #aae56d #6daae5

Analogous Colors of #e56daa

#e56daa #e56d6e #e46de5

Monochromatic Colors of #e56daa

#e56daa

Complementary Color

#e56daa #6de5a8

#e56daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56daa Color CSS Codes

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

#e56daa Text Font Color

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

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


#e56daa Background Color

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

This div background color is #e56daa


#e56daa Border Color

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

This div border color is #e56daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56daa


Comments

No comments written yet.

Please login to write comment.