Color Hex Logo

#e520dd Color Hex

#E520DD
(229,32,221)
0 Favorites   0 Comments

Color spaces of #e520dd

RGB 22932221
HSL0.840.790.51
HSV302°86°90°
CMYK 0.000.860.03   0.10
XYZ45.880822.911570.4108
Yxy22.91150.32960.1646
Hunter Lab47.866087.3316-53.7094
CIE-Lab54.981186.2712-50.5699

#e520dd color RGB value is (229,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 11011101
Octal 345 40 335
Decimal 229 32 221
Hex E5 20 DD

RGB Percentages of Color #e520dd

%47.51
%6.64
%45.85

CMYK Percentages of Color #e520dd

%0
%86
%3
%10

Triadic Colors of #e520dd

#e520dd #dde520 #20dde5

Analogous Colors of #e520dd

#e520dd #e5207b #8b20e5

Monochromatic Colors of #e520dd

#e520dd

Complementary Color

#e520dd #20e528

#e520dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e520dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e520dd Color CSS Codes

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

#e520dd Text Font Color

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

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


#e520dd Background Color

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

This div background color is #e520dd


#e520dd Border Color

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

This div border color is #e520dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e520dd


Comments

No comments written yet.

Please login to write comment.