Color Hex Logo

#aa1eae Color Hex

#AA1EAE
(170,30,174)
0 Favorites   0 Comments

Color spaces of #aa1eae

RGB 17030174
HSL0.830.710.40
HSV298°83°68°
CMYK 0.020.830.00   0.32
XYZ24.681812.530641.1622
Yxy12.53060.31490.1599
Hunter Lab35.398662.5123-44.1646
CIE-Lab42.047368.7904-44.5322

#aa1eae color RGB value is (170,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011110 10101110
Octal 252 36 256
Decimal 170 30 174
Hex AA 1E AE

RGB Percentages of Color #aa1eae

%45.45
%8.02
%46.52

CMYK Percentages of Color #aa1eae

%2
%83
%0
%32

Triadic Colors of #aa1eae

#aa1eae #aeaa1e #1eaeaa

Analogous Colors of #aa1eae

#aa1eae #ae1e6a #621eae

Monochromatic Colors of #aa1eae

#aa1eae

Complementary Color

#aa1eae #22ae1e

#aa1eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1eae Color CSS Codes

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

#aa1eae Text Font Color

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

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


#aa1eae Background Color

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

This div background color is #aa1eae


#aa1eae Border Color

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

This div border color is #aa1eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1eae


Comments

No comments written yet.

Please login to write comment.