Color Hex Logo

#a38caf Color Hex

#A38CAF
(163,140,175)
0 Favorites   0 Comments

Color spaces of #a38caf

RGB 163140175
HSL0.780.180.62
HSV279°20°69°
CMYK 0.070.200.00   0.31
XYZ32.220229.637844.5799
Yxy29.63780.30270.2785
Hunter Lab54.440610.3726-10.4425
CIE-Lab61.340415.2675-15.1646

#a38caf color RGB value is (163,140,175).

#a38caf hex color red value is 163, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a38caf hue: 0.78 , saturation: 0.18 and the lightness value of a38caf is 0.62.

The process color (four color CMYK) of #a38caf color hex is 0.07, 0.20, 0.00, 0.31. Web safe color of #a38caf is #999999. Color #a38caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 10101111
Octal 243 214 257
Decimal 163 140 175
Hex A3 8C AF

RGB Percentages of Color #a38caf

%34.10
%29.29
%36.61

CMYK Percentages of Color #a38caf

%7
%20
%0
%31

Triadic Colors of #a38caf

#a38caf #afa38c #8cafa3

Analogous Colors of #a38caf

#a38caf #af8caa #928caf

Monochromatic Colors of #a38caf

#a38caf

Complementary Color

#a38caf #98af8c

#a38caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38caf Color CSS Codes

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

#a38caf Text Font Color

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

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


#a38caf Background Color

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

This div background color is #a38caf


#a38caf Border Color

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

This div border color is #a38caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38caf


Comments

No comments written yet.

Please login to write comment.