Color Hex Logo

#a60981 Color Hex

#A60981
(166,9,129)
0 Favorites   0 Comments

Color spaces of #a60981

RGB 1669129
HSL0.870.900.34
HSV314°95°65°
CMYK 0.000.950.22   0.35
XYZ19.78609.887321.6345
Yxy9.88730.38560.1927
Hunter Lab31.444157.2929-18.7825
CIE-Lab37.639465.1263-24.2240

#a60981 color RGB value is (166,9,129).

#a60981 hex color red value is 166, green value is 9 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a60981 hue: 0.87 , saturation: 0.90 and the lightness value of a60981 is 0.34.

The process color (four color CMYK) of #a60981 color hex is 0.00, 0.95, 0.22, 0.35. Web safe color of #a60981 is #990099. Color #a60981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 10000001
Octal 246 11 201
Decimal 166 9 129
Hex A6 9 81

RGB Percentages of Color #a60981

%54.61
%2.96
%42.43

CMYK Percentages of Color #a60981

%0
%95
%22
%35

Triadic Colors of #a60981

#a60981 #81a609 #0981a6

Analogous Colors of #a60981

#a60981 #a60932 #7d09a6

Monochromatic Colors of #a60981

#a60981

Complementary Color

#a60981 #09a62e

#a60981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60981 Color CSS Codes

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

#a60981 Text Font Color

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

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


#a60981 Background Color

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

This div background color is #a60981


#a60981 Border Color

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

This div border color is #a60981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60981


Comments

No comments written yet.

Please login to write comment.