Color Hex Logo

#a88bab Color Hex

#A88BAB
(168,139,171)
0 Favorites   0 Comments

Color spaces of #a88bab

RGB 168139171
HSL0.820.160.61
HSV294°19°67°
CMYK 0.020.190.00   0.33
XYZ32.731829.730342.5415
Yxy29.73030.31170.2831
Hunter Lab54.525511.7344-8.0910
CIE-Lab61.420816.7566-12.7271

#a88bab color RGB value is (168,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 10101011
Octal 250 213 253
Decimal 168 139 171
Hex A8 8B AB

RGB Percentages of Color #a88bab

%35.15
%29.08
%35.77

CMYK Percentages of Color #a88bab

%2
%19
%0
%33

Triadic Colors of #a88bab

#a88bab #aba88b #8baba8

Analogous Colors of #a88bab

#a88bab #ab8b9e #988bab

Monochromatic Colors of #a88bab

#a88bab

Complementary Color

#a88bab #8eab8b

#a88bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bab Color CSS Codes

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

#a88bab Text Font Color

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

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


#a88bab Background Color

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

This div background color is #a88bab


#a88bab Border Color

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

This div border color is #a88bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bab


Comments

No comments written yet.

Please login to write comment.