Color Hex Logo

#aa6fcc Color Hex

#AA6FCC
(170,111,204)
0 Favorites   0 Comments

Color spaces of #aa6fcc

RGB 170111204
HSL0.770.480.62
HSV278°46°80°
CMYK 0.170.460.00   0.20
XYZ33.161124.274660.0644
Yxy24.27460.28220.2066
Hunter Lab49.269333.9198-37.7923
CIE-Lab56.361740.0888-39.2656

#aa6fcc color RGB value is (170,111,204).

#aa6fcc hex color red value is 170, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa6fcc hue: 0.77 , saturation: 0.48 and the lightness value of aa6fcc is 0.62.

The process color (four color CMYK) of #aa6fcc color hex is 0.17, 0.46, 0.00, 0.20. Web safe color of #aa6fcc is #9966cc. Color #aa6fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101111 11001100
Octal 252 157 314
Decimal 170 111 204
Hex AA 6F CC

RGB Percentages of Color #aa6fcc

%35.05
%22.89
%42.06

CMYK Percentages of Color #aa6fcc

%17
%46
%0
%20

Triadic Colors of #aa6fcc

#aa6fcc #ccaa6f #6fccaa

Analogous Colors of #aa6fcc

#aa6fcc #cc6fc0 #7c6fcc

Monochromatic Colors of #aa6fcc

#aa6fcc

Complementary Color

#aa6fcc #91cc6f

#aa6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6fcc Color CSS Codes

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

#aa6fcc Text Font Color

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

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


#aa6fcc Background Color

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

This div background color is #aa6fcc


#aa6fcc Border Color

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

This div border color is #aa6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6fcc


Comments

No comments written yet.

Please login to write comment.