Color Hex Logo

#e56dd0 Color Hex

#E56DD0
(229,109,208)
0 Favorites   0 Comments

Color spaces of #e56dd0

RGB 229109208
HSL0.860.700.66
HSV311°52°90°
CMYK 0.000.520.09   0.10
XYZ49.166932.149463.2886
Yxy32.14940.34000.2223
Hunter Lab56.700455.5577-26.4887
CIE-Lab63.466258.8464-29.9004

#e56dd0 color RGB value is (229,109,208).

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

The process color (four color CMYK) of #e56dd0 color hex is 0.00, 0.52, 0.09, 0.10. Web safe color of #e56dd0 is #cc66cc. Color #e56dd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 11010000
Octal 345 155 320
Decimal 229 109 208
Hex E5 6D D0

RGB Percentages of Color #e56dd0

%41.94
%19.96
%38.10

CMYK Percentages of Color #e56dd0

%0
%52
%9
%10

Triadic Colors of #e56dd0

#e56dd0 #d0e56d #6dd0e5

Analogous Colors of #e56dd0

#e56dd0 #e56d94 #be6de5

Monochromatic Colors of #e56dd0

#e56dd0

Complementary Color

#e56dd0 #6de582

#e56dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dd0 Color CSS Codes

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

#e56dd0 Text Font Color

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

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


#e56dd0 Background Color

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

This div background color is #e56dd0


#e56dd0 Border Color

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

This div border color is #e56dd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dd0


Comments

No comments written yet.

Please login to write comment.