Color Hex Logo

#ab8faa Color Hex

#AB8FAA
(171,143,170)
0 Favorites   0 Comments

Color spaces of #ab8faa

RGB 171143170
HSL0.840.140.62
HSV302°16°67°
CMYK 0.000.160.01   0.33
XYZ33.872731.205142.2681
Yxy31.20510.31550.2907
Hunter Lab55.861510.4792-5.7592
CIE-Lab62.680415.3530-10.2415

#ab8faa color RGB value is (171,143,170).

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

The process color (four color CMYK) of #ab8faa color hex is 0.00, 0.16, 0.01, 0.33. Web safe color of #ab8faa is #999999. Color #ab8faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 10101010
Octal 253 217 252
Decimal 171 143 170
Hex AB 8F AA

RGB Percentages of Color #ab8faa

%35.33
%29.55
%35.12

CMYK Percentages of Color #ab8faa

%0
%16
%1
%33

Triadic Colors of #ab8faa

#ab8faa #aaab8f #8faaab

Analogous Colors of #ab8faa

#ab8faa #ab8f9c #9e8fab

Monochromatic Colors of #ab8faa

#ab8faa

Complementary Color

#ab8faa #8fab90

#ab8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8faa Color CSS Codes

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

#ab8faa Text Font Color

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

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


#ab8faa Background Color

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

This div background color is #ab8faa


#ab8faa Border Color

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

This div border color is #ab8faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,143,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8faa


Comments

No comments written yet.

Please login to write comment.