Color Hex Logo

#a88fad Color Hex

#A88FAD
(168,143,173)
0 Favorites   0 Comments

Color spaces of #a88fad

RGB 168143173
HSL0.810.150.62
HSV290°17°68°
CMYK 0.030.170.00   0.32
XYZ33.513730.986943.7499
Yxy30.98690.30960.2863
Hunter Lab55.665910.0508-7.6321
CIE-Lab62.496614.8885-12.2439

#a88fad color RGB value is (168,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 10101101
Octal 250 217 255
Decimal 168 143 173
Hex A8 8F AD

RGB Percentages of Color #a88fad

%34.71
%29.55
%35.74

CMYK Percentages of Color #a88fad

%3
%17
%0
%32

Triadic Colors of #a88fad

#a88fad #ada88f #8fada8

Analogous Colors of #a88fad

#a88fad #ad8fa3 #998fad

Monochromatic Colors of #a88fad

#a88fad

Complementary Color

#a88fad #94ad8f

#a88fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fad Color CSS Codes

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

#a88fad Text Font Color

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

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


#a88fad Background Color

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

This div background color is #a88fad


#a88fad Border Color

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

This div border color is #a88fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fad


Comments

No comments written yet.

Please login to write comment.