Color Hex Logo

#aa4afe Color Hex

#AA4AFE
(170,74,254)
0 Favorites   0 Comments

Color spaces of #aa4afe

RGB 17074254
HSL0.760.990.64
HSV272°71°100°
CMYK 0.330.710.00   0.00
XYZ36.915720.599495.7963
Yxy20.59940.24080.1344
Hunter Lab45.386665.7586-93.3714
CIE-Lab52.508269.5109-73.5253

#aa4afe color RGB value is (170,74,254).

#aa4afe hex color red value is 170, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aa4afe hue: 0.76 , saturation: 0.99 and the lightness value of aa4afe is 0.64.

The process color (four color CMYK) of #aa4afe color hex is 0.33, 0.71, 0.00, 0.00. Web safe color of #aa4afe is #9933ff. Color #aa4afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001010 11111110
Octal 252 112 376
Decimal 170 74 254
Hex AA 4A FE

RGB Percentages of Color #aa4afe

%34.14
%14.86
%51.00

CMYK Percentages of Color #aa4afe

%33
%71
%0
%0

Triadic Colors of #aa4afe

#aa4afe #feaa4a #4afeaa

Analogous Colors of #aa4afe

#aa4afe #fe4af8 #504afe

Monochromatic Colors of #aa4afe

#aa4afe

Complementary Color

#aa4afe #9efe4a

#aa4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4afe Color CSS Codes

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

#aa4afe Text Font Color

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

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


#aa4afe Background Color

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

This div background color is #aa4afe


#aa4afe Border Color

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

This div border color is #aa4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4afe


Comments

No comments written yet.

Please login to write comment.