Color Hex Logo

#aa2cae Color Hex

#AA2CAE
(170,44,174)
0 Favorites   0 Comments

Color spaces of #aa2cae

RGB 17044174
HSL0.830.600.43
HSV298°75°68°
CMYK 0.020.750.00   0.32
XYZ25.118213.403441.3076
Yxy13.40340.31460.1679
Hunter Lab36.610758.3984-41.2691
CIE-Lab43.364964.9802-42.4305

#aa2cae color RGB value is (170,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101100 10101110
Octal 252 54 256
Decimal 170 44 174
Hex AA 2C AE

RGB Percentages of Color #aa2cae

%43.81
%11.34
%44.85

CMYK Percentages of Color #aa2cae

%2
%75
%0
%32

Triadic Colors of #aa2cae

#aa2cae #aeaa2c #2caeaa

Analogous Colors of #aa2cae

#aa2cae #ae2c71 #692cae

Monochromatic Colors of #aa2cae

#aa2cae

Complementary Color

#aa2cae #30ae2c

#aa2cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2cae Color CSS Codes

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

#aa2cae Text Font Color

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

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


#aa2cae Background Color

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

This div background color is #aa2cae


#aa2cae Border Color

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

This div border color is #aa2cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2cae


Comments

No comments written yet.

Please login to write comment.