Color Hex Logo

#a490ac Color Hex

#A490AC
(164,144,172)
0 Favorites   0 Comments

Color spaces of #a490ac

RGB 164144172
HSL0.790.140.62
HSV283°16°67°
CMYK 0.050.160.00   0.33
XYZ32.729530.817643.2531
Yxy30.81760.30650.2886
Hunter Lab55.51368.0906-7.3359
CIE-Lab62.353412.7288-11.9300

#a490ac color RGB value is (164,144,172).

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

The process color (four color CMYK) of #a490ac color hex is 0.05, 0.16, 0.00, 0.33. Web safe color of #a490ac is #999999. Color #a490ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 10101100
Octal 244 220 254
Decimal 164 144 172
Hex A4 90 AC

RGB Percentages of Color #a490ac

%34.17
%30.00
%35.83

CMYK Percentages of Color #a490ac

%5
%16
%0
%33

Triadic Colors of #a490ac

#a490ac #aca490 #90aca4

Analogous Colors of #a490ac

#a490ac #ac90a6 #9690ac

Monochromatic Colors of #a490ac

#a490ac

Complementary Color

#a490ac #98ac90

#a490ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a490ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a490ac Color CSS Codes

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

#a490ac Text Font Color

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

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


#a490ac Background Color

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

This div background color is #a490ac


#a490ac Border Color

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

This div border color is #a490ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,144,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a490ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a490ac


Comments

No comments written yet.

Please login to write comment.