Color Hex Logo

#a60adc Color Hex

#A60ADC
(166,10,220)
0 Favorites   0 Comments

Color spaces of #a60adc

RGB 16610220
HSL0.790.910.45
HSV285°95°86°
CMYK 0.250.950.00   0.14
XYZ28.752713.491468.7988
Yxy13.49140.25890.1215
Hunter Lab36.730675.4510-85.3424
CIE-Lab43.494579.2056-69.0442

#a60adc color RGB value is (166,10,220).

#a60adc hex color red value is 166, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a60adc hue: 0.79 , saturation: 0.91 and the lightness value of a60adc is 0.45.

The process color (four color CMYK) of #a60adc color hex is 0.25, 0.95, 0.00, 0.14. Web safe color of #a60adc is #9900cc. Color #a60adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001010 11011100
Octal 246 12 334
Decimal 166 10 220
Hex A6 A DC

RGB Percentages of Color #a60adc

%41.92
%2.53
%55.56

CMYK Percentages of Color #a60adc

%25
%95
%0
%14

Triadic Colors of #a60adc

#a60adc #dca60a #0adca6

Analogous Colors of #a60adc

#a60adc #dc0aa9 #3d0adc

Monochromatic Colors of #a60adc

#a60adc

Complementary Color

#a60adc #40dc0a

#a60adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60adc Color CSS Codes

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

#a60adc Text Font Color

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

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


#a60adc Background Color

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

This div background color is #a60adc


#a60adc Border Color

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

This div border color is #a60adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60adc


Comments

No comments written yet.

Please login to write comment.