Color Hex Logo

#aa6bbd Color Hex

#AA6BBD
(170,107,189)
0 Favorites   0 Comments

Color spaces of #aa6bbd

RGB 170107189
HSL0.790.380.58
HSV286°43°74°
CMYK 0.100.430.00   0.26
XYZ31.020622.735650.8976
Yxy22.73560.29640.2172
Hunter Lab47.681932.6843-29.9113
CIE-Lab54.798939.0821-33.1510

#aa6bbd color RGB value is (170,107,189).

#aa6bbd hex color red value is 170, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa6bbd hue: 0.79 , saturation: 0.38 and the lightness value of aa6bbd is 0.58.

The process color (four color CMYK) of #aa6bbd color hex is 0.10, 0.43, 0.00, 0.26. Web safe color of #aa6bbd is #9966cc. Color #aa6bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101011 10111101
Octal 252 153 275
Decimal 170 107 189
Hex AA 6B BD

RGB Percentages of Color #aa6bbd

%36.48
%22.96
%40.56

CMYK Percentages of Color #aa6bbd

%10
%43
%0
%26

Triadic Colors of #aa6bbd

#aa6bbd #bdaa6b #6bbdaa

Analogous Colors of #aa6bbd

#aa6bbd #bd6ba7 #816bbd

Monochromatic Colors of #aa6bbd

#aa6bbd

Complementary Color

#aa6bbd #7ebd6b

#aa6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6bbd Color CSS Codes

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

#aa6bbd Text Font Color

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

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


#aa6bbd Background Color

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

This div background color is #aa6bbd


#aa6bbd Border Color

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

This div border color is #aa6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6bbd


Comments

No comments written yet.

Please login to write comment.