Color Hex Logo

#e56cdd Color Hex

#E56CDD
(229,108,221)
0 Favorites   0 Comments

Color spaces of #e56cdd

RGB 229108221
HSL0.840.700.66
HSV304°53°90°
CMYK 0.000.530.03   0.10
XYZ50.726832.603672.0261
Yxy32.60360.32650.2099
Hunter Lab57.099658.6538-34.8195
CIE-Lab63.838661.4415-36.6107

#e56cdd color RGB value is (229,108,221).

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

The process color (four color CMYK) of #e56cdd color hex is 0.00, 0.53, 0.03, 0.10. Web safe color of #e56cdd is #cc66cc. Color #e56cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 11011101
Octal 345 154 335
Decimal 229 108 221
Hex E5 6C DD

RGB Percentages of Color #e56cdd

%41.04
%19.35
%39.61

CMYK Percentages of Color #e56cdd

%0
%53
%3
%10

Triadic Colors of #e56cdd

#e56cdd #dde56c #6cdde5

Analogous Colors of #e56cdd

#e56cdd #e56ca1 #b16ce5

Monochromatic Colors of #e56cdd

#e56cdd

Complementary Color

#e56cdd #6ce574

#e56cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cdd Color CSS Codes

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

#e56cdd Text Font Color

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

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


#e56cdd Background Color

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

This div background color is #e56cdd


#e56cdd Border Color

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

This div border color is #e56cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cdd


Comments

No comments written yet.

Please login to write comment.