Color Hex Logo

#ab808e Color Hex

#AB808E
(171,128,142)
0 Favorites   0 Comments

Color spaces of #ab808e

RGB 171128142
HSL0.950.200.59
HSV340°25°67°
CMYK 0.000.250.17   0.33
XYZ29.396226.049329.0698
Yxy26.04930.34780.3082
Hunter Lab51.038513.49171.9574
CIE-Lab58.083818.8062-1.0519

#ab808e color RGB value is (171,128,142).

#ab808e hex color red value is 171, green value is 128 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab808e hue: 0.95 , saturation: 0.20 and the lightness value of ab808e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 10001110
Octal 253 200 216
Decimal 171 128 142
Hex AB 80 8E

RGB Percentages of Color #ab808e

%38.78
%29.02
%32.20

CMYK Percentages of Color #ab808e

%0
%25
%17
%33

Triadic Colors of #ab808e

#ab808e #8eab80 #808eab

Analogous Colors of #ab808e

#ab808e #ab8880 #ab80a4

Monochromatic Colors of #ab808e

#ab808e

Complementary Color

#ab808e #80ab9d

#ab808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab808e Color CSS Codes

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

#ab808e Text Font Color

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

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


#ab808e Background Color

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

This div background color is #ab808e


#ab808e Border Color

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

This div border color is #ab808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab808e


Comments

No comments written yet.

Please login to write comment.