Color Hex Logo

#a489ad Color Hex

#A489AD
(164,137,173)
0 Favorites   0 Comments

Color spaces of #a489ad

RGB 164137173
HSL0.790.180.61
HSV285°21°68°
CMYK 0.050.210.00   0.32
XYZ31.798328.801043.4184
Yxy28.80100.30570.2769
Hunter Lab53.666611.8476-10.4014
CIE-Lab60.605616.9066-15.1305

#a489ad color RGB value is (164,137,173).

#a489ad hex color red value is 164, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a489ad hue: 0.79 , saturation: 0.18 and the lightness value of a489ad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 10101101
Octal 244 211 255
Decimal 164 137 173
Hex A4 89 AD

RGB Percentages of Color #a489ad

%34.60
%28.90
%36.50

CMYK Percentages of Color #a489ad

%5
%21
%0
%32

Triadic Colors of #a489ad

#a489ad #ada489 #89ada4

Analogous Colors of #a489ad

#a489ad #ad89a4 #9289ad

Monochromatic Colors of #a489ad

#a489ad

Complementary Color

#a489ad #92ad89

#a489ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489ad Color CSS Codes

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

#a489ad Text Font Color

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

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


#a489ad Background Color

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

This div background color is #a489ad


#a489ad Border Color

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

This div border color is #a489ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489ad

#a489ad Color Palettes


Comments

No comments written yet.

Please login to write comment.