Color Hex Logo

#a88cab Color Hex

#A88CAB
(168,140,171)
0 Favorites   0 Comments

Color spaces of #a88cab

RGB 168140171
HSL0.820.160.61
HSV294°18°67°
CMYK 0.020.180.00   0.33
XYZ32.877230.021342.5899
Yxy30.02130.31170.2846
Hunter Lab54.791711.2216-7.7323
CIE-Lab61.672616.1895-12.3484

#a88cab color RGB value is (168,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001100 10101011
Octal 250 214 253
Decimal 168 140 171
Hex A8 8C AB

RGB Percentages of Color #a88cab

%35.07
%29.23
%35.70

CMYK Percentages of Color #a88cab

%2
%18
%0
%33

Triadic Colors of #a88cab

#a88cab #aba88c #8caba8

Analogous Colors of #a88cab

#a88cab #ab8c9f #998cab

Monochromatic Colors of #a88cab

#a88cab

Complementary Color

#a88cab #8fab8c

#a88cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88cab Color CSS Codes

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

#a88cab Text Font Color

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

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


#a88cab Background Color

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

This div background color is #a88cab


#a88cab Border Color

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

This div border color is #a88cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88cab

#a88cab Color Palettes


Comments

No comments written yet.

Please login to write comment.