Color Hex Logo

#aa00ef Color Hex

#AA00EF
(170,0,239)
0 Favorites   0 Comments

Color spaces of #aa00ef

RGB 1700239
HSL0.791.000.47
HSV283°100°94°
CMYK 0.291.000.00   0.06
XYZ32.157614.778082.8189
Yxy14.77800.24780.1139
Hunter Lab38.442282.0448-100.8235
CIE-Lab45.328684.0580-76.8269

#aa00ef color RGB value is (170,0,239).

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

The process color (four color CMYK) of #aa00ef color hex is 0.29, 1.00, 0.00, 0.06. Web safe color of #aa00ef is #9900ff. Color #aa00ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 11101111
Octal 252 0 357
Decimal 170 0 239
Hex AA 0 EF

RGB Percentages of Color #aa00ef

%41.56
%0.00
%58.44

CMYK Percentages of Color #aa00ef

%29
%100
%0
%6

Triadic Colors of #aa00ef

#aa00ef #efaa00 #00efaa

Analogous Colors of #aa00ef

#aa00ef #ef00bd #3300ef

Monochromatic Colors of #aa00ef

#aa00ef

Complementary Color

#aa00ef #45ef00

#aa00ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00ef Color CSS Codes

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

#aa00ef Text Font Color

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

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


#aa00ef Background Color

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

This div background color is #aa00ef


#aa00ef Border Color

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

This div border color is #aa00ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00ef


Comments

No comments written yet.

Please login to write comment.