Color Hex Logo

#a60abc Color Hex

#A60ABC
(166,10,188)
0 Favorites   0 Comments

Color spaces of #a60abc

RGB 16610188
HSL0.810.900.39
HSV293°95°74°
CMYK 0.120.950.00   0.26
XYZ24.911511.954948.5715
Yxy11.95490.29160.1399
Hunter Lab34.575968.0994-59.0863
CIE-Lab41.144473.6689-54.2918

#a60abc color RGB value is (166,10,188).

#a60abc hex color red value is 166, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a60abc hue: 0.81 , saturation: 0.90 and the lightness value of a60abc is 0.39.

The process color (four color CMYK) of #a60abc color hex is 0.12, 0.95, 0.00, 0.26. Web safe color of #a60abc is #9900cc. Color #a60abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001010 10111100
Octal 246 12 274
Decimal 166 10 188
Hex A6 A BC

RGB Percentages of Color #a60abc

%45.60
%2.75
%51.65

CMYK Percentages of Color #a60abc

%12
%95
%0
%26

Triadic Colors of #a60abc

#a60abc #bca60a #0abca6

Analogous Colors of #a60abc

#a60abc #bc0a79 #4d0abc

Monochromatic Colors of #a60abc

#a60abc

Complementary Color

#a60abc #20bc0a

#a60abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60abc Color CSS Codes

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

#a60abc Text Font Color

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

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


#a60abc Background Color

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

This div background color is #a60abc


#a60abc Border Color

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

This div border color is #a60abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60abc


Comments

No comments written yet.

Please login to write comment.