Color Hex Logo

#aa6ccb Color Hex

#AA6CCB
(170,108,203)
0 Favorites   0 Comments

Color spaces of #aa6ccb

RGB 170108203
HSL0.780.480.61
HSV279°47°80°
CMYK 0.160.470.00   0.20
XYZ32.719623.583059.3274
Yxy23.58300.28300.2040
Hunter Lab48.562335.2830-38.4395
CIE-Lab55.667841.5104-39.7882

#aa6ccb color RGB value is (170,108,203).

#aa6ccb hex color red value is 170, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aa6ccb hue: 0.78 , saturation: 0.48 and the lightness value of aa6ccb is 0.61.

The process color (four color CMYK) of #aa6ccb color hex is 0.16, 0.47, 0.00, 0.20. Web safe color of #aa6ccb is #9966cc. Color #aa6ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101100 11001011
Octal 252 154 313
Decimal 170 108 203
Hex AA 6C CB

RGB Percentages of Color #aa6ccb

%35.34
%22.45
%42.20

CMYK Percentages of Color #aa6ccb

%16
%47
%0
%20

Triadic Colors of #aa6ccb

#aa6ccb #cbaa6c #6ccbaa

Analogous Colors of #aa6ccb

#aa6ccb #cb6cbd #7b6ccb

Monochromatic Colors of #aa6ccb

#aa6ccb

Complementary Color

#aa6ccb #8dcb6c

#aa6ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6ccb Color CSS Codes

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

#aa6ccb Text Font Color

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

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


#aa6ccb Background Color

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

This div background color is #aa6ccb


#aa6ccb Border Color

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

This div border color is #aa6ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6ccb


Comments

No comments written yet.

Please login to write comment.