Color Hex Logo

#aa80ba Color Hex

#AA80BA
(170,128,186)
0 Favorites   0 Comments

Color spaces of #aa80ba

RGB 170128186
HSL0.790.300.62
HSV283°31°73°
CMYK 0.090.310.00   0.27
XYZ33.159727.529650.0204
Yxy27.52960.29950.2487
Hunter Lab52.468720.9902-19.7954
CIE-Lab59.461426.7231-24.2154

#aa80ba color RGB value is (170,128,186).

#aa80ba hex color red value is 170, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa80ba hue: 0.79 , saturation: 0.30 and the lightness value of aa80ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 10111010
Octal 252 200 272
Decimal 170 128 186
Hex AA 80 BA

RGB Percentages of Color #aa80ba

%35.12
%26.45
%38.43

CMYK Percentages of Color #aa80ba

%9
%31
%0
%27

Triadic Colors of #aa80ba

#aa80ba #baaa80 #80baaa

Analogous Colors of #aa80ba

#aa80ba #ba80ad #8d80ba

Monochromatic Colors of #aa80ba

#aa80ba

Complementary Color

#aa80ba #90ba80

#aa80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80ba Color CSS Codes

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

#aa80ba Text Font Color

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

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


#aa80ba Background Color

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

This div background color is #aa80ba


#aa80ba Border Color

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

This div border color is #aa80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80ba


Comments

No comments written yet.

Please login to write comment.