Color Hex Logo

#a38cac Color Hex

#A38CAC
(163,140,172)
0 Favorites   0 Comments

Color spaces of #a38cac

RGB 163140172
HSL0.790.160.61
HSV283°19°67°
CMYK 0.050.190.00   0.33
XYZ31.928729.521343.0451
Yxy29.52130.30560.2825
Hunter Lab54.33359.8106-8.9384
CIE-Lab61.239014.6503-13.6153

#a38cac color RGB value is (163,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 10101100
Octal 243 214 254
Decimal 163 140 172
Hex A3 8C AC

RGB Percentages of Color #a38cac

%34.32
%29.47
%36.21

CMYK Percentages of Color #a38cac

%5
%19
%0
%33

Triadic Colors of #a38cac

#a38cac #aca38c #8caca3

Analogous Colors of #a38cac

#a38cac #ac8ca5 #938cac

Monochromatic Colors of #a38cac

#a38cac

Complementary Color

#a38cac #95ac8c

#a38cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38cac Color CSS Codes

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

#a38cac Text Font Color

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

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


#a38cac Background Color

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

This div background color is #a38cac


#a38cac Border Color

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

This div border color is #a38cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38cac


Comments

No comments written yet.

Please login to write comment.