Color Hex Logo

#e56dcc Color Hex

#E56DCC
(229,109,204)
0 Favorites   0 Comments

Color spaces of #e56dcc

RGB 229109204
HSL0.870.700.66
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ48.680831.954960.7289
Yxy31.95490.34440.2260
Hunter Lab56.528754.7937-24.1253
CIE-Lab63.305658.2114-27.8960

#e56dcc color RGB value is (229,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 11001100
Octal 345 155 314
Decimal 229 109 204
Hex E5 6D CC

RGB Percentages of Color #e56dcc

%42.25
%20.11
%37.64

CMYK Percentages of Color #e56dcc

%0
%52
%11
%10

Triadic Colors of #e56dcc

#e56dcc #cce56d #6dcce5

Analogous Colors of #e56dcc

#e56dcc #e56d90 #c26de5

Monochromatic Colors of #e56dcc

#e56dcc

Complementary Color

#e56dcc #6de586

#e56dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dcc Color CSS Codes

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

#e56dcc Text Font Color

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

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


#e56dcc Background Color

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

This div background color is #e56dcc


#e56dcc Border Color

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

This div border color is #e56dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dcc


Comments

No comments written yet.

Please login to write comment.