Color Hex Logo

#a00aae Color Hex

#A00AAE
(160,10,174)
0 Favorites   0 Comments

Color spaces of #a00aae

RGB 16010174
HSL0.820.890.36
HSV295°94°68°
CMYK 0.080.940.00   0.32
XYZ22.245710.746740.9462
Yxy10.74670.30090.1453
Hunter Lab32.782263.7598-51.1080
CIE-Lab39.150570.4159-49.2732

#a00aae color RGB value is (160,10,174).

#a00aae hex color red value is 160, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a00aae hue: 0.82 , saturation: 0.89 and the lightness value of a00aae is 0.36.

The process color (four color CMYK) of #a00aae color hex is 0.08, 0.94, 0.00, 0.32. Web safe color of #a00aae is #990099. Color #a00aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 10101110
Octal 240 12 256
Decimal 160 10 174
Hex A0 A AE

RGB Percentages of Color #a00aae

%46.51
%2.91
%50.58

CMYK Percentages of Color #a00aae

%8
%94
%0
%32

Triadic Colors of #a00aae

#a00aae #aea00a #0aaea0

Analogous Colors of #a00aae

#a00aae #ae0a6a #4e0aae

Monochromatic Colors of #a00aae

#a00aae

Complementary Color

#a00aae #18ae0a

#a00aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00aae Color CSS Codes

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

#a00aae Text Font Color

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

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


#a00aae Background Color

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

This div background color is #a00aae


#a00aae Border Color

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

This div border color is #a00aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00aae


Comments

No comments written yet.

Please login to write comment.