Color Hex Logo

#a37dac Color Hex

#A37DAC
(163,125,172)
0 Favorites   0 Comments

Color spaces of #a37dac

RGB 163125172
HSL0.800.220.58
HSV289°27°67°
CMYK 0.050.270.00   0.33
XYZ29.884325.432342.3636
Yxy25.43230.30590.2604
Hunter Lab50.430417.5230-14.5047
CIE-Lab57.494223.2088-19.2930

#a37dac color RGB value is (163,125,172).

#a37dac hex color red value is 163, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a37dac hue: 0.80 , saturation: 0.22 and the lightness value of a37dac is 0.58.

The process color (four color CMYK) of #a37dac color hex is 0.05, 0.27, 0.00, 0.33. Web safe color of #a37dac is #996699. Color #a37dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 10101100
Octal 243 175 254
Decimal 163 125 172
Hex A3 7D AC

RGB Percentages of Color #a37dac

%35.43
%27.17
%37.39

CMYK Percentages of Color #a37dac

%5
%27
%0
%33

Triadic Colors of #a37dac

#a37dac #aca37d #7daca3

Analogous Colors of #a37dac

#a37dac #ac7d9e #8c7dac

Monochromatic Colors of #a37dac

#a37dac

Complementary Color

#a37dac #86ac7d

#a37dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dac Color CSS Codes

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

#a37dac Text Font Color

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

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


#a37dac Background Color

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

This div background color is #a37dac


#a37dac Border Color

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

This div border color is #a37dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dac


Comments

No comments written yet.

Please login to write comment.