Color Hex Logo

#aa6cbd Color Hex

#AA6CBD
(170,108,189)
0 Favorites   0 Comments

Color spaces of #aa6cbd

RGB 170108189
HSL0.790.380.58
HSV286°43°74°
CMYK 0.100.430.00   0.26
XYZ31.125422.945350.9325
Yxy22.94530.29640.2185
Hunter Lab47.901332.1590-29.5111
CIE-Lab55.016038.5340-32.8123

#aa6cbd color RGB value is (170,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101100 10111101
Octal 252 154 275
Decimal 170 108 189
Hex AA 6C BD

RGB Percentages of Color #aa6cbd

%36.40
%23.13
%40.47

CMYK Percentages of Color #aa6cbd

%10
%43
%0
%26

Triadic Colors of #aa6cbd

#aa6cbd #bdaa6c #6cbdaa

Analogous Colors of #aa6cbd

#aa6cbd #bd6ca8 #826cbd

Monochromatic Colors of #aa6cbd

#aa6cbd

Complementary Color

#aa6cbd #7fbd6c

#aa6cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6cbd Color CSS Codes

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

#aa6cbd Text Font Color

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

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


#aa6cbd Background Color

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

This div background color is #aa6cbd


#aa6cbd Border Color

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

This div border color is #aa6cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6cbd


Comments

No comments written yet.

Please login to write comment.