color codes Logo

#aa0aef color codes

#AA0AEF
(170,10,239)
0 Favorites   0 Comments

Color spaces of #aa0aef

RGB 17010239
HSL0.780.920.49
HSV282°96°94°
CMYK 0.290.960.00   0.06
XYZ32.266114.995182.8551
Yxy14.99510.24800.1152
Hunter Lab38.723580.9678-99.7539
CIE-Lab45.627583.1612-76.3383

#aa0aef color RGB value is (170,10,239).

#aa0aef hex color red value is 170, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aa0aef hue: 0.78 , saturation: 0.92 and the lightness value of aa0aef is 0.49.

The process color (four color CMYK) of #aa0aef color code is 0.29, 0.96, 0.00, 0.06. Web safe color of #aa0aef is #9900ff. Color #aa0aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001010 11101111
Octal 252 12 357
Decimal 170 10 239
Hex AA A EF

RGB Percentages of Color #aa0aef

%40.57
%2.39
%57.04

CMYK Percentages of Color #aa0aef

%29
%96
%0
%6

Triadic Colors of #aa0aef

#aa0aef #efaa0a #0aefaa

Analogous Colors of #aa0aef

#aa0aef #ef0ac2 #380aef

Monochromatic Colors of #aa0aef

#aa0aef

Complementary Color

#aa0aef #4fef0a

#aa0aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0aef Color CSS Codes

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

#aa0aef Text Font Color

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

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


#aa0aef Background Color

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

This div background color is #aa0aef


#aa0aef Border Color

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

This div border color is #aa0aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0aef


Comments

No comments written yet.

Please login to write comment.