Color Hex Logo

#aa6fdd Color Hex

#AA6FDD
(170,111,221)
0 Favorites   0 Comments

Color spaces of #aa6fdd

RGB 170111221
HSL0.760.620.65
HSV272°50°87°
CMYK 0.230.500.00   0.13
XYZ35.313125.135471.3970
Yxy25.13540.26780.1906
Hunter Lab50.135237.9911-49.3396
CIE-Lab57.207143.8999-47.5356

#aa6fdd color RGB value is (170,111,221).

#aa6fdd hex color red value is 170, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa6fdd hue: 0.76 , saturation: 0.62 and the lightness value of aa6fdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11011101
Octal 252 157 335
Decimal 170 111 221
Hex AA 6F DD

RGB Percentages of Color #aa6fdd

%33.86
%22.11
%44.02

CMYK Percentages of Color #aa6fdd

%23
%50
%0
%13

Triadic Colors of #aa6fdd

#aa6fdd #ddaa6f #6fddaa

Analogous Colors of #aa6fdd

#aa6fdd #dd6fd9 #736fdd

Monochromatic Colors of #aa6fdd

#aa6fdd

Complementary Color

#aa6fdd #a2dd6f

#aa6fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fdd Color CSS Codes

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

#aa6fdd Text Font Color

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

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


#aa6fdd Background Color

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

This div background color is #aa6fdd


#aa6fdd Border Color

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

This div border color is #aa6fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fdd


Comments

No comments written yet.

Please login to write comment.