Color Hex Logo

#e521df Color Hex

#E521DF
(229,33,223)
0 Favorites   0 Comments

Color spaces of #e521df

RGB 22933223
HSL0.840.790.51
HSV302°86°90°
CMYK 0.000.860.03   0.10
XYZ46.176223.073471.8319
Yxy23.07340.32730.1635
Hunter Lab48.034887.5325-55.0388
CIE-Lab55.147986.3922-51.4381

#e521df color RGB value is (229,33,223).

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

The process color (four color CMYK) of #e521df color hex is 0.00, 0.86, 0.03, 0.10. Web safe color of #e521df is #cc33cc. Color #e521df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 11011111
Octal 345 41 337
Decimal 229 33 223
Hex E5 21 DF

RGB Percentages of Color #e521df

%47.22
%6.80
%45.98

CMYK Percentages of Color #e521df

%0
%86
%3
%10

Triadic Colors of #e521df

#e521df #dfe521 #21dfe5

Analogous Colors of #e521df

#e521df #e5217d #8921e5

Monochromatic Colors of #e521df

#e521df

Complementary Color

#e521df #21e527

#e521df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e521df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e521df Color CSS Codes

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

#e521df Text Font Color

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

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


#e521df Background Color

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

This div background color is #e521df


#e521df Border Color

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

This div border color is #e521df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e521df


Comments

No comments written yet.

Please login to write comment.