Color Hex Logo

#a007ae Color Hex

#A007AE
(160,7,174)
0 Favorites   0 Comments

Color spaces of #a007ae

RGB 1607174
HSL0.820.920.35
HSV295°96°68°
CMYK 0.080.960.00   0.32
XYZ22.213210.681540.9354
Yxy10.68150.30090.1447
Hunter Lab32.682664.1257-51.3838
CIE-Lab39.038870.7475-49.4532

#a007ae color RGB value is (160,7,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 10101110
Octal 240 7 256
Decimal 160 7 174
Hex A0 7 AE

RGB Percentages of Color #a007ae

%46.92
%2.05
%51.03

CMYK Percentages of Color #a007ae

%8
%96
%0
%32

Triadic Colors of #a007ae

#a007ae #aea007 #07aea0

Analogous Colors of #a007ae

#a007ae #ae0769 #4d07ae

Monochromatic Colors of #a007ae

#a007ae

Complementary Color

#a007ae #15ae07

#a007ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007ae Color CSS Codes

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

#a007ae Text Font Color

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

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


#a007ae Background Color

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

This div background color is #a007ae


#a007ae Border Color

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

This div border color is #a007ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007ae


Comments

No comments written yet.

Please login to write comment.