Color Hex Logo

#e520cc Color Hex

#E520CC
(229,32,204)
0 Favorites   0 Comments

Color spaces of #e520cc

RGB 22932204
HSL0.850.790.51
HSV308°86°90°
CMYK 0.000.860.11   0.10
XYZ43.728722.050759.0782
Yxy22.05070.35020.1766
Hunter Lab46.958284.0471-41.7222
CIE-Lab54.080883.9207-42.2956

#e520cc color RGB value is (229,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 11001100
Octal 345 40 314
Decimal 229 32 204
Hex E5 20 CC

RGB Percentages of Color #e520cc

%49.25
%6.88
%43.87

CMYK Percentages of Color #e520cc

%0
%86
%11
%10

Triadic Colors of #e520cc

#e520cc #cce520 #20cce5

Analogous Colors of #e520cc

#e520cc #e5206a #9c20e5

Monochromatic Colors of #e520cc

#e520cc

Complementary Color

#e520cc #20e539

#e520cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e520cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e520cc Color CSS Codes

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

#e520cc Text Font Color

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

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


#e520cc Background Color

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

This div background color is #e520cc


#e520cc Border Color

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

This div border color is #e520cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e520cc


Comments

No comments written yet.

Please login to write comment.