Color Hex Logo

#a38eab Color Hex

#A38EAB
(163,142,171)
0 Favorites   0 Comments

Color spaces of #a38eab

RGB 163142171
HSL0.790.150.61
HSV283°17°67°
CMYK 0.050.170.00   0.33
XYZ32.127930.072842.6394
Yxy30.07280.30640.2868
Hunter Lab54.83878.6087-7.7134
CIE-Lab61.717013.3113-12.3286

#a38eab color RGB value is (163,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001110 10101011
Octal 243 216 253
Decimal 163 142 171
Hex A3 8E AB

RGB Percentages of Color #a38eab

%34.24
%29.83
%35.92

CMYK Percentages of Color #a38eab

%5
%17
%0
%33

Triadic Colors of #a38eab

#a38eab #aba38e #8eaba3

Analogous Colors of #a38eab

#a38eab #ab8ea5 #958eab

Monochromatic Colors of #a38eab

#a38eab

Complementary Color

#a38eab #96ab8e

#a38eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38eab Color CSS Codes

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

#a38eab Text Font Color

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

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


#a38eab Background Color

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

This div background color is #a38eab


#a38eab Border Color

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

This div border color is #a38eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38eab


Comments

No comments written yet.

Please login to write comment.