Color Hex Logo

#aa6aed Color Hex

#AA6AED
(170,106,237)
0 Favorites   0 Comments

Color spaces of #aa6aed

RGB 170106237
HSL0.750.780.67
HSV269°55°93°
CMYK 0.280.550.00   0.07
XYZ37.017724.968582.9891
Yxy24.96850.25530.1722
Hunter Lab49.968544.7917-63.4926
CIE-Lab57.044750.2929-56.7518

#aa6aed color RGB value is (170,106,237).

#aa6aed hex color red value is 170, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aa6aed hue: 0.75 , saturation: 0.78 and the lightness value of aa6aed is 0.67.

The process color (four color CMYK) of #aa6aed color hex is 0.28, 0.55, 0.00, 0.07. Web safe color of #aa6aed is #9966ff. Color #aa6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 11101101
Octal 252 152 355
Decimal 170 106 237
Hex AA 6A ED

RGB Percentages of Color #aa6aed

%33.14
%20.66
%46.20

CMYK Percentages of Color #aa6aed

%28
%55
%0
%7

Triadic Colors of #aa6aed

#aa6aed #edaa6a #6aedaa

Analogous Colors of #aa6aed

#aa6aed #ec6aed #6a6ced

Monochromatic Colors of #aa6aed

#aa6aed

Complementary Color

#aa6aed #aded6a

#aa6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6aed Color CSS Codes

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

#aa6aed Text Font Color

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

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


#aa6aed Background Color

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

This div background color is #aa6aed


#aa6aed Border Color

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

This div border color is #aa6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6aed


Comments

No comments written yet.

Please login to write comment.