Color Hex Logo

#a88cad Color Hex

#A88CAD
(168,140,173)
0 Favorites   0 Comments

Color spaces of #a88cad

RGB 168140173
HSL0.810.170.61
HSV291°19°68°
CMYK 0.030.190.00   0.32
XYZ33.069430.098143.6017
Yxy30.09810.30970.2819
Hunter Lab54.861711.5877-8.7179
CIE-Lab61.738816.5869-13.3836

#a88cad color RGB value is (168,140,173).

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

The process color (four color CMYK) of #a88cad color hex is 0.03, 0.19, 0.00, 0.32. Web safe color of #a88cad is #999999. Color #a88cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001100 10101101
Octal 250 214 255
Decimal 168 140 173
Hex A8 8C AD

RGB Percentages of Color #a88cad

%34.93
%29.11
%35.97

CMYK Percentages of Color #a88cad

%3
%19
%0
%32

Triadic Colors of #a88cad

#a88cad #ada88c #8cada8

Analogous Colors of #a88cad

#a88cad #ad8ca2 #988cad

Monochromatic Colors of #a88cad

#a88cad

Complementary Color

#a88cad #91ad8c

#a88cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88cad Color CSS Codes

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

#a88cad Text Font Color

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

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


#a88cad Background Color

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

This div background color is #a88cad


#a88cad Border Color

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

This div border color is #a88cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,140,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88cad


Comments

No comments written yet.

Please login to write comment.