Color Hex Logo

#aa6ade Color Hex

#AA6ADE
(170,106,222)
0 Favorites   0 Comments

Color spaces of #aa6ade

RGB 170106222
HSL0.760.640.64
HSV273°52°87°
CMYK 0.230.520.00   0.13
XYZ34.916424.128071.9241
Yxy24.12800.26660.1842
Hunter Lab49.120340.9236-52.4309
CIE-Lab56.215746.8221-49.6714

#aa6ade color RGB value is (170,106,222).

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

The process color (four color CMYK) of #aa6ade color hex is 0.23, 0.52, 0.00, 0.13. Web safe color of #aa6ade is #9966cc. Color #aa6ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 11011110
Octal 252 152 336
Decimal 170 106 222
Hex AA 6A DE

RGB Percentages of Color #aa6ade

%34.14
%21.29
%44.58

CMYK Percentages of Color #aa6ade

%23
%52
%0
%13

Triadic Colors of #aa6ade

#aa6ade #deaa6a #6adeaa

Analogous Colors of #aa6ade

#aa6ade #de6ad8 #706ade

Monochromatic Colors of #aa6ade

#aa6ade

Complementary Color

#aa6ade #9ede6a

#aa6ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6ade Color CSS Codes

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

#aa6ade Text Font Color

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

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


#aa6ade Background Color

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

This div background color is #aa6ade


#aa6ade Border Color

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

This div border color is #aa6ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6ade


Comments

No comments written yet.

Please login to write comment.