Color Hex Logo

#e529fc Color Hex

#E529FC
(229,41,252)
0 Favorites   0 Comments

Color spaces of #e529fc

RGB 22941252
HSL0.820.970.57
HSV293°84°99°
CMYK 0.090.840.00   0.01
XYZ50.676725.272294.3025
Yxy25.27220.29770.1484
Hunter Lab50.271591.9638-76.0300
CIE-Lab57.339789.3207-64.1939

#e529fc color RGB value is (229,41,252).

#e529fc hex color red value is 229, green value is 41 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e529fc hue: 0.82 , saturation: 0.97 and the lightness value of e529fc is 0.57.

The process color (four color CMYK) of #e529fc color hex is 0.09, 0.84, 0.00, 0.01. Web safe color of #e529fc is #cc33ff. Color #e529fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101001 11111100
Octal 345 51 374
Decimal 229 41 252
Hex E5 29 FC

RGB Percentages of Color #e529fc

%43.87
%7.85
%48.28

CMYK Percentages of Color #e529fc

%9
%84
%0
%1

Triadic Colors of #e529fc

#e529fc #fce529 #29fce5

Analogous Colors of #e529fc

#e529fc #fc29aa #7c29fc

Monochromatic Colors of #e529fc

#e529fc

Complementary Color

#e529fc #40fc29

#e529fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e529fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e529fc Color CSS Codes

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

#e529fc Text Font Color

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

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


#e529fc Background Color

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

This div background color is #e529fc


#e529fc Border Color

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

This div border color is #e529fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e529fc


Comments

No comments written yet.

Please login to write comment.