Color Hex Logo

#aa6ccf Color Hex

#AA6CCF
(170,108,207)
0 Favorites   0 Comments

Color spaces of #aa6ccf

RGB 170108207
HSL0.770.510.62
HSV278°48°81°
CMYK 0.180.480.00   0.19
XYZ33.202623.776261.8708
Yxy23.77620.27940.2001
Hunter Lab48.760836.2141-41.0983
CIE-Lab55.863042.3850-41.7535

#aa6ccf color RGB value is (170,108,207).

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

The process color (four color CMYK) of #aa6ccf color hex is 0.18, 0.48, 0.00, 0.19. Web safe color of #aa6ccf is #9966cc. Color #aa6ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101100 11001111
Octal 252 154 317
Decimal 170 108 207
Hex AA 6C CF

RGB Percentages of Color #aa6ccf

%35.05
%22.27
%42.68

CMYK Percentages of Color #aa6ccf

%18
%48
%0
%19

Triadic Colors of #aa6ccf

#aa6ccf #cfaa6c #6ccfaa

Analogous Colors of #aa6ccf

#aa6ccf #cf6cc3 #796ccf

Monochromatic Colors of #aa6ccf

#aa6ccf

Complementary Color

#aa6ccf #91cf6c

#aa6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6ccf Color CSS Codes

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

#aa6ccf Text Font Color

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

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


#aa6ccf Background Color

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

This div background color is #aa6ccf


#aa6ccf Border Color

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

This div border color is #aa6ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6ccf


Comments

No comments written yet.

Please login to write comment.