Color Hex Logo

#aa8fba Color Hex

#AA8FBA
(170,143,186)
0 Favorites   0 Comments

Color spaces of #aa8fba

RGB 170143186
HSL0.770.240.65
HSV278°23°73°
CMYK 0.090.230.00   0.27
XYZ35.263031.736150.7215
Yxy31.73610.29950.2696
Hunter Lab56.334813.1469-13.9479
CIE-Lab63.124218.2253-18.6179

#aa8fba color RGB value is (170,143,186).

#aa8fba hex color red value is 170, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa8fba hue: 0.77 , saturation: 0.24 and the lightness value of aa8fba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001111 10111010
Octal 252 217 272
Decimal 170 143 186
Hex AA 8F BA

RGB Percentages of Color #aa8fba

%34.07
%28.66
%37.27

CMYK Percentages of Color #aa8fba

%9
%23
%0
%27

Triadic Colors of #aa8fba

#aa8fba #baaa8f #8fbaaa

Analogous Colors of #aa8fba

#aa8fba #ba8fb5 #958fba

Monochromatic Colors of #aa8fba

#aa8fba

Complementary Color

#aa8fba #9fba8f

#aa8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8fba Color CSS Codes

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

#aa8fba Text Font Color

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

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


#aa8fba Background Color

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

This div background color is #aa8fba


#aa8fba Border Color

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

This div border color is #aa8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8fba


Comments

No comments written yet.

Please login to write comment.