Color Hex Logo

#e209aa Color Hex

#E209AA
(226,9,170)
0 Favorites   0 Comments

Color spaces of #e209aa

RGB 2269170
HSL0.880.920.46
HSV315°96°89°
CMYK 0.000.960.25   0.11
XYZ38.717419.266439.7084
Yxy19.26640.39630.1972
Hunter Lab43.893580.6369-22.9114
CIE-Lab50.997481.8639-27.3779

#e209aa color RGB value is (226,9,170).

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

The process color (four color CMYK) of #e209aa color hex is 0.00, 0.96, 0.25, 0.11. Web safe color of #e209aa is #cc0099. Color #e209aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001001 10101010
Octal 342 11 252
Decimal 226 9 170
Hex E2 9 AA

RGB Percentages of Color #e209aa

%55.80
%2.22
%41.98

CMYK Percentages of Color #e209aa

%0
%96
%25
%11

Triadic Colors of #e209aa

#e209aa #aae209 #09aae2

Analogous Colors of #e209aa

#e209aa #e2093d #ae09e2

Monochromatic Colors of #e209aa

#e209aa

Complementary Color

#e209aa #09e241

#e209aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e209aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e209aa Color CSS Codes

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

#e209aa Text Font Color

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

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


#e209aa Background Color

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

This div background color is #e209aa


#e209aa Border Color

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

This div border color is #e209aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e209aa


Comments

No comments written yet.

Please login to write comment.