Color Hex Logo

#a60dad Color Hex

#A60DAD
(166,13,173)
0 Favorites   0 Comments

Color spaces of #a60dad

RGB 16613173
HSL0.830.860.36
HSV297°92°68°
CMYK 0.040.920.00   0.32
XYZ23.412611.412040.5039
Yxy11.41200.31080.1515
Hunter Lab33.781764.5927-47.4410
CIE-Lab40.265970.9045-46.8285

#a60dad color RGB value is (166,13,173).

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

The process color (four color CMYK) of #a60dad color hex is 0.04, 0.92, 0.00, 0.32. Web safe color of #a60dad is #990099. Color #a60dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001101 10101101
Octal 246 15 255
Decimal 166 13 173
Hex A6 D AD

RGB Percentages of Color #a60dad

%47.16
%3.69
%49.15

CMYK Percentages of Color #a60dad

%4
%92
%0
%32

Triadic Colors of #a60dad

#a60dad #ada60d #0dada6

Analogous Colors of #a60dad

#a60dad #ad0d64 #560dad

Monochromatic Colors of #a60dad

#a60dad

Complementary Color

#a60dad #14ad0d

#a60dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60dad Color CSS Codes

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

#a60dad Text Font Color

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

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


#a60dad Background Color

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

This div background color is #a60dad


#a60dad Border Color

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

This div border color is #a60dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60dad


Comments

No comments written yet.

Please login to write comment.