Color Hex Logo

#e57dab Color Hex

#E57DAB
(229,125,171)
0 Favorites   0 Comments

Color spaces of #e57dab

RGB 229125171
HSL0.930.670.69
HSV333°45°90°
CMYK 0.000.450.25   0.10
XYZ46.997434.265542.6649
Yxy34.26550.37920.2765
Hunter Lab58.536740.8730-2.2382
CIE-Lab65.172845.4978-6.3995

#e57dab color RGB value is (229,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 10101011
Octal 345 175 253
Decimal 229 125 171
Hex E5 7D AB

RGB Percentages of Color #e57dab

%43.62
%23.81
%32.57

CMYK Percentages of Color #e57dab

%0
%45
%25
%10

Triadic Colors of #e57dab

#e57dab #abe57d #7dabe5

Analogous Colors of #e57dab

#e57dab #e5837d #e57ddf

Monochromatic Colors of #e57dab

#e57dab

Complementary Color

#e57dab #7de5b7

#e57dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dab Color CSS Codes

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

#e57dab Text Font Color

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

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


#e57dab Background Color

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

This div background color is #e57dab


#e57dab Border Color

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

This div border color is #e57dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dab


Comments

No comments written yet.

Please login to write comment.