Color Hex Logo

#aa6fdb Color Hex

#AA6FDB
(170,111,219)
0 Favorites   0 Comments

Color spaces of #aa6fdb

RGB 170111219
HSL0.760.600.65
HSV273°49°86°
CMYK 0.220.490.00   0.14
XYZ35.048225.029470.0017
Yxy25.02940.26940.1924
Hunter Lab50.029437.4971-47.9387
CIE-Lab57.104143.4430-46.5739

#aa6fdb color RGB value is (170,111,219).

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

The process color (four color CMYK) of #aa6fdb color hex is 0.22, 0.49, 0.00, 0.14. Web safe color of #aa6fdb is #9966cc. Color #aa6fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11011011
Octal 252 157 333
Decimal 170 111 219
Hex AA 6F DB

RGB Percentages of Color #aa6fdb

%34.00
%22.20
%43.80

CMYK Percentages of Color #aa6fdb

%22
%49
%0
%14

Triadic Colors of #aa6fdb

#aa6fdb #dbaa6f #6fdbaa

Analogous Colors of #aa6fdb

#aa6fdb #db6fd6 #746fdb

Monochromatic Colors of #aa6fdb

#aa6fdb

Complementary Color

#aa6fdb #a0db6f

#aa6fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fdb Color CSS Codes

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

#aa6fdb Text Font Color

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

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


#aa6fdb Background Color

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

This div background color is #aa6fdb


#aa6fdb Border Color

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

This div border color is #aa6fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fdb


Comments

No comments written yet.

Please login to write comment.