Color Hex Logo

#e529ce Color Hex

#E529CE
(229,41,206)
0 Favorites   0 Comments

Color spaces of #e529ce

RGB 22941206
HSL0.850.780.53
HSV307°82°90°
CMYK 0.000.820.10   0.10
XYZ44.246622.700160.4420
Yxy22.70010.34730.1782
Hunter Lab47.644682.3913-41.8641
CIE-Lab54.762182.5019-42.3666

#e529ce color RGB value is (229,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 11001110
Octal 345 51 316
Decimal 229 41 206
Hex E5 29 CE

RGB Percentages of Color #e529ce

%48.11
%8.61
%43.28

CMYK Percentages of Color #e529ce

%0
%82
%10
%10

Triadic Colors of #e529ce

#e529ce #cee529 #29cee5

Analogous Colors of #e529ce

#e529ce #e52970 #9e29e5

Monochromatic Colors of #e529ce

#e529ce

Complementary Color

#e529ce #29e540

#e529ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e529ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e529ce Color CSS Codes

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

#e529ce Text Font Color

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

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


#e529ce Background Color

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

This div background color is #e529ce


#e529ce Border Color

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

This div border color is #e529ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e529ce


Comments

No comments written yet.

Please login to write comment.