Color Hex Logo

#aa67db Color Hex

#AA67DB
(170,103,219)
0 Favorites   0 Comments

Color spaces of #aa67db

RGB 170103219
HSL0.760.620.63
HSV275°53°86°
CMYK 0.220.530.00   0.14
XYZ34.214023.361069.7237
Yxy23.36100.26880.1835
Hunter Lab48.333241.7730-51.6963
CIE-Lab55.442347.7385-49.2103

#aa67db color RGB value is (170,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 11011011
Octal 252 147 333
Decimal 170 103 219
Hex AA 67 DB

RGB Percentages of Color #aa67db

%34.55
%20.93
%44.51

CMYK Percentages of Color #aa67db

%22
%53
%0
%14

Triadic Colors of #aa67db

#aa67db #dbaa67 #67dbaa

Analogous Colors of #aa67db

#aa67db #db67d2 #7067db

Monochromatic Colors of #aa67db

#aa67db

Complementary Color

#aa67db #98db67

#aa67db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa67db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa67db Color CSS Codes

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

#aa67db Text Font Color

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

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


#aa67db Background Color

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

This div background color is #aa67db


#aa67db Border Color

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

This div border color is #aa67db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa67db


Comments

No comments written yet.

Please login to write comment.