Color Hex Logo

#a386ac Color Hex

#A386AC
(163,134,172)
0 Favorites   0 Comments

Color spaces of #a386ac

RGB 163134172
HSL0.790.190.60
HSV286°22°67°
CMYK 0.050.220.00   0.33
XYZ31.075727.815342.7607
Yxy27.81530.30570.2736
Hunter Lab52.740212.8808-11.1530
CIE-Lab59.721518.0679-15.9077

#a386ac color RGB value is (163,134,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 10101100
Octal 243 206 254
Decimal 163 134 172
Hex A3 86 AC

RGB Percentages of Color #a386ac

%34.75
%28.57
%36.67

CMYK Percentages of Color #a386ac

%5
%22
%0
%33

Triadic Colors of #a386ac

#a386ac #aca386 #86aca3

Analogous Colors of #a386ac

#a386ac #ac86a2 #9086ac

Monochromatic Colors of #a386ac

#a386ac

Complementary Color

#a386ac #8fac86

#a386ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a386ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a386ac Color CSS Codes

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

#a386ac Text Font Color

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

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


#a386ac Background Color

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

This div background color is #a386ac


#a386ac Border Color

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

This div border color is #a386ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a386ac


Comments

No comments written yet.

Please login to write comment.