Color Hex Logo

#a38fad Color Hex

#A38FAD
(163,143,173)
0 Favorites   0 Comments

Color spaces of #a38fad

RGB 163143173
HSL0.780.150.62
HSV280°17°68°
CMYK 0.060.170.00   0.32
XYZ32.469530.448643.7010
Yxy30.44860.30450.2856
Hunter Lab55.18038.4686-8.3296
CIE-Lab62.039413.1517-12.9771

#a38fad color RGB value is (163,143,173).

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

The process color (four color CMYK) of #a38fad color hex is 0.06, 0.17, 0.00, 0.32. Web safe color of #a38fad is #999999. Color #a38fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001111 10101101
Octal 243 217 255
Decimal 163 143 173
Hex A3 8F AD

RGB Percentages of Color #a38fad

%34.03
%29.85
%36.12

CMYK Percentages of Color #a38fad

%6
%17
%0
%32

Triadic Colors of #a38fad

#a38fad #ada38f #8fada3

Analogous Colors of #a38fad

#a38fad #ad8fa8 #948fad

Monochromatic Colors of #a38fad

#a38fad

Complementary Color

#a38fad #99ad8f

#a38fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38fad Color CSS Codes

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

#a38fad Text Font Color

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

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


#a38fad Background Color

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

This div background color is #a38fad


#a38fad Border Color

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

This div border color is #a38fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38fad


Comments

No comments written yet.

Please login to write comment.