Color Hex Logo

#e56ebd Color Hex

#E56EBD
(229,110,189)
0 Favorites   0 Comments

Color spaces of #e56ebd

RGB 229110189
HSL0.890.700.66
HSV320°52°90°
CMYK 0.000.520.17   0.10
XYZ47.074331.484051.7400
Yxy31.48400.36130.2416
Hunter Lab56.110651.5600-15.3943
CIE-Lab62.914155.4489-20.0110

#e56ebd color RGB value is (229,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101110 10111101
Octal 345 156 275
Decimal 229 110 189
Hex E5 6E BD

RGB Percentages of Color #e56ebd

%43.37
%20.83
%35.80

CMYK Percentages of Color #e56ebd

%0
%52
%17
%10

Triadic Colors of #e56ebd

#e56ebd #bde56e #6ebde5

Analogous Colors of #e56ebd

#e56ebd #e56e82 #d26ee5

Monochromatic Colors of #e56ebd

#e56ebd

Complementary Color

#e56ebd #6ee596

#e56ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56ebd Color CSS Codes

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

#e56ebd Text Font Color

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

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


#e56ebd Background Color

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

This div background color is #e56ebd


#e56ebd Border Color

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

This div border color is #e56ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56ebd


Comments

No comments written yet.

Please login to write comment.