Color Hex Logo

#aa3cae Color Hex

#AA3CAE
(170,60,174)
0 Favorites   0 Comments

Color spaces of #aa3cae

RGB 17060174
HSL0.830.490.46
HSV298°66°68°
CMYK 0.020.660.00   0.32
XYZ25.833414.833841.5460
Yxy14.83380.31420.1804
Hunter Lab38.514752.3267-36.9962
CIE-Lab45.405759.2004-39.1899

#aa3cae color RGB value is (170,60,174).

#aa3cae hex color red value is 170, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa3cae hue: 0.83 , saturation: 0.49 and the lightness value of aa3cae is 0.46.

The process color (four color CMYK) of #aa3cae color hex is 0.02, 0.66, 0.00, 0.32. Web safe color of #aa3cae is #993399. Color #aa3cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111100 10101110
Octal 252 74 256
Decimal 170 60 174
Hex AA 3C AE

RGB Percentages of Color #aa3cae

%42.08
%14.85
%43.07

CMYK Percentages of Color #aa3cae

%2
%66
%0
%32

Triadic Colors of #aa3cae

#aa3cae #aeaa3c #3caeaa

Analogous Colors of #aa3cae

#aa3cae #ae3c79 #713cae

Monochromatic Colors of #aa3cae

#aa3cae

Complementary Color

#aa3cae #40ae3c

#aa3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3cae Color CSS Codes

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

#aa3cae Text Font Color

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

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


#aa3cae Background Color

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

This div background color is #aa3cae


#aa3cae Border Color

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

This div border color is #aa3cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3cae


Comments

No comments written yet.

Please login to write comment.