Color Hex Logo

#e57dee Color Hex

#E57DEE
(229,125,238)
0 Favorites   0 Comments

Color spaces of #e57dee

RGB 229125238
HSL0.820.770.71
HSV295°47°93°
CMYK 0.040.470.00   0.07
XYZ55.079337.498385.2238
Yxy37.49830.30980.2109
Hunter Lab61.235953.3911-39.6506
CIE-Lab67.649256.2996-40.0935

#e57dee color RGB value is (229,125,238).

#e57dee hex color red value is 229, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e57dee hue: 0.82 , saturation: 0.77 and the lightness value of e57dee is 0.71.

The process color (four color CMYK) of #e57dee color hex is 0.04, 0.47, 0.00, 0.07. Web safe color of #e57dee is #cc66ff. Color #e57dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 11101110
Octal 345 175 356
Decimal 229 125 238
Hex E5 7D EE

RGB Percentages of Color #e57dee

%38.68
%21.11
%40.20

CMYK Percentages of Color #e57dee

%4
%47
%0
%7

Triadic Colors of #e57dee

#e57dee #eee57d #7deee5

Analogous Colors of #e57dee

#e57dee #ee7dbf #ad7dee

Monochromatic Colors of #e57dee

#e57dee

Complementary Color

#e57dee #86ee7d

#e57dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dee Color CSS Codes

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

#e57dee Text Font Color

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

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


#e57dee Background Color

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

This div background color is #e57dee


#e57dee Border Color

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

This div border color is #e57dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dee


Comments

No comments written yet.

Please login to write comment.