Color Hex Logo

#aa6fdf Color Hex

#AA6FDF
(170,111,223)
0 Favorites   0 Comments

Color spaces of #aa6fdf

RGB 170111223
HSL0.750.640.65
HSV272°50°87°
CMYK 0.240.500.00   0.13
XYZ35.581325.242672.8090
Yxy25.24260.26630.1889
Hunter Lab50.242038.4898-50.7516
CIE-Lab57.311044.3596-48.4944

#aa6fdf color RGB value is (170,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11011111
Octal 252 157 337
Decimal 170 111 223
Hex AA 6F DF

RGB Percentages of Color #aa6fdf

%33.73
%22.02
%44.25

CMYK Percentages of Color #aa6fdf

%24
%50
%0
%13

Triadic Colors of #aa6fdf

#aa6fdf #dfaa6f #6fdfaa

Analogous Colors of #aa6fdf

#aa6fdf #df6fdc #726fdf

Monochromatic Colors of #aa6fdf

#aa6fdf

Complementary Color

#aa6fdf #a4df6f

#aa6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fdf Color CSS Codes

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

#aa6fdf Text Font Color

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

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


#aa6fdf Background Color

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

This div background color is #aa6fdf


#aa6fdf Border Color

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

This div border color is #aa6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fdf


Comments

No comments written yet.

Please login to write comment.