Color Hex Logo

#e571df Color Hex

#E571DF
(229,113,223)
0 Favorites   0 Comments

Color spaces of #e571df

RGB 229113223
HSL0.840.690.67
HSV303°51°90°
CMYK 0.000.510.03   0.10
XYZ51.537533.796073.6190
Yxy33.79600.32420.2126
Hunter Lab58.134356.5095-34.3885
CIE-Lab64.800359.4455-36.2280

#e571df color RGB value is (229,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 11011111
Octal 345 161 337
Decimal 229 113 223
Hex E5 71 DF

RGB Percentages of Color #e571df

%40.53
%20.00
%39.47

CMYK Percentages of Color #e571df

%0
%51
%3
%10

Triadic Colors of #e571df

#e571df #dfe571 #71dfe5

Analogous Colors of #e571df

#e571df #e571a5 #b171e5

Monochromatic Colors of #e571df

#e571df

Complementary Color

#e571df #71e577

#e571df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e571df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e571df Color CSS Codes

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

#e571df Text Font Color

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

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


#e571df Background Color

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

This div background color is #e571df


#e571df Border Color

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

This div border color is #e571df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e571df


Comments

No comments written yet.

Please login to write comment.