Color Hex Logo

#a19aba Color Hex

#A19ABA
(161,154,186)
0 Favorites   0 Comments

Color spaces of #a19aba

RGB 161154186
HSL0.700.190.67
HSV253°17°73°
CMYK 0.130.170.00   0.27
XYZ35.116534.233451.2113
Yxy34.23340.29130.2840
Hunter Lab58.50934.7420-10.9381
CIE-Lab65.14749.0062-15.6270

#a19aba color RGB value is (161,154,186).

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

The process color (four color CMYK) of #a19aba color hex is 0.13, 0.17, 0.00, 0.27. Web safe color of #a19aba is #9999cc. Color #a19aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011010 10111010
Octal 241 232 272
Decimal 161 154 186
Hex A1 9A BA

RGB Percentages of Color #a19aba

%32.14
%30.74
%37.13

CMYK Percentages of Color #a19aba

%13
%17
%0
%27

Triadic Colors of #a19aba

#a19aba #baa19a #9abaa1

Analogous Colors of #a19aba

#a19aba #b19aba #9aa3ba

Monochromatic Colors of #a19aba

#a19aba

Complementary Color

#a19aba #b3ba9a

#a19aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19aba Color CSS Codes

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

#a19aba Text Font Color

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

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


#a19aba Background Color

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

This div background color is #a19aba


#a19aba Border Color

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

This div border color is #a19aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19aba


Comments

No comments written yet.

Please login to write comment.