Color Hex Logo

#a19abb Color Hex

#A19ABB
(161,154,187)
0 Favorites   0 Comments

Color spaces of #a19abb

RGB 161154187
HSL0.700.200.67
HSV253°18°73°
CMYK 0.140.180.00   0.27
XYZ35.223234.276151.7732
Yxy34.27610.29040.2826
Hunter Lab58.54584.9367-11.4493
CIE-Lab65.18119.2238-16.1357

#a19abb color RGB value is (161,154,187).

#a19abb hex color red value is 161, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a19abb hue: 0.70 , saturation: 0.20 and the lightness value of a19abb is 0.67.

The process color (four color CMYK) of #a19abb color hex is 0.14, 0.18, 0.00, 0.27. Web safe color of #a19abb is #9999cc. Color #a19abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011010 10111011
Octal 241 232 273
Decimal 161 154 187
Hex A1 9A BB

RGB Percentages of Color #a19abb

%32.07
%30.68
%37.25

CMYK Percentages of Color #a19abb

%14
%18
%0
%27

Triadic Colors of #a19abb

#a19abb #bba19a #9abba1

Analogous Colors of #a19abb

#a19abb #b29abb #9aa4bb

Monochromatic Colors of #a19abb

#a19abb

Complementary Color

#a19abb #b4bb9a

#a19abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19abb Color CSS Codes

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

#a19abb Text Font Color

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

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


#a19abb Background Color

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

This div background color is #a19abb


#a19abb Border Color

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

This div border color is #a19abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19abb


Comments

No comments written yet.

Please login to write comment.