Color Hex Logo

#e159aa Color Hex

#E159AA
(225,89,170)
0 Favorites   0 Comments

Color spaces of #e159aa

RGB 22589170
HSL0.900.690.62
HSV324°60°88°
CMYK 0.000.600.24   0.12
XYZ41.879426.054640.8520
Yxy26.05460.38500.2395
Hunter Lab51.043757.1259-11.7212
CIE-Lab58.088861.1247-16.5102

#e159aa color RGB value is (225,89,170).

#e159aa hex color red value is 225, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e159aa hue: 0.90 , saturation: 0.69 and the lightness value of e159aa is 0.62.

The process color (four color CMYK) of #e159aa color hex is 0.00, 0.60, 0.24, 0.12. Web safe color of #e159aa is #cc6699. Color #e159aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 10101010
Octal 341 131 252
Decimal 225 89 170
Hex E1 59 AA

RGB Percentages of Color #e159aa

%46.49
%18.39
%35.12

CMYK Percentages of Color #e159aa

%0
%60
%24
%12

Triadic Colors of #e159aa

#e159aa #aae159 #59aae1

Analogous Colors of #e159aa

#e159aa #e15966 #d459e1

Monochromatic Colors of #e159aa

#e159aa

Complementary Color

#e159aa #59e190

#e159aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159aa Color CSS Codes

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

#e159aa Text Font Color

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

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


#e159aa Background Color

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

This div background color is #e159aa


#e159aa Border Color

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

This div border color is #e159aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,89,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 #e159aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159aa


Comments

No comments written yet.

Please login to write comment.