Color Hex Logo

#aa9fcb Color Hex

#AA9FCB
(170,159,203)
0 Favorites   0 Comments

Color spaces of #aa9fcb

RGB 170159203
HSL0.710.300.71
HSV255°22°80°
CMYK 0.160.220.00   0.20
XYZ39.755237.654161.6726
Yxy37.65410.28580.2707
Hunter Lab61.36298.2596-16.6351
CIE-Lab67.764912.8728-21.0559

#aa9fcb color RGB value is (170,159,203).

#aa9fcb hex color red value is 170, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa9fcb hue: 0.71 , saturation: 0.30 and the lightness value of aa9fcb is 0.71.

The process color (four color CMYK) of #aa9fcb color hex is 0.16, 0.22, 0.00, 0.20. Web safe color of #aa9fcb is #9999cc. Color #aa9fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 11001011
Octal 252 237 313
Decimal 170 159 203
Hex AA 9F CB

RGB Percentages of Color #aa9fcb

%31.95
%29.89
%38.16

CMYK Percentages of Color #aa9fcb

%16
%22
%0
%20

Triadic Colors of #aa9fcb

#aa9fcb #cbaa9f #9fcbaa

Analogous Colors of #aa9fcb

#aa9fcb #c09fcb #9faacb

Monochromatic Colors of #aa9fcb

#aa9fcb

Complementary Color

#aa9fcb #c0cb9f

#aa9fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9fcb Color CSS Codes

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

#aa9fcb Text Font Color

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

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


#aa9fcb Background Color

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

This div background color is #aa9fcb


#aa9fcb Border Color

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

This div border color is #aa9fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9fcb


Comments

No comments written yet.

Please login to write comment.