Color Hex Logo

#e56dcb Color Hex

#E56DCB
(229,109,203)
0 Favorites   0 Comments

Color spaces of #e56dcb

RGB 229109203
HSL0.870.700.66
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ48.561231.907160.0991
Yxy31.90710.34550.2270
Hunter Lab56.486454.6049-23.5416
CIE-Lab63.266058.0540-27.3931

#e56dcb color RGB value is (229,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 11001011
Octal 345 155 313
Decimal 229 109 203
Hex E5 6D CB

RGB Percentages of Color #e56dcb

%42.33
%20.15
%37.52

CMYK Percentages of Color #e56dcb

%0
%52
%11
%10

Triadic Colors of #e56dcb

#e56dcb #cbe56d #6dcbe5

Analogous Colors of #e56dcb

#e56dcb #e56d8f #c36de5

Monochromatic Colors of #e56dcb

#e56dcb

Complementary Color

#e56dcb #6de587

#e56dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56dcb Color CSS Codes

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

#e56dcb Text Font Color

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

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


#e56dcb Background Color

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

This div background color is #e56dcb


#e56dcb Border Color

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

This div border color is #e56dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56dcb


Comments

No comments written yet.

Please login to write comment.