Color Hex Logo

#aa8bcc Color Hex

#AA8BCC
(170,139,204)
0 Favorites   0 Comments

Color spaces of #aa8bcc

RGB 170139204
HSL0.750.390.67
HSV269°32°80°
CMYK 0.170.320.00   0.20
XYZ36.709331.370961.2471
Yxy31.37090.28380.2426
Hunter Lab56.009718.9735-25.6273
CIE-Lab62.819524.3847-29.2011

#aa8bcc color RGB value is (170,139,204).

#aa8bcc hex color red value is 170, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa8bcc hue: 0.75 , saturation: 0.39 and the lightness value of aa8bcc is 0.67.

The process color (four color CMYK) of #aa8bcc color hex is 0.17, 0.32, 0.00, 0.20. Web safe color of #aa8bcc is #9999cc. Color #aa8bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001011 11001100
Octal 252 213 314
Decimal 170 139 204
Hex AA 8B CC

RGB Percentages of Color #aa8bcc

%33.14
%27.10
%39.77

CMYK Percentages of Color #aa8bcc

%17
%32
%0
%20

Triadic Colors of #aa8bcc

#aa8bcc #ccaa8b #8bccaa

Analogous Colors of #aa8bcc

#aa8bcc #cb8bcc #8b8dcc

Monochromatic Colors of #aa8bcc

#aa8bcc

Complementary Color

#aa8bcc #adcc8b

#aa8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8bcc Color CSS Codes

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

#aa8bcc Text Font Color

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

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


#aa8bcc Background Color

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

This div background color is #aa8bcc


#aa8bcc Border Color

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

This div border color is #aa8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8bcc


Comments

No comments written yet.

Please login to write comment.