Color Hex Logo

#a008ae Color Hex

#A008AE
(160,8,174)
0 Favorites   0 Comments

Color spaces of #a008ae

RGB 1608174
HSL0.820.910.36
HSV295°95°68°
CMYK 0.080.950.00   0.32
XYZ22.224010.703240.9390
Yxy10.70320.30090.1449
Hunter Lab32.715764.0036-51.2918
CIE-Lab39.076070.6369-49.3932

#a008ae color RGB value is (160,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 10101110
Octal 240 10 256
Decimal 160 8 174
Hex A0 8 AE

RGB Percentages of Color #a008ae

%46.78
%2.34
%50.88

CMYK Percentages of Color #a008ae

%8
%95
%0
%32

Triadic Colors of #a008ae

#a008ae #aea008 #08aea0

Analogous Colors of #a008ae

#a008ae #ae0869 #4d08ae

Monochromatic Colors of #a008ae

#a008ae

Complementary Color

#a008ae #16ae08

#a008ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008ae Color CSS Codes

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

#a008ae Text Font Color

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

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


#a008ae Background Color

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

This div background color is #a008ae


#a008ae Border Color

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

This div border color is #a008ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008ae


Comments

No comments written yet.

Please login to write comment.