Color Hex Logo

#aa6cae Color Hex

#AA6CAE
(170,108,174)
0 Favorites   0 Comments

Color spaces of #aa6cae

RGB 170108174
HSL0.820.290.55
HSV296°38°68°
CMYK 0.020.380.00   0.32
XYZ29.580122.327242.7949
Yxy22.32720.31230.2358
Hunter Lab47.251729.0527-20.6216
CIE-Lab54.372535.5071-25.1692

#aa6cae color RGB value is (170,108,174).

#aa6cae hex color red value is 170, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa6cae hue: 0.82 , saturation: 0.29 and the lightness value of aa6cae is 0.55.

The process color (four color CMYK) of #aa6cae color hex is 0.02, 0.38, 0.00, 0.32. Web safe color of #aa6cae is #996699. Color #aa6cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101100 10101110
Octal 252 154 256
Decimal 170 108 174
Hex AA 6C AE

RGB Percentages of Color #aa6cae

%37.61
%23.89
%38.50

CMYK Percentages of Color #aa6cae

%2
%38
%0
%32

Triadic Colors of #aa6cae

#aa6cae #aeaa6c #6caeaa

Analogous Colors of #aa6cae

#aa6cae #ae6c91 #896cae

Monochromatic Colors of #aa6cae

#aa6cae

Complementary Color

#aa6cae #70ae6c

#aa6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6cae Color CSS Codes

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

#aa6cae Text Font Color

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

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


#aa6cae Background Color

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

This div background color is #aa6cae


#aa6cae Border Color

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

This div border color is #aa6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6cae


Comments

No comments written yet.

Please login to write comment.