Color Hex Logo

#aa75db Color Hex

#AA75DB
(170,117,219)
0 Favorites   0 Comments

Color spaces of #aa75db

RGB 170117219
HSL0.750.590.66
HSV271°47°86°
CMYK 0.220.470.00   0.14
XYZ35.725026.383170.2274
Yxy26.38310.27000.1994
Hunter Lab51.364534.2624-45.1083
CIE-Lab58.398940.1550-44.5267

#aa75db color RGB value is (170,117,219).

#aa75db hex color red value is 170, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa75db hue: 0.75 , saturation: 0.59 and the lightness value of aa75db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 11011011
Octal 252 165 333
Decimal 170 117 219
Hex AA 75 DB

RGB Percentages of Color #aa75db

%33.60
%23.12
%43.28

CMYK Percentages of Color #aa75db

%22
%47
%0
%14

Triadic Colors of #aa75db

#aa75db #dbaa75 #75dbaa

Analogous Colors of #aa75db

#aa75db #db75d9 #7775db

Monochromatic Colors of #aa75db

#aa75db

Complementary Color

#aa75db #a6db75

#aa75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa75db Color CSS Codes

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

#aa75db Text Font Color

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

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


#aa75db Background Color

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

This div background color is #aa75db


#aa75db Border Color

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

This div border color is #aa75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa75db


Comments

No comments written yet.

Please login to write comment.