Color Hex Logo

#e56edc Color Hex

#E56EDC
(229,110,220)
0 Favorites   0 Comments

Color spaces of #e56edc

RGB 229110220
HSL0.850.700.66
HSV305°52°90°
CMYK 0.000.520.04   0.10
XYZ50.807332.977271.3975
Yxy32.97720.32740.2125
Hunter Lab57.425857.4323-33.5172
CIE-Lab64.142460.3465-35.5785

#e56edc color RGB value is (229,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11011100
Octal 345 156 334
Decimal 229 110 220
Hex E5 6E DC

RGB Percentages of Color #e56edc

%40.97
%19.68
%39.36

CMYK Percentages of Color #e56edc

%0
%52
%4
%10

Triadic Colors of #e56edc

#e56edc #dce56e #6edce5

Analogous Colors of #e56edc

#e56edc #e56ea1 #b36ee5

Monochromatic Colors of #e56edc

#e56edc

Complementary Color

#e56edc #6ee577

#e56edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56edc Color CSS Codes

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

#e56edc Text Font Color

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

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


#e56edc Background Color

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

This div background color is #e56edc


#e56edc Border Color

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

This div border color is #e56edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56edc


Comments

No comments written yet.

Please login to write comment.