Color Hex Logo

#a494ac Color Hex

#A494AC
(164,148,172)
0 Favorites   0 Comments

Color spaces of #a494ac

RGB 164148172
HSL0.780.130.63
HSV280°14°67°
CMYK 0.050.140.00   0.33
XYZ33.346132.050943.4586
Yxy32.05090.30630.2944
Hunter Lab56.61356.0652-5.8837
CIE-Lab63.384910.4695-10.3839

#a494ac color RGB value is (164,148,172).

#a494ac hex color red value is 164, green value is 148 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a494ac hue: 0.78 , saturation: 0.13 and the lightness value of a494ac is 0.63.

The process color (four color CMYK) of #a494ac color hex is 0.05, 0.14, 0.00, 0.33. Web safe color of #a494ac is #999999. Color #a494ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 10101100
Octal 244 224 254
Decimal 164 148 172
Hex A4 94 AC

RGB Percentages of Color #a494ac

%33.88
%30.58
%35.54

CMYK Percentages of Color #a494ac

%5
%14
%0
%33

Triadic Colors of #a494ac

#a494ac #aca494 #94aca4

Analogous Colors of #a494ac

#a494ac #ac94a8 #9894ac

Monochromatic Colors of #a494ac

#a494ac

Complementary Color

#a494ac #9cac94

#a494ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494ac Color CSS Codes

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

#a494ac Text Font Color

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

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


#a494ac Background Color

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

This div background color is #a494ac


#a494ac Border Color

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

This div border color is #a494ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494ac

#a494ac Color Palettes


Comments

No comments written yet.

Please login to write comment.