Color Hex Logo

#e521cc Color Hex

#E521CC
(229,33,204)
0 Favorites   0 Comments

Color spaces of #e521cc

RGB 22933204
HSL0.850.790.51
HSV308°86°90°
CMYK 0.000.860.11   0.10
XYZ43.756022.105459.0873
Yxy22.10540.35020.1769
Hunter Lab47.016483.8431-41.6006
CIE-Lab54.138783.7515-42.2041

#e521cc color RGB value is (229,33,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100001 11001100
Octal 345 41 314
Decimal 229 33 204
Hex E5 21 CC

RGB Percentages of Color #e521cc

%49.14
%7.08
%43.78

CMYK Percentages of Color #e521cc

%0
%86
%11
%10

Triadic Colors of #e521cc

#e521cc #cce521 #21cce5

Analogous Colors of #e521cc

#e521cc #e5216a #9c21e5

Monochromatic Colors of #e521cc

#e521cc

Complementary Color

#e521cc #21e53a

#e521cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e521cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e521cc Color CSS Codes

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

#e521cc Text Font Color

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

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


#e521cc Background Color

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

This div background color is #e521cc


#e521cc Border Color

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

This div border color is #e521cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e521cc


Comments

No comments written yet.

Please login to write comment.