Color Hex Logo

#e511cc Color Hex

#E511CC
(229,17,204)
0 Favorites   0 Comments

Color spaces of #e511cc

RGB 22917204
HSL0.850.860.48
HSV307°93°90°
CMYK 0.000.930.11   0.10
XYZ43.412621.418558.9728
Yxy21.41850.35070.1730
Hunter Lab46.280186.4499-43.1546
CIE-Lab53.404585.9033-43.3644

#e511cc color RGB value is (229,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 11001100
Octal 345 21 314
Decimal 229 17 204
Hex E5 11 CC

RGB Percentages of Color #e511cc

%50.89
%3.78
%45.33

CMYK Percentages of Color #e511cc

%0
%93
%11
%10

Triadic Colors of #e511cc

#e511cc #cce511 #11cce5

Analogous Colors of #e511cc

#e511cc #e51162 #9411e5

Monochromatic Colors of #e511cc

#e511cc

Complementary Color

#e511cc #11e52a

#e511cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e511cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e511cc Color CSS Codes

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

#e511cc Text Font Color

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

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


#e511cc Background Color

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

This div background color is #e511cc


#e511cc Border Color

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

This div border color is #e511cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e511cc


Comments

No comments written yet.

Please login to write comment.