Color Hex Logo

#aa7bdd Color Hex

#AA7BDD
(170,123,221)
0 Favorites   0 Comments

Color spaces of #aa7bdd

RGB 170123221
HSL0.750.590.67
HSV269°44°87°
CMYK 0.230.440.00   0.13
XYZ36.711727.932471.8632
Yxy27.93240.26890.2046
Hunter Lab52.851131.5011-43.6226
CIE-Lab59.827637.2887-43.3948

#aa7bdd color RGB value is (170,123,221).

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

The process color (four color CMYK) of #aa7bdd color hex is 0.23, 0.44, 0.00, 0.13. Web safe color of #aa7bdd is #9966cc. Color #aa7bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 11011101
Octal 252 173 335
Decimal 170 123 221
Hex AA 7B DD

RGB Percentages of Color #aa7bdd

%33.07
%23.93
%43.00

CMYK Percentages of Color #aa7bdd

%23
%44
%0
%13

Triadic Colors of #aa7bdd

#aa7bdd #ddaa7b #7bddaa

Analogous Colors of #aa7bdd

#aa7bdd #db7bdd #7b7ddd

Monochromatic Colors of #aa7bdd

#aa7bdd

Complementary Color

#aa7bdd #aedd7b

#aa7bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bdd Color CSS Codes

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

#aa7bdd Text Font Color

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

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


#aa7bdd Background Color

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

This div background color is #aa7bdd


#aa7bdd Border Color

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

This div border color is #aa7bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bdd


Comments

No comments written yet.

Please login to write comment.