Color Hex Logo

#a386ae Color Hex

#A386AE
(163,134,174)
0 Favorites   0 Comments

Color spaces of #a386ae

RGB 163134174
HSL0.790.200.60
HSV284°23°68°
CMYK 0.060.230.00   0.32
XYZ31.269327.892743.7802
Yxy27.89270.30380.2710
Hunter Lab52.813513.2608-12.1794
CIE-Lab59.791718.4793-16.9415

#a386ae color RGB value is (163,134,174).

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

The process color (four color CMYK) of #a386ae color hex is 0.06, 0.23, 0.00, 0.32. Web safe color of #a386ae is #999999. Color #a386ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 10101110
Octal 243 206 256
Decimal 163 134 174
Hex A3 86 AE

RGB Percentages of Color #a386ae

%34.61
%28.45
%36.94

CMYK Percentages of Color #a386ae

%6
%23
%0
%32

Triadic Colors of #a386ae

#a386ae #aea386 #86aea3

Analogous Colors of #a386ae

#a386ae #ae86a5 #8f86ae

Monochromatic Colors of #a386ae

#a386ae

Complementary Color

#a386ae #91ae86

#a386ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a386ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a386ae Color CSS Codes

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

#a386ae Text Font Color

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

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


#a386ae Background Color

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

This div background color is #a386ae


#a386ae Border Color

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

This div border color is #a386ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a386ae


Comments

No comments written yet.

Please login to write comment.