Color Hex Logo

#aa83dc Color Hex

#AA83DC
(170,131,220)
0 Favorites   0 Comments

Color spaces of #aa83dc

RGB 170131220
HSL0.740.560.69
HSV266°40°86°
CMYK 0.230.400.00   0.14
XYZ37.612129.946071.5079
Yxy29.94600.27050.2153
Hunter Lab54.722926.9212-39.1697
CIE-Lab61.607632.5693-40.0384

#aa83dc color RGB value is (170,131,220).

#aa83dc hex color red value is 170, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa83dc hue: 0.74 , saturation: 0.56 and the lightness value of aa83dc is 0.69.

The process color (four color CMYK) of #aa83dc color hex is 0.23, 0.40, 0.00, 0.14. Web safe color of #aa83dc is #9999cc. Color #aa83dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000011 11011100
Octal 252 203 334
Decimal 170 131 220
Hex AA 83 DC

RGB Percentages of Color #aa83dc

%32.63
%25.14
%42.23

CMYK Percentages of Color #aa83dc

%23
%40
%0
%14

Triadic Colors of #aa83dc

#aa83dc #dcaa83 #83dcaa

Analogous Colors of #aa83dc

#aa83dc #d783dc #8389dc

Monochromatic Colors of #aa83dc

#aa83dc

Complementary Color

#aa83dc #b5dc83

#aa83dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa83dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa83dc Color CSS Codes

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

#aa83dc Text Font Color

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

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


#aa83dc Background Color

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

This div background color is #aa83dc


#aa83dc Border Color

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

This div border color is #aa83dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa83dc


Comments

No comments written yet.

Please login to write comment.