Color Hex Logo

#a60eaa Color Hex

#A60EAA
(166,14,170)
0 Favorites   0 Comments

Color spaces of #a60eaa

RGB 16614170
HSL0.830.850.36
HSV298°92°67°
CMYK 0.020.920.00   0.33
XYZ23.138611.323338.9963
Yxy11.32330.31500.1541
Hunter Lab33.650163.8531-45.1547
CIE-Lab40.119770.3070-45.2732

#a60eaa color RGB value is (166,14,170).

#a60eaa hex color red value is 166, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a60eaa hue: 0.83 , saturation: 0.85 and the lightness value of a60eaa is 0.36.

The process color (four color CMYK) of #a60eaa color hex is 0.02, 0.92, 0.00, 0.33. Web safe color of #a60eaa is #990099. Color #a60eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001110 10101010
Octal 246 16 252
Decimal 166 14 170
Hex A6 E AA

RGB Percentages of Color #a60eaa

%47.43
%4.00
%48.57

CMYK Percentages of Color #a60eaa

%2
%92
%0
%33

Triadic Colors of #a60eaa

#a60eaa #aaa60e #0eaaa6

Analogous Colors of #a60eaa

#a60eaa #aa0e60 #580eaa

Monochromatic Colors of #a60eaa

#a60eaa

Complementary Color

#a60eaa #12aa0e

#a60eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60eaa Color CSS Codes

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

#a60eaa Text Font Color

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

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


#a60eaa Background Color

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

This div background color is #a60eaa


#a60eaa Border Color

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

This div border color is #a60eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,14,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a60eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60eaa


Comments

No comments written yet.

Please login to write comment.