Color Hex Logo

#e900aa Color Hex

#E900AA
(233,0,170)
0 Favorites   0 Comments

Color spaces of #e900aa

RGB 2330170
HSL0.881.000.46
HSV316°100°91°
CMYK 0.001.000.27   0.09
XYZ40.860020.225939.7806
Yxy20.22590.40510.2005
Hunter Lab44.973283.4714-20.9631
CIE-Lab52.091783.8621-25.5779

#e900aa color RGB value is (233,0,170).

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

The process color (four color CMYK) of #e900aa color hex is 0.00, 1.00, 0.27, 0.09. Web safe color of #e900aa is #ff0099. Color #e900aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000000 10101010
Octal 351 0 252
Decimal 233 0 170
Hex E9 0 AA

RGB Percentages of Color #e900aa

%57.82
%0.00
%42.18

CMYK Percentages of Color #e900aa

%0
%100
%27
%9

Triadic Colors of #e900aa

#e900aa #aae900 #00aae9

Analogous Colors of #e900aa

#e900aa #e90035 #b400e9

Monochromatic Colors of #e900aa

#e900aa

Complementary Color

#e900aa #00e93f

#e900aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e900aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e900aa Color CSS Codes

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

#e900aa Text Font Color

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

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


#e900aa Background Color

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

This div background color is #e900aa


#e900aa Border Color

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

This div border color is #e900aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e900aa


Comments

No comments written yet.

Please login to write comment.