Color Hex Logo

#a64cac Color Hex

#A64CAC
(166,76,172)
0 Favorites   0 Comments

Color spaces of #a64cac

RGB 16676172
HSL0.820.390.49
HSV296°56°67°
CMYK 0.030.560.00   0.33
XYZ25.756716.254440.8096
Yxy16.25440.31100.1963
Hunter Lab40.316743.4820-31.7931
CIE-Lab47.306550.6865-35.0505

#a64cac color RGB value is (166,76,172).

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

The process color (four color CMYK) of #a64cac color hex is 0.03, 0.56, 0.00, 0.33. Web safe color of #a64cac is #993399. Color #a64cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001100 10101100
Octal 246 114 254
Decimal 166 76 172
Hex A6 4C AC

RGB Percentages of Color #a64cac

%40.10
%18.36
%41.55

CMYK Percentages of Color #a64cac

%3
%56
%0
%33

Triadic Colors of #a64cac

#a64cac #aca64c #4caca6

Analogous Colors of #a64cac

#a64cac #ac4c82 #764cac

Monochromatic Colors of #a64cac

#a64cac

Complementary Color

#a64cac #52ac4c

#a64cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64cac Color CSS Codes

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

#a64cac Text Font Color

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

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


#a64cac Background Color

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

This div background color is #a64cac


#a64cac Border Color

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

This div border color is #a64cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64cac


Comments

No comments written yet.

Please login to write comment.