Color Hex Logo

#a60ade Color Hex

#A60ADE
(166,10,222)
0 Favorites   0 Comments

Color spaces of #a60ade

RGB 16610222
HSL0.790.910.45
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ29.019213.598070.2024
Yxy13.59800.25720.1205
Hunter Lab36.875575.9388-87.0617
CIE-Lab43.650879.5658-69.9340

#a60ade color RGB value is (166,10,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001010 11011110
Octal 246 12 336
Decimal 166 10 222
Hex A6 A DE

RGB Percentages of Color #a60ade

%41.71
%2.51
%55.78

CMYK Percentages of Color #a60ade

%25
%95
%0
%13

Triadic Colors of #a60ade

#a60ade #dea60a #0adea6

Analogous Colors of #a60ade

#a60ade #de0aac #3c0ade

Monochromatic Colors of #a60ade

#a60ade

Complementary Color

#a60ade #42de0a

#a60ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60ade Color CSS Codes

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

#a60ade Text Font Color

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

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


#a60ade Background Color

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

This div background color is #a60ade


#a60ade Border Color

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

This div border color is #a60ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60ade


Comments

No comments written yet.

Please login to write comment.