Color Hex Logo

#aa8cbb Color Hex

#AA8CBB
(170,140,187)
0 Favorites   0 Comments

Color spaces of #aa8cbb

RGB 170140187
HSL0.770.260.64
HSV278°25°73°
CMYK 0.090.250.00   0.27
XYZ34.925330.890151.1353
Yxy30.89010.29860.2641
Hunter Lab55.578914.9049-15.6445
CIE-Lab62.414720.1325-20.2615

#aa8cbb color RGB value is (170,140,187).

#aa8cbb hex color red value is 170, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa8cbb hue: 0.77 , saturation: 0.26 and the lightness value of aa8cbb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001100 10111011
Octal 252 214 273
Decimal 170 140 187
Hex AA 8C BB

RGB Percentages of Color #aa8cbb

%34.21
%28.17
%37.63

CMYK Percentages of Color #aa8cbb

%9
%25
%0
%27

Triadic Colors of #aa8cbb

#aa8cbb #bbaa8c #8cbbaa

Analogous Colors of #aa8cbb

#aa8cbb #bb8cb5 #938cbb

Monochromatic Colors of #aa8cbb

#aa8cbb

Complementary Color

#aa8cbb #9dbb8c

#aa8cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8cbb Color CSS Codes

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

#aa8cbb Text Font Color

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

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


#aa8cbb Background Color

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

This div background color is #aa8cbb


#aa8cbb Border Color

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

This div border color is #aa8cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8cbb


Comments

No comments written yet.

Please login to write comment.