Color Hex Logo

#a37dab Color Hex

#A37DAB
(163,125,171)
0 Favorites   0 Comments

Color spaces of #a37dab

RGB 163125171
HSL0.800.210.58
HSV290°27°67°
CMYK 0.050.270.00   0.33
XYZ29.788625.394041.8596
Yxy25.39400.30700.2617
Hunter Lab50.392517.3303-13.9758
CIE-Lab57.457323.0046-18.7753

#a37dab color RGB value is (163,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 10101011
Octal 243 175 253
Decimal 163 125 171
Hex A3 7D AB

RGB Percentages of Color #a37dab

%35.51
%27.23
%37.25

CMYK Percentages of Color #a37dab

%5
%27
%0
%33

Triadic Colors of #a37dab

#a37dab #aba37d #7daba3

Analogous Colors of #a37dab

#a37dab #ab7d9c #8c7dab

Monochromatic Colors of #a37dab

#a37dab

Complementary Color

#a37dab #85ab7d

#a37dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37dab Color CSS Codes

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

#a37dab Text Font Color

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

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


#a37dab Background Color

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

This div background color is #a37dab


#a37dab Border Color

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

This div border color is #a37dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37dab


Comments

No comments written yet.

Please login to write comment.