Color Hex Logo

#e57daa Color Hex

#E57DAA
(229,125,170)
0 Favorites   0 Comments

Color spaces of #e57daa

RGB 229125170
HSL0.930.670.69
HSV334°45°90°
CMYK 0.000.450.26   0.10
XYZ46.902434.227542.1648
Yxy34.22750.38040.2776
Hunter Lab58.504340.7195-1.7781
CIE-Lab65.142745.3606-5.8772

#e57daa color RGB value is (229,125,170).

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

The process color (four color CMYK) of #e57daa color hex is 0.00, 0.45, 0.26, 0.10. Web safe color of #e57daa is #cc6699. Color #e57daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 10101010
Octal 345 175 252
Decimal 229 125 170
Hex E5 7D AA

RGB Percentages of Color #e57daa

%43.70
%23.85
%32.44

CMYK Percentages of Color #e57daa

%0
%45
%26
%10

Triadic Colors of #e57daa

#e57daa #aae57d #7daae5

Analogous Colors of #e57daa

#e57daa #e5847d #e57dde

Monochromatic Colors of #e57daa

#e57daa

Complementary Color

#e57daa #7de5b8

#e57daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57daa Color CSS Codes

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

#e57daa Text Font Color

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

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


#e57daa Background Color

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

This div background color is #e57daa


#e57daa Border Color

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

This div border color is #e57daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57daa


Comments

No comments written yet.

Please login to write comment.