Color Hex Logo

#e57fdf Color Hex

#E57FDF
(229,127,223)
0 Favorites   0 Comments

Color spaces of #e57fdf

RGB 229127223
HSL0.840.660.70
HSV304°45°90°
CMYK 0.000.450.03   0.10
XYZ53.221837.164574.1804
Yxy37.16450.32340.2258
Hunter Lab60.962749.1498-29.4712
CIE-Lab67.400352.6330-32.1904

#e57fdf color RGB value is (229,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111111 11011111
Octal 345 177 337
Decimal 229 127 223
Hex E5 7F DF

RGB Percentages of Color #e57fdf

%39.55
%21.93
%38.51

CMYK Percentages of Color #e57fdf

%0
%45
%3
%10

Triadic Colors of #e57fdf

#e57fdf #dfe57f #7fdfe5

Analogous Colors of #e57fdf

#e57fdf #e57fac #b87fe5

Monochromatic Colors of #e57fdf

#e57fdf

Complementary Color

#e57fdf #7fe585

#e57fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57fdf Color CSS Codes

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

#e57fdf Text Font Color

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

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


#e57fdf Background Color

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

This div background color is #e57fdf


#e57fdf Border Color

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

This div border color is #e57fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57fdf


Comments

No comments written yet.

Please login to write comment.