Color Hex Logo

#a394ad Color Hex

#A394AD
(163,148,173)
0 Favorites   0 Comments

Color spaces of #a394ad

RGB 163148173
HSL0.770.130.63
HSV276°14°68°
CMYK 0.060.140.00   0.32
XYZ33.237031.983543.9568
Yxy31.98350.30440.2930
Hunter Lab56.55405.9358-6.4956
CIE-Lab63.329210.3245-11.0405

#a394ad color RGB value is (163,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010100 10101101
Octal 243 224 255
Decimal 163 148 173
Hex A3 94 AD

RGB Percentages of Color #a394ad

%33.68
%30.58
%35.74

CMYK Percentages of Color #a394ad

%6
%14
%0
%32

Triadic Colors of #a394ad

#a394ad #ada394 #94ada3

Analogous Colors of #a394ad

#a394ad #ad94ab #9794ad

Monochromatic Colors of #a394ad

#a394ad

Complementary Color

#a394ad #9ead94

#a394ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a394ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a394ad Color CSS Codes

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

#a394ad Text Font Color

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

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


#a394ad Background Color

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

This div background color is #a394ad


#a394ad Border Color

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

This div border color is #a394ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a394ad


Comments

No comments written yet.

Please login to write comment.