Color Hex Logo

#a63aad Color Hex

#A63AAD
(166,58,173)
0 Favorites   0 Comments

Color spaces of #a63aad

RGB 16658173
HSL0.820.500.45
HSV296°66°68°
CMYK 0.040.660.00   0.32
XYZ24.781814.150240.9603
Yxy14.15020.31020.1771
Hunter Lab37.616851.7659-38.2282
CIE-Lab44.447658.8746-40.1569

#a63aad color RGB value is (166,58,173).

#a63aad hex color red value is 166, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a63aad hue: 0.82 , saturation: 0.50 and the lightness value of a63aad is 0.45.

The process color (four color CMYK) of #a63aad color hex is 0.04, 0.66, 0.00, 0.32. Web safe color of #a63aad is #993399. Color #a63aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111010 10101101
Octal 246 72 255
Decimal 166 58 173
Hex A6 3A AD

RGB Percentages of Color #a63aad

%41.81
%14.61
%43.58

CMYK Percentages of Color #a63aad

%4
%66
%0
%32

Triadic Colors of #a63aad

#a63aad #ada63a #3aada6

Analogous Colors of #a63aad

#a63aad #ad3a7b #6d3aad

Monochromatic Colors of #a63aad

#a63aad

Complementary Color

#a63aad #41ad3a

#a63aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63aad Color CSS Codes

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

#a63aad Text Font Color

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

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


#a63aad Background Color

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

This div background color is #a63aad


#a63aad Border Color

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

This div border color is #a63aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63aad


Comments

No comments written yet.

Please login to write comment.