Color Hex Logo

#aa66fa Color Hex

#AA66FA
(170,102,250)
0 Favorites   0 Comments

Color spaces of #aa66fa

RGB 170102250
HSL0.740.940.69
HSV268°59°98°
CMYK 0.320.590.00   0.02
XYZ38.584324.950993.2249
Yxy24.95090.24610.1592
Hunter Lab49.950950.4674-75.6892
CIE-Lab57.027555.4468-64.0031

#aa66fa color RGB value is (170,102,250).

#aa66fa hex color red value is 170, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aa66fa hue: 0.74 , saturation: 0.94 and the lightness value of aa66fa is 0.69.

The process color (four color CMYK) of #aa66fa color hex is 0.32, 0.59, 0.00, 0.02. Web safe color of #aa66fa is #9966ff. Color #aa66fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 11111010
Octal 252 146 372
Decimal 170 102 250
Hex AA 66 FA

RGB Percentages of Color #aa66fa

%32.57
%19.54
%47.89

CMYK Percentages of Color #aa66fa

%32
%59
%0
%2

Triadic Colors of #aa66fa

#aa66fa #faaa66 #66faaa

Analogous Colors of #aa66fa

#aa66fa #f466fa #666cfa

Monochromatic Colors of #aa66fa

#aa66fa

Complementary Color

#aa66fa #b6fa66

#aa66fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66fa Color CSS Codes

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

#aa66fa Text Font Color

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

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


#aa66fa Background Color

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

This div background color is #aa66fa


#aa66fa Border Color

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

This div border color is #aa66fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66fa


Comments

No comments written yet.

Please login to write comment.