Color Hex Logo

#a594ad Color Hex

#A594AD
(165,148,173)
0 Favorites   0 Comments

Color spaces of #a594ad

RGB 165148173
HSL0.780.130.63
HSV281°14°68°
CMYK 0.050.140.00   0.32
XYZ33.649832.196343.9761
Yxy32.19630.30640.2932
Hunter Lab56.74186.5584-6.2318
CIE-Lab63.504811.0202-10.7595

#a594ad color RGB value is (165,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 10101101
Octal 245 224 255
Decimal 165 148 173
Hex A5 94 AD

RGB Percentages of Color #a594ad

%33.95
%30.45
%35.60

CMYK Percentages of Color #a594ad

%5
%14
%0
%32

Triadic Colors of #a594ad

#a594ad #ada594 #94ada5

Analogous Colors of #a594ad

#a594ad #ad94a9 #9994ad

Monochromatic Colors of #a594ad

#a594ad

Complementary Color

#a594ad #9cad94

#a594ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a594ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a594ad Color CSS Codes

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

#a594ad Text Font Color

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

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


#a594ad Background Color

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

This div background color is #a594ad


#a594ad Border Color

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

This div border color is #a594ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a594ad


Comments

No comments written yet.

Please login to write comment.