Color Hex Logo

#e56deb Color Hex

#E56DEB
(229,109,235)
0 Favorites   0 Comments

Color spaces of #e56deb

RGB 229109235
HSL0.830.760.67
HSV297°54°92°
CMYK 0.030.540.00   0.08
XYZ52.777133.593582.2998
Yxy33.59350.31290.1992
Hunter Lab57.959961.1086-43.6165
CIE-Lab64.638663.3856-43.1516

#e56deb color RGB value is (229,109,235).

#e56deb hex color red value is 229, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e56deb hue: 0.83 , saturation: 0.76 and the lightness value of e56deb is 0.67.

The process color (four color CMYK) of #e56deb color hex is 0.03, 0.54, 0.00, 0.08. Web safe color of #e56deb is #cc66ff. Color #e56deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101101 11101011
Octal 345 155 353
Decimal 229 109 235
Hex E5 6D EB

RGB Percentages of Color #e56deb

%39.97
%19.02
%41.01

CMYK Percentages of Color #e56deb

%3
%54
%0
%8

Triadic Colors of #e56deb

#e56deb #ebe56d #6debe5

Analogous Colors of #e56deb

#e56deb #eb6db2 #a66deb

Monochromatic Colors of #e56deb

#e56deb

Complementary Color

#e56deb #73eb6d

#e56deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56deb Color CSS Codes

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

#e56deb Text Font Color

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

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


#e56deb Background Color

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

This div background color is #e56deb


#e56deb Border Color

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

This div border color is #e56deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56deb


Comments

No comments written yet.

Please login to write comment.