Color Hex Logo

#e129aa Color Hex

#E129AA
(225,41,170)
0 Favorites   0 Comments

Color spaces of #e129aa

RGB 22541170
HSL0.880.750.52
HSV318°82°88°
CMYK 0.000.820.24   0.12
XYZ39.100020.495739.9255
Yxy20.49570.39290.2059
Hunter Lab45.272274.9379-20.5973
CIE-Lab52.393177.0650-25.2316

#e129aa color RGB value is (225,41,170).

#e129aa hex color red value is 225, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e129aa hue: 0.88 , saturation: 0.75 and the lightness value of e129aa is 0.52.

The process color (four color CMYK) of #e129aa color hex is 0.00, 0.82, 0.24, 0.12. Web safe color of #e129aa is #cc3399. Color #e129aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 10101010
Octal 341 51 252
Decimal 225 41 170
Hex E1 29 AA

RGB Percentages of Color #e129aa

%51.61
%9.40
%38.99

CMYK Percentages of Color #e129aa

%0
%82
%24
%12

Triadic Colors of #e129aa

#e129aa #aae129 #29aae1

Analogous Colors of #e129aa

#e129aa #e1294e #bc29e1

Monochromatic Colors of #e129aa

#e129aa

Complementary Color

#e129aa #29e160

#e129aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129aa Color CSS Codes

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

#e129aa Text Font Color

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

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


#e129aa Background Color

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

This div background color is #e129aa


#e129aa Border Color

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

This div border color is #e129aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129aa


Comments

No comments written yet.

Please login to write comment.