Color Hex Logo

#a38daf Color Hex

#A38DAF
(163,141,175)
0 Favorites   0 Comments

Color spaces of #a38daf

RGB 163141175
HSL0.770.180.62
HSV279°19°69°
CMYK 0.070.190.00   0.31
XYZ32.367029.931444.6289
Yxy29.93140.30270.2799
Hunter Lab54.70969.8614-10.0686
CIE-Lab61.595014.6990-14.7801

#a38daf color RGB value is (163,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 10101111
Octal 243 215 257
Decimal 163 141 175
Hex A3 8D AF

RGB Percentages of Color #a38daf

%34.03
%29.44
%36.53

CMYK Percentages of Color #a38daf

%7
%19
%0
%31

Triadic Colors of #a38daf

#a38daf #afa38d #8dafa3

Analogous Colors of #a38daf

#a38daf #af8daa #928daf

Monochromatic Colors of #a38daf

#a38daf

Complementary Color

#a38daf #99af8d

#a38daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38daf Color CSS Codes

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

#a38daf Text Font Color

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

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


#a38daf Background Color

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

This div background color is #a38daf


#a38daf Border Color

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

This div border color is #a38daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38daf


Comments

No comments written yet.

Please login to write comment.