Color Hex Logo

#e129ff Color Hex

#E129FF
(225,41,255)
0 Favorites   0 Comments

Color spaces of #e129ff

RGB 22541255
HSL0.811.000.58
HSV292°84°100°
CMYK 0.120.840.00   0.00
XYZ49.894324.813496.7675
Yxy24.81340.29100.1447
Hunter Lab49.813191.6183-80.3084
CIE-Lab56.893289.1480-66.6106

#e129ff color RGB value is (225,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11111111
Octal 341 51 377
Decimal 225 41 255
Hex E1 29 FF

RGB Percentages of Color #e129ff

%43.19
%7.87
%48.94

CMYK Percentages of Color #e129ff

%12
%84
%0
%0

Triadic Colors of #e129ff

#e129ff #ffe129 #29ffe1

Analogous Colors of #e129ff

#e129ff #ff29b2 #7629ff

Monochromatic Colors of #e129ff

#e129ff

Complementary Color

#e129ff #47ff29

#e129ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129ff Color CSS Codes

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

#e129ff Text Font Color

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

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


#e129ff Background Color

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

This div background color is #e129ff


#e129ff Border Color

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

This div border color is #e129ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129ff

Related Colors


Comments

No comments written yet.

Please login to write comment.