Color Hex Logo

#a46cac Color Hex

#A46CAC
(164,108,172)
0 Favorites   0 Comments

Color spaces of #a46cac

RGB 164108172
HSL0.810.280.55
HSV293°37°67°
CMYK 0.050.370.00   0.33
XYZ28.118821.596241.7162
Yxy21.59620.30750.2362
Hunter Lab46.471726.6801-20.6926
CIE-Lab53.595933.1801-25.2667

#a46cac color RGB value is (164,108,172).

#a46cac hex color red value is 164, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a46cac hue: 0.81 , saturation: 0.28 and the lightness value of a46cac is 0.55.

The process color (four color CMYK) of #a46cac color hex is 0.05, 0.37, 0.00, 0.33. Web safe color of #a46cac is #996699. Color #a46cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 10101100
Octal 244 154 254
Decimal 164 108 172
Hex A4 6C AC

RGB Percentages of Color #a46cac

%36.94
%24.32
%38.74

CMYK Percentages of Color #a46cac

%5
%37
%0
%33

Triadic Colors of #a46cac

#a46cac #aca46c #6caca4

Analogous Colors of #a46cac

#a46cac #ac6c94 #846cac

Monochromatic Colors of #a46cac

#a46cac

Complementary Color

#a46cac #74ac6c

#a46cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cac Color CSS Codes

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

#a46cac Text Font Color

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

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


#a46cac Background Color

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

This div background color is #a46cac


#a46cac Border Color

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

This div border color is #a46cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cac


Comments

No comments written yet.

Please login to write comment.