Color Hex Logo

#a60bad Color Hex

#A60BAD
(166,11,173)
0 Favorites   0 Comments

Color spaces of #a60bad

RGB 16611173
HSL0.830.880.36
HSV297°94°68°
CMYK 0.040.940.00   0.32
XYZ23.388411.363540.4958
Yxy11.36350.31080.1510
Hunter Lab33.709864.8541-47.6286
CIE-Lab40.186171.1405-46.9565

#a60bad color RGB value is (166,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001011 10101101
Octal 246 13 255
Decimal 166 11 173
Hex A6 B AD

RGB Percentages of Color #a60bad

%47.43
%3.14
%49.43

CMYK Percentages of Color #a60bad

%4
%94
%0
%32

Triadic Colors of #a60bad

#a60bad #ada60b #0bada6

Analogous Colors of #a60bad

#a60bad #ad0b63 #550bad

Monochromatic Colors of #a60bad

#a60bad

Complementary Color

#a60bad #12ad0b

#a60bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60bad Color CSS Codes

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

#a60bad Text Font Color

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

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


#a60bad Background Color

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

This div background color is #a60bad


#a60bad Border Color

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

This div border color is #a60bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60bad


Comments

No comments written yet.

Please login to write comment.