Color Hex Logo

#e56dae Color Hex

#E56DAE
(229,109,174)
0 Favorites   0 Comments

Color spaces of #e56dae

RGB 229109174
HSL0.910.700.66
HSV328°52°90°
CMYK 0.000.520.24   0.10
XYZ45.421730.651343.5667
Yxy30.65130.37970.2562
Hunter Lab55.363649.5596-7.9019
CIE-Lab62.212253.7900-12.5279

#e56dae color RGB value is (229,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 10101110
Octal 345 155 256
Decimal 229 109 174
Hex E5 6D AE

RGB Percentages of Color #e56dae

%44.73
%21.29
%33.98

CMYK Percentages of Color #e56dae

%0
%52
%24
%10

Triadic Colors of #e56dae

#e56dae #aee56d #6daee5

Analogous Colors of #e56dae

#e56dae #e56d72 #e06de5

Monochromatic Colors of #e56dae

#e56dae

Complementary Color

#e56dae #6de5a4

#e56dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dae Color CSS Codes

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

#e56dae Text Font Color

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

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


#e56dae Background Color

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

This div background color is #e56dae


#e56dae Border Color

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

This div border color is #e56dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dae


Comments

No comments written yet.

Please login to write comment.