Color Hex Logo

#e57dbf Color Hex

#E57DBF
(229,125,191)
0 Favorites   0 Comments

Color spaces of #e57dbf

RGB 229125191
HSL0.890.670.69
HSV322°45°90°
CMYK 0.000.450.17   0.10
XYZ49.050735.086853.4774
Yxy35.08680.35640.2550
Hunter Lab59.234144.1529-12.0640
CIE-Lab65.816248.4006-16.7351

#e57dbf color RGB value is (229,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 10111111
Octal 345 175 277
Decimal 229 125 191
Hex E5 7D BF

RGB Percentages of Color #e57dbf

%42.02
%22.94
%35.05

CMYK Percentages of Color #e57dbf

%0
%45
%17
%10

Triadic Colors of #e57dbf

#e57dbf #bfe57d #7dbfe5

Analogous Colors of #e57dbf

#e57dbf #e57d8b #d77de5

Monochromatic Colors of #e57dbf

#e57dbf

Complementary Color

#e57dbf #7de5a3

#e57dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dbf Color CSS Codes

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

#e57dbf Text Font Color

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

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


#e57dbf Background Color

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

This div background color is #e57dbf


#e57dbf Border Color

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

This div border color is #e57dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dbf


Comments

No comments written yet.

Please login to write comment.