Color Hex Logo

#e109aa Color Hex

#E109AA
(225,9,170)
0 Favorites   0 Comments

Color spaces of #e109aa

RGB 2259170
HSL0.880.920.46
HSV315°96°88°
CMYK 0.000.960.24   0.12
XYZ38.404719.105239.6937
Yxy19.10520.39510.1965
Hunter Lab43.709580.3448-23.2461
CIE-Lab50.810181.6710-27.6834

#e109aa color RGB value is (225,9,170).

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

The process color (four color CMYK) of #e109aa color hex is 0.00, 0.96, 0.24, 0.12. Web safe color of #e109aa is #cc0099. Color #e109aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 10101010
Octal 341 11 252
Decimal 225 9 170
Hex E1 9 AA

RGB Percentages of Color #e109aa

%55.69
%2.23
%42.08

CMYK Percentages of Color #e109aa

%0
%96
%24
%12

Triadic Colors of #e109aa

#e109aa #aae109 #09aae1

Analogous Colors of #e109aa

#e109aa #e1093e #ac09e1

Monochromatic Colors of #e109aa

#e109aa

Complementary Color

#e109aa #09e140

#e109aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109aa Color CSS Codes

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

#e109aa Text Font Color

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

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


#e109aa Background Color

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

This div background color is #e109aa


#e109aa Border Color

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

This div border color is #e109aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109aa


Comments

No comments written yet.

Please login to write comment.