Color Hex Logo

#a64cad Color Hex

#A64CAD
(166,76,173)
0 Favorites   0 Comments

Color spaces of #a64cad

RGB 16676173
HSL0.820.390.49
HSV296°56°68°
CMYK 0.040.560.00   0.32
XYZ25.853216.293041.3174
Yxy16.29300.30980.1952
Hunter Lab40.364643.6898-32.4343
CIE-Lab47.356650.8742-35.5598

#a64cad color RGB value is (166,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001100 10101101
Octal 246 114 255
Decimal 166 76 173
Hex A6 4C AD

RGB Percentages of Color #a64cad

%40.00
%18.31
%41.69

CMYK Percentages of Color #a64cad

%4
%56
%0
%32

Triadic Colors of #a64cad

#a64cad #ada64c #4cada6

Analogous Colors of #a64cad

#a64cad #ad4c84 #764cad

Monochromatic Colors of #a64cad

#a64cad

Complementary Color

#a64cad #53ad4c

#a64cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64cad Color CSS Codes

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

#a64cad Text Font Color

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

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


#a64cad Background Color

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

This div background color is #a64cad


#a64cad Border Color

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

This div border color is #a64cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64cad


Comments

No comments written yet.

Please login to write comment.