Color Hex Logo

#a888ab Color Hex

#A888AB
(168,136,171)
0 Favorites   0 Comments

Color spaces of #a888ab

RGB 168136171
HSL0.820.170.60
HSV295°20°67°
CMYK 0.020.200.00   0.33
XYZ32.303328.873442.3986
Yxy28.87340.31190.2788
Hunter Lab53.734013.2745-9.1688
CIE-Lab60.669718.4580-13.8582

#a888ab color RGB value is (168,136,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 10101011
Octal 250 210 253
Decimal 168 136 171
Hex A8 88 AB

RGB Percentages of Color #a888ab

%35.37
%28.63
%36.00

CMYK Percentages of Color #a888ab

%2
%20
%0
%33

Triadic Colors of #a888ab

#a888ab #aba888 #88aba8

Analogous Colors of #a888ab

#a888ab #ab889d #9788ab

Monochromatic Colors of #a888ab

#a888ab

Complementary Color

#a888ab #8bab88

#a888ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888ab Color CSS Codes

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

#a888ab Text Font Color

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

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


#a888ab Background Color

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

This div background color is #a888ab


#a888ab Border Color

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

This div border color is #a888ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888ab


Comments

No comments written yet.

Please login to write comment.