Color Hex Logo

#e129fe Color Hex

#E129FE
(225,41,254)
0 Favorites   0 Comments

Color spaces of #e129fe

RGB 22541254
HSL0.810.990.58
HSV292°84°100°
CMYK 0.110.840.00   0.00
XYZ49.733724.749295.9217
Yxy24.74920.29190.1452
Hunter Lab49.748691.3867-79.4948
CIE-Lab56.830288.9860-66.1572

#e129fe color RGB value is (225,41,254).

#e129fe hex color red value is 225, green value is 41 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e129fe hue: 0.81 , saturation: 0.99 and the lightness value of e129fe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11111110
Octal 341 51 376
Decimal 225 41 254
Hex E1 29 FE

RGB Percentages of Color #e129fe

%43.27
%7.88
%48.85

CMYK Percentages of Color #e129fe

%11
%84
%0
%0

Triadic Colors of #e129fe

#e129fe #fee129 #29fee1

Analogous Colors of #e129fe

#e129fe #fe29b1 #7729fe

Monochromatic Colors of #e129fe

#e129fe

Complementary Color

#e129fe #46fe29

#e129fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129fe Color CSS Codes

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

#e129fe Text Font Color

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

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


#e129fe Background Color

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

This div background color is #e129fe


#e129fe Border Color

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

This div border color is #e129fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129fe


Comments

No comments written yet.

Please login to write comment.