Color Hex Logo

#e511dc Color Hex

#E511DC
(229,17,220)
0 Favorites   0 Comments

Color spaces of #e511dc

RGB 22917220
HSL0.840.860.48
HSV303°93°90°
CMYK 0.000.930.04   0.10
XYZ45.431822.226269.6057
Yxy22.22620.33100.1619
Hunter Lab47.144789.5115-54.5361
CIE-Lab54.266288.0689-51.1407

#e511dc color RGB value is (229,17,220).

#e511dc hex color red value is 229, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e511dc hue: 0.84 , saturation: 0.86 and the lightness value of e511dc is 0.48.

The process color (four color CMYK) of #e511dc color hex is 0.00, 0.93, 0.04, 0.10. Web safe color of #e511dc is #cc00cc. Color #e511dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 11011100
Octal 345 21 334
Decimal 229 17 220
Hex E5 11 DC

RGB Percentages of Color #e511dc

%49.14
%3.65
%47.21

CMYK Percentages of Color #e511dc

%0
%93
%4
%10

Triadic Colors of #e511dc

#e511dc #dce511 #11dce5

Analogous Colors of #e511dc

#e511dc #e51172 #8411e5

Monochromatic Colors of #e511dc

#e511dc

Complementary Color

#e511dc #11e51a

#e511dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e511dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e511dc Color CSS Codes

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

#e511dc Text Font Color

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

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


#e511dc Background Color

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

This div background color is #e511dc


#e511dc Border Color

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

This div border color is #e511dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e511dc


Comments

No comments written yet.

Please login to write comment.