Color Hex Logo

#a060ae Color Hex

#A060AE
(160,96,174)
0 Favorites   0 Comments

Color spaces of #a060ae

RGB 16096174
HSL0.800.330.53
HSV289°45°68°
CMYK 0.080.450.00   0.32
XYZ26.320118.895342.3043
Yxy18.89530.30070.2159
Hunter Lab43.468732.0106-27.2737
CIE-Lab50.564538.9856-31.1727

#a060ae color RGB value is (160,96,174).

#a060ae hex color red value is 160, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a060ae hue: 0.80 , saturation: 0.33 and the lightness value of a060ae is 0.53.

The process color (four color CMYK) of #a060ae color hex is 0.08, 0.45, 0.00, 0.32. Web safe color of #a060ae is #996699. Color #a060ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 10101110
Octal 240 140 256
Decimal 160 96 174
Hex A0 60 AE

RGB Percentages of Color #a060ae

%37.21
%22.33
%40.47

CMYK Percentages of Color #a060ae

%8
%45
%0
%32

Triadic Colors of #a060ae

#a060ae #aea060 #60aea0

Analogous Colors of #a060ae

#a060ae #ae6095 #7960ae

Monochromatic Colors of #a060ae

#a060ae

Complementary Color

#a060ae #6eae60

#a060ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060ae Color CSS Codes

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

#a060ae Text Font Color

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

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


#a060ae Background Color

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

This div background color is #a060ae


#a060ae Border Color

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

This div border color is #a060ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060ae


Comments

No comments written yet.

Please login to write comment.