Color Hex Logo

#ab8eaa Color Hex

#AB8EAA
(171,142,170)
0 Favorites   0 Comments

Color spaces of #ab8eaa

RGB 171142170
HSL0.840.150.61
HSV302°17°67°
CMYK 0.000.170.01   0.33
XYZ33.723330.906242.2183
Yxy30.90620.31560.2893
Hunter Lab55.593310.9910-6.1102
CIE-Lab62.428415.9173-10.6187

#ab8eaa color RGB value is (171,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001110 10101010
Octal 253 216 252
Decimal 171 142 170
Hex AB 8E AA

RGB Percentages of Color #ab8eaa

%35.40
%29.40
%35.20

CMYK Percentages of Color #ab8eaa

%0
%17
%1
%33

Triadic Colors of #ab8eaa

#ab8eaa #aaab8e #8eaaab

Analogous Colors of #ab8eaa

#ab8eaa #ab8e9c #9e8eab

Monochromatic Colors of #ab8eaa

#ab8eaa

Complementary Color

#ab8eaa #8eab8f

#ab8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8eaa Color CSS Codes

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

#ab8eaa Text Font Color

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

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


#ab8eaa Background Color

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

This div background color is #ab8eaa


#ab8eaa Border Color

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

This div border color is #ab8eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8eaa


Comments

No comments written yet.

Please login to write comment.