Color Hex Logo

#e56ed1 Color Hex

#E56ED1
(229,110,209)
0 Favorites   0 Comments

Color spaces of #e56ed1

RGB 229110209
HSL0.860.700.66
HSV310°52°90°
CMYK 0.000.520.09   0.10
XYZ49.397732.413363.9745
Yxy32.41330.33880.2223
Hunter Lab56.932755.2435-26.7705
CIE-Lab63.683058.5388-30.1274

#e56ed1 color RGB value is (229,110,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11010001
Octal 345 156 321
Decimal 229 110 209
Hex E5 6E D1

RGB Percentages of Color #e56ed1

%41.79
%20.07
%38.14

CMYK Percentages of Color #e56ed1

%0
%52
%9
%10

Triadic Colors of #e56ed1

#e56ed1 #d1e56e #6ed1e5

Analogous Colors of #e56ed1

#e56ed1 #e56e96 #be6ee5

Monochromatic Colors of #e56ed1

#e56ed1

Complementary Color

#e56ed1 #6ee582

#e56ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ed1 Color CSS Codes

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

#e56ed1 Text Font Color

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

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


#e56ed1 Background Color

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

This div background color is #e56ed1


#e56ed1 Border Color

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

This div border color is #e56ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ed1


Comments

No comments written yet.

Please login to write comment.