Color Hex Logo

#aa82dc Color Hex

#AA82DC
(170,130,220)
0 Favorites   0 Comments

Color spaces of #aa82dc

RGB 170130220
HSL0.740.560.69
HSV267°41°86°
CMYK 0.230.410.00   0.14
XYZ37.478529.678671.4634
Yxy29.67860.27040.2141
Hunter Lab54.478127.4635-39.6410
CIE-Lab61.375933.1328-40.4018

#aa82dc color RGB value is (170,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 11011100
Octal 252 202 334
Decimal 170 130 220
Hex AA 82 DC

RGB Percentages of Color #aa82dc

%32.69
%25.00
%42.31

CMYK Percentages of Color #aa82dc

%23
%41
%0
%14

Triadic Colors of #aa82dc

#aa82dc #dcaa82 #82dcaa

Analogous Colors of #aa82dc

#aa82dc #d782dc #8287dc

Monochromatic Colors of #aa82dc

#aa82dc

Complementary Color

#aa82dc #b4dc82

#aa82dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa82dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa82dc Color CSS Codes

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

#aa82dc Text Font Color

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

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


#aa82dc Background Color

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

This div background color is #aa82dc


#aa82dc Border Color

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

This div border color is #aa82dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa82dc


Comments

No comments written yet.

Please login to write comment.