Color Hex Logo

#e57eda Color Hex

#E57EDA
(229,126,218)
0 Favorites   0 Comments

Color spaces of #e57eda

RGB 229126218
HSL0.850.660.70
HSV306°45°90°
CMYK 0.000.450.05   0.10
XYZ52.428836.641770.6389
Yxy36.64170.32830.2294
Hunter Lab60.532448.6722-26.8164
CIE-Lab67.007352.2695-30.0214

#e57eda color RGB value is (229,126,218).

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

The process color (four color CMYK) of #e57eda color hex is 0.00, 0.45, 0.05, 0.10. Web safe color of #e57eda is #cc66cc. Color #e57eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111110 11011010
Octal 345 176 332
Decimal 229 126 218
Hex E5 7E DA

RGB Percentages of Color #e57eda

%39.97
%21.99
%38.05

CMYK Percentages of Color #e57eda

%0
%45
%5
%10

Triadic Colors of #e57eda

#e57eda #dae57e #7edae5

Analogous Colors of #e57eda

#e57eda #e57ea7 #bd7ee5

Monochromatic Colors of #e57eda

#e57eda

Complementary Color

#e57eda #7ee589

#e57eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57eda Color CSS Codes

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

#e57eda Text Font Color

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

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


#e57eda Background Color

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

This div background color is #e57eda


#e57eda Border Color

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

This div border color is #e57eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57eda


Comments

No comments written yet.

Please login to write comment.