Color Hex Logo

#a38caa Color Hex

#A38CAA
(163,140,170)
0 Favorites   0 Comments

Color spaces of #a38caa

RGB 163140170
HSL0.790.150.61
HSV286°18°67°
CMYK 0.040.180.00   0.33
XYZ31.738029.445042.0409
Yxy29.44500.30750.2853
Hunter Lab54.26329.4421-7.9511
CIE-Lab61.172414.2440-12.5797

#a38caa color RGB value is (163,140,170).

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

The process color (four color CMYK) of #a38caa color hex is 0.04, 0.18, 0.00, 0.33. Web safe color of #a38caa is #999999. Color #a38caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 10101010
Octal 243 214 252
Decimal 163 140 170
Hex A3 8C AA

RGB Percentages of Color #a38caa

%34.46
%29.60
%35.94

CMYK Percentages of Color #a38caa

%4
%18
%0
%33

Triadic Colors of #a38caa

#a38caa #aaa38c #8caaa3

Analogous Colors of #a38caa

#a38caa #aa8ca2 #948caa

Monochromatic Colors of #a38caa

#a38caa

Complementary Color

#a38caa #93aa8c

#a38caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38caa Color CSS Codes

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

#a38caa Text Font Color

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

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


#a38caa Background Color

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

This div background color is #a38caa


#a38caa Border Color

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

This div border color is #a38caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38caa


Comments

No comments written yet.

Please login to write comment.