Color Hex Logo

#a494ad Color Hex

#A494AD
(164,148,173)
0 Favorites   0 Comments

Color spaces of #a494ad

RGB 164148173
HSL0.770.130.63
HSV278°14°68°
CMYK 0.050.140.00   0.32
XYZ33.442632.089543.9664
Yxy32.08950.30540.2931
Hunter Lab56.64766.2464-6.3640
CIE-Lab63.416810.6720-10.9003

#a494ad color RGB value is (164,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 10101101
Octal 244 224 255
Decimal 164 148 173
Hex A4 94 AD

RGB Percentages of Color #a494ad

%33.81
%30.52
%35.67

CMYK Percentages of Color #a494ad

%5
%14
%0
%32

Triadic Colors of #a494ad

#a494ad #ada494 #94ada4

Analogous Colors of #a494ad

#a494ad #ad94aa #9894ad

Monochromatic Colors of #a494ad

#a494ad

Complementary Color

#a494ad #9dad94

#a494ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a494ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a494ad Color CSS Codes

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

#a494ad Text Font Color

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

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


#a494ad Background Color

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

This div background color is #a494ad


#a494ad Border Color

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

This div border color is #a494ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a494ad


Comments

No comments written yet.

Please login to write comment.