Color Hex Logo

#ab8fad Color Hex

#AB8FAD
(171,143,173)
0 Favorites   0 Comments

Color spaces of #ab8fad

RGB 171143173
HSL0.820.150.62
HSV296°17°68°
CMYK 0.010.170.00   0.32
XYZ34.159931.320043.7801
Yxy31.32000.31260.2867
Hunter Lab55.964311.0167-7.2068
CIE-Lab62.776815.9363-11.7946

#ab8fad color RGB value is (171,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 10101101
Octal 253 217 255
Decimal 171 143 173
Hex AB 8F AD

RGB Percentages of Color #ab8fad

%35.11
%29.36
%35.52

CMYK Percentages of Color #ab8fad

%1
%17
%0
%32

Triadic Colors of #ab8fad

#ab8fad #adab8f #8fadab

Analogous Colors of #ab8fad

#ab8fad #ad8fa0 #9c8fad

Monochromatic Colors of #ab8fad

#ab8fad

Complementary Color

#ab8fad #91ad8f

#ab8fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fad Color CSS Codes

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

#ab8fad Text Font Color

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

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


#ab8fad Background Color

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

This div background color is #ab8fad


#ab8fad Border Color

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

This div border color is #ab8fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fad


Comments

No comments written yet.

Please login to write comment.