Color Hex Logo

#a490ad Color Hex

#A490AD
(164,144,173)
0 Favorites   0 Comments

Color spaces of #a490ad

RGB 164144173
HSL0.780.150.62
HSV281°17°68°
CMYK 0.050.170.00   0.32
XYZ32.825930.856243.7609
Yxy30.85620.30550.2872
Hunter Lab55.54848.2737-7.8247
CIE-Lab62.386112.9316-12.4468

#a490ad color RGB value is (164,144,173).

#a490ad hex color red value is 164, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a490ad hue: 0.78 , saturation: 0.15 and the lightness value of a490ad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 10101101
Octal 244 220 255
Decimal 164 144 173
Hex A4 90 AD

RGB Percentages of Color #a490ad

%34.10
%29.94
%35.97

CMYK Percentages of Color #a490ad

%5
%17
%0
%32

Triadic Colors of #a490ad

#a490ad #ada490 #90ada4

Analogous Colors of #a490ad

#a490ad #ad90a8 #9690ad

Monochromatic Colors of #a490ad

#a490ad

Complementary Color

#a490ad #99ad90

#a490ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490ad Color CSS Codes

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

#a490ad Text Font Color

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

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


#a490ad Background Color

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

This div background color is #a490ad


#a490ad Border Color

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

This div border color is #a490ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490ad


Comments

No comments written yet.

Please login to write comment.