Color Hex Logo

#e571da Color Hex

#E571DA
(229,113,218)
0 Favorites   0 Comments

Color spaces of #e571da

RGB 229113218
HSL0.850.690.67
HSV306°51°90°
CMYK 0.000.510.05   0.10
XYZ50.873133.530270.1203
Yxy33.53020.32920.2170
Hunter Lab57.905355.4883-31.2635
CIE-Lab64.587958.6013-33.7681

#e571da color RGB value is (229,113,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 11011010
Octal 345 161 332
Decimal 229 113 218
Hex E5 71 DA

RGB Percentages of Color #e571da

%40.89
%20.18
%38.93

CMYK Percentages of Color #e571da

%0
%51
%5
%10

Triadic Colors of #e571da

#e571da #dae571 #71dae5

Analogous Colors of #e571da

#e571da #e571a0 #b671e5

Monochromatic Colors of #e571da

#e571da

Complementary Color

#e571da #71e57c

#e571da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e571da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e571da Color CSS Codes

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

#e571da Text Font Color

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

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


#e571da Background Color

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

This div background color is #e571da


#e571da Border Color

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

This div border color is #e571da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e571da


Comments

No comments written yet.

Please login to write comment.