Color Hex Logo

#a19ab4 Color Hex

#A19AB4
(161,154,180)
0 Favorites   0 Comments

Color spaces of #a19ab4

RGB 161154180
HSL0.710.150.65
HSV256°14°71°
CMYK 0.110.140.00   0.29
XYZ34.491833.983647.9216
Yxy33.98360.29630.2920
Hunter Lab58.29553.5964-7.9323
CIE-Lab64.94967.7188-12.5637

#a19ab4 color RGB value is (161,154,180).

#a19ab4 hex color red value is 161, green value is 154 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a19ab4 hue: 0.71 , saturation: 0.15 and the lightness value of a19ab4 is 0.65.

The process color (four color CMYK) of #a19ab4 color hex is 0.11, 0.14, 0.00, 0.29. Web safe color of #a19ab4 is #9999cc. Color #a19ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011010 10110100
Octal 241 232 264
Decimal 161 154 180
Hex A1 9A B4

RGB Percentages of Color #a19ab4

%32.53
%31.11
%36.36

CMYK Percentages of Color #a19ab4

%11
%14
%0
%29

Triadic Colors of #a19ab4

#a19ab4 #b4a19a #9ab4a1

Analogous Colors of #a19ab4

#a19ab4 #ae9ab4 #9aa0b4

Monochromatic Colors of #a19ab4

#a19ab4

Complementary Color

#a19ab4 #adb49a

#a19ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ab4 Color CSS Codes

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

#a19ab4 Text Font Color

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

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


#a19ab4 Background Color

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

This div background color is #a19ab4


#a19ab4 Border Color

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

This div border color is #a19ab4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,154,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a19ab4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a19ab4;
  -webkit-box-shadow: 1px 1px 3px 2px #a19ab4;
  box-shadow:         1px 1px 3px 2px #a19ab4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,154,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ab4


Comments

No comments written yet.

Please login to write comment.