Color Hex Logo

#e56ecb Color Hex

#E56ECB
(229,110,203)
0 Favorites   0 Comments

Color spaces of #e56ecb

RGB 229110203
HSL0.870.700.66
HSV313°52°90°
CMYK 0.000.520.11   0.10
XYZ48.668532.121760.1349
Yxy32.12170.34540.2279
Hunter Lab56.676054.0975-23.2352
CIE-Lab63.443357.5840-27.1200

#e56ecb color RGB value is (229,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 11001011
Octal 345 156 313
Decimal 229 110 203
Hex E5 6E CB

RGB Percentages of Color #e56ecb

%42.25
%20.30
%37.45

CMYK Percentages of Color #e56ecb

%0
%52
%11
%10

Triadic Colors of #e56ecb

#e56ecb #cbe56e #6ecbe5

Analogous Colors of #e56ecb

#e56ecb #e56e90 #c46ee5

Monochromatic Colors of #e56ecb

#e56ecb

Complementary Color

#e56ecb #6ee588

#e56ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ecb Color CSS Codes

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

#e56ecb Text Font Color

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

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


#e56ecb Background Color

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

This div background color is #e56ecb


#e56ecb Border Color

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

This div border color is #e56ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,110,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 #e56ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ecb


Comments

No comments written yet.

Please login to write comment.