Color Hex Logo

#e521da Color Hex

#E521DA
(229,33,218)
0 Favorites   0 Comments

Color spaces of #e521da

RGB 22933218
HSL0.840.790.51
HSV303°86°90°
CMYK 0.000.860.05   0.10
XYZ45.511822.807768.3332
Yxy22.80770.33300.1669
Hunter Lab47.757486.5313-51.4043
CIE-Lab54.873785.6796-49.0369

#e521da color RGB value is (229,33,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 11011010
Octal 345 41 332
Decimal 229 33 218
Hex E5 21 DA

RGB Percentages of Color #e521da

%47.71
%6.88
%45.42

CMYK Percentages of Color #e521da

%0
%86
%5
%10

Triadic Colors of #e521da

#e521da #dae521 #21dae5

Analogous Colors of #e521da

#e521da #e52178 #8e21e5

Monochromatic Colors of #e521da

#e521da

Complementary Color

#e521da #21e52c

#e521da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e521da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e521da Color CSS Codes

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

#e521da Text Font Color

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

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


#e521da Background Color

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

This div background color is #e521da


#e521da Border Color

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

This div border color is #e521da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e521da


Comments

No comments written yet.

Please login to write comment.