Color Hex Logo

#a386ab Color Hex

#A386AB
(163,134,171)
0 Favorites   0 Comments

Color spaces of #a386ab

RGB 163134171
HSL0.800.180.60
HSV287°22°67°
CMYK 0.050.220.00   0.33
XYZ30.980027.777042.2567
Yxy27.77700.30670.2750
Hunter Lab52.703912.6927-10.6446
CIE-Lab59.686717.8638-15.3899

#a386ab color RGB value is (163,134,171).

#a386ab hex color red value is 163, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a386ab hue: 0.80 , saturation: 0.18 and the lightness value of a386ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 10101011
Octal 243 206 253
Decimal 163 134 171
Hex A3 86 AB

RGB Percentages of Color #a386ab

%34.83
%28.63
%36.54

CMYK Percentages of Color #a386ab

%5
%22
%0
%33

Triadic Colors of #a386ab

#a386ab #aba386 #86aba3

Analogous Colors of #a386ab

#a386ab #ab86a1 #9186ab

Monochromatic Colors of #a386ab

#a386ab

Complementary Color

#a386ab #8eab86

#a386ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a386ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a386ab Color CSS Codes

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

#a386ab Text Font Color

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

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


#a386ab Background Color

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

This div background color is #a386ab


#a386ab Border Color

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

This div border color is #a386ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,134,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a386ab


Comments

No comments written yet.

Please login to write comment.