Color Hex Logo

#e56dad Color Hex

#E56DAD
(229,109,173)
0 Favorites   0 Comments

Color spaces of #e56dad

RGB 229109173
HSL0.910.700.66
HSV328°52°90°
CMYK 0.000.520.24   0.10
XYZ45.324630.612443.0551
Yxy30.61240.38090.2573
Hunter Lab55.328549.4008-7.4079
CIE-Lab62.179153.6539-12.0059

#e56dad color RGB value is (229,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 10101101
Octal 345 155 255
Decimal 229 109 173
Hex E5 6D AD

RGB Percentages of Color #e56dad

%44.81
%21.33
%33.86

CMYK Percentages of Color #e56dad

%0
%52
%24
%10

Triadic Colors of #e56dad

#e56dad #ade56d #6dade5

Analogous Colors of #e56dad

#e56dad #e56d71 #e16de5

Monochromatic Colors of #e56dad

#e56dad

Complementary Color

#e56dad #6de5a5

#e56dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dad Color CSS Codes

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

#e56dad Text Font Color

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

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


#e56dad Background Color

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

This div background color is #e56dad


#e56dad Border Color

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

This div border color is #e56dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dad


Comments

No comments written yet.

Please login to write comment.