Color Hex Logo

#aa83bb Color Hex

#AA83BB
(170,131,187)
0 Favorites   0 Comments

Color spaces of #aa83bb

RGB 170131187
HSL0.780.290.62
HSV282°30°73°
CMYK 0.090.300.00   0.27
XYZ33.663528.366550.7147
Yxy28.36650.29860.2516
Hunter Lab53.260219.6168-19.1742
CIE-Lab60.218425.2336-23.6209

#aa83bb color RGB value is (170,131,187).

#aa83bb hex color red value is 170, green value is 131 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa83bb hue: 0.78 , saturation: 0.29 and the lightness value of aa83bb is 0.62.

The process color (four color CMYK) of #aa83bb color hex is 0.09, 0.30, 0.00, 0.27. Web safe color of #aa83bb is #9999cc. Color #aa83bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000011 10111011
Octal 252 203 273
Decimal 170 131 187
Hex AA 83 BB

RGB Percentages of Color #aa83bb

%34.84
%26.84
%38.32

CMYK Percentages of Color #aa83bb

%9
%30
%0
%27

Triadic Colors of #aa83bb

#aa83bb #bbaa83 #83bbaa

Analogous Colors of #aa83bb

#aa83bb #bb83b0 #8e83bb

Monochromatic Colors of #aa83bb

#aa83bb

Complementary Color

#aa83bb #94bb83

#aa83bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa83bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa83bb Color CSS Codes

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

#aa83bb Text Font Color

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

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


#aa83bb Background Color

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

This div background color is #aa83bb


#aa83bb Border Color

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

This div border color is #aa83bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa83bb


Comments

No comments written yet.

Please login to write comment.