Color Hex Logo

#a37bac Color Hex

#A37BAC
(163,123,172)
0 Favorites   0 Comments

Color spaces of #a37bac

RGB 163123172
HSL0.800.230.58
HSV289°28°67°
CMYK 0.050.280.00   0.33
XYZ29.633624.931042.2800
Yxy24.93100.30600.2574
Hunter Lab49.931018.5591-15.2533
CIE-Lab57.008124.3506-20.0350

#a37bac color RGB value is (163,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111011 10101100
Octal 243 173 254
Decimal 163 123 172
Hex A3 7B AC

RGB Percentages of Color #a37bac

%35.59
%26.86
%37.55

CMYK Percentages of Color #a37bac

%5
%28
%0
%33

Triadic Colors of #a37bac

#a37bac #aca37b #7baca3

Analogous Colors of #a37bac

#a37bac #ac7b9d #8b7bac

Monochromatic Colors of #a37bac

#a37bac

Complementary Color

#a37bac #84ac7b

#a37bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37bac Color CSS Codes

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

#a37bac Text Font Color

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

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


#a37bac Background Color

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

This div background color is #a37bac


#a37bac Border Color

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

This div border color is #a37bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37bac


Comments

No comments written yet.

Please login to write comment.