Color Hex Logo

#a39aba Color Hex

#A39ABA
(163,154,186)
0 Favorites   0 Comments

Color spaces of #a39aba

RGB 163154186
HSL0.710.190.67
HSV257°17°73°
CMYK 0.120.170.00   0.27
XYZ35.522834.442951.2303
Yxy34.44290.29310.2842
Hunter Lab58.68815.3386-10.6741
CIE-Lab65.31269.6725-15.3614

#a39aba color RGB value is (163,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011010 10111010
Octal 243 232 272
Decimal 163 154 186
Hex A3 9A BA

RGB Percentages of Color #a39aba

%32.41
%30.62
%36.98

CMYK Percentages of Color #a39aba

%12
%17
%0
%27

Triadic Colors of #a39aba

#a39aba #baa39a #9abaa3

Analogous Colors of #a39aba

#a39aba #b39aba #9aa1ba

Monochromatic Colors of #a39aba

#a39aba

Complementary Color

#a39aba #b1ba9a

#a39aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39aba Color CSS Codes

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

#a39aba Text Font Color

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

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


#a39aba Background Color

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

This div background color is #a39aba


#a39aba Border Color

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

This div border color is #a39aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39aba


Comments

No comments written yet.

Please login to write comment.