Color Hex Logo

#aa69db Color Hex

#AA69DB
(170,105,219)
0 Favorites   0 Comments

Color spaces of #aa69db

RGB 170105219
HSL0.760.610.64
HSV274°52°86°
CMYK 0.220.520.00   0.14
XYZ34.415323.763769.7908
Yxy23.76370.26890.1857
Hunter Lab48.748040.7090-50.7597
CIE-Lab55.850446.6753-48.5618

#aa69db color RGB value is (170,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 11011011
Octal 252 151 333
Decimal 170 105 219
Hex AA 69 DB

RGB Percentages of Color #aa69db

%34.41
%21.26
%44.33

CMYK Percentages of Color #aa69db

%22
%52
%0
%14

Triadic Colors of #aa69db

#aa69db #dbaa69 #69dbaa

Analogous Colors of #aa69db

#aa69db #db69d3 #7169db

Monochromatic Colors of #aa69db

#aa69db

Complementary Color

#aa69db #9adb69

#aa69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa69db Color CSS Codes

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

#aa69db Text Font Color

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

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


#aa69db Background Color

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

This div background color is #aa69db


#aa69db Border Color

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

This div border color is #aa69db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,105,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 #aa69db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa69db


Comments

No comments written yet.

Please login to write comment.