Color Hex Logo

#a38bab Color Hex

#A38BAB
(163,139,171)
0 Favorites   0 Comments

Color spaces of #a38bab

RGB 163139171
HSL0.790.160.61
HSV285°19°67°
CMYK 0.050.190.00   0.33
XYZ31.687629.192042.4926
Yxy29.19200.30650.2824
Hunter Lab54.029610.1359-8.8090
CIE-Lab60.950715.0158-13.4816

#a38bab color RGB value is (163,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 10101011
Octal 243 213 253
Decimal 163 139 171
Hex A3 8B AB

RGB Percentages of Color #a38bab

%34.46
%29.39
%36.15

CMYK Percentages of Color #a38bab

%5
%19
%0
%33

Triadic Colors of #a38bab

#a38bab #aba38b #8baba3

Analogous Colors of #a38bab

#a38bab #ab8ba3 #938bab

Monochromatic Colors of #a38bab

#a38bab

Complementary Color

#a38bab #93ab8b

#a38bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bab Color CSS Codes

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

#a38bab Text Font Color

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

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


#a38bab Background Color

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

This div background color is #a38bab


#a38bab Border Color

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

This div border color is #a38bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bab


Comments

No comments written yet.

Please login to write comment.