Color Hex Logo

#e529cc Color Hex

#E529CC
(229,41,204)
0 Favorites   0 Comments

Color spaces of #e529cc

RGB 22941204
HSL0.860.780.53
HSV308°82°90°
CMYK 0.000.820.11   0.10
XYZ44.005122.603559.1703
Yxy22.60350.34990.1797
Hunter Lab47.543182.0160-40.5098
CIE-Lab54.661682.2288-41.3789

#e529cc color RGB value is (229,41,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 11001100
Octal 345 51 314
Decimal 229 41 204
Hex E5 29 CC

RGB Percentages of Color #e529cc

%48.31
%8.65
%43.04

CMYK Percentages of Color #e529cc

%0
%82
%11
%10

Triadic Colors of #e529cc

#e529cc #cce529 #29cce5

Analogous Colors of #e529cc

#e529cc #e5296e #a029e5

Monochromatic Colors of #e529cc

#e529cc

Complementary Color

#e529cc #29e542

#e529cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e529cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e529cc Color CSS Codes

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

#e529cc Text Font Color

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

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


#e529cc Background Color

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

This div background color is #e529cc


#e529cc Border Color

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

This div border color is #e529cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e529cc


Comments

No comments written yet.

Please login to write comment.