Color Hex Logo

#aa6bcf Color Hex

#AA6BCF
(170,107,207)
0 Favorites   0 Comments

Color spaces of #aa6bcf

RGB 170107207
HSL0.770.510.62
HSV278°48°81°
CMYK 0.180.480.00   0.19
XYZ33.097723.566461.8358
Yxy23.56640.27930.1989
Hunter Lab48.545236.7455-41.5406
CIE-Lab55.651042.9275-42.0878

#aa6bcf color RGB value is (170,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101011 11001111
Octal 252 153 317
Decimal 170 107 207
Hex AA 6B CF

RGB Percentages of Color #aa6bcf

%35.12
%22.11
%42.77

CMYK Percentages of Color #aa6bcf

%18
%48
%0
%19

Triadic Colors of #aa6bcf

#aa6bcf #cfaa6b #6bcfaa

Analogous Colors of #aa6bcf

#aa6bcf #cf6bc2 #786bcf

Monochromatic Colors of #aa6bcf

#aa6bcf

Complementary Color

#aa6bcf #90cf6b

#aa6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6bcf Color CSS Codes

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

#aa6bcf Text Font Color

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

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


#aa6bcf Background Color

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

This div background color is #aa6bcf


#aa6bcf Border Color

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

This div border color is #aa6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6bcf


Comments

No comments written yet.

Please login to write comment.