Color Hex Logo

#e57dda Color Hex

#E57DDA
(229,125,218)
0 Favorites   0 Comments

Color spaces of #e57dda

RGB 229125218
HSL0.850.670.69
HSV306°45°90°
CMYK 0.000.450.05   0.10
XYZ52.301636.387270.5965
Yxy36.38720.32840.2284
Hunter Lab60.321849.2040-27.1637
CIE-Lab66.814752.7679-30.3189

#e57dda color RGB value is (229,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 11011010
Octal 345 175 332
Decimal 229 125 218
Hex E5 7D DA

RGB Percentages of Color #e57dda

%40.03
%21.85
%38.11

CMYK Percentages of Color #e57dda

%0
%45
%5
%10

Triadic Colors of #e57dda

#e57dda #dae57d #7ddae5

Analogous Colors of #e57dda

#e57dda #e57da6 #bc7de5

Monochromatic Colors of #e57dda

#e57dda

Complementary Color

#e57dda #7de588

#e57dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dda Color CSS Codes

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

#e57dda Text Font Color

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

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


#e57dda Background Color

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

This div background color is #e57dda


#e57dda Border Color

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

This div border color is #e57dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dda


Comments

No comments written yet.

Please login to write comment.