Color Hex Logo

#ab807a Color Hex

#AB807A
(171,128,122)
0 Favorites   0 Comments

Color spaces of #ab807a

RGB 171128122
HSL0.020.230.57
HSV29°67°
CMYK 0.000.250.29   0.33
XYZ28.026625.501421.8575
Yxy25.50140.37180.3383
Hunter Lab50.498910.69349.6867
CIE-Lab57.560715.72599.7235

#ab807a color RGB value is (171,128,122).

#ab807a hex color red value is 171, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab807a hue: 0.02 , saturation: 0.23 and the lightness value of ab807a is 0.57.

The process color (four color CMYK) of #ab807a color hex is 0.00, 0.25, 0.29, 0.33. Web safe color of #ab807a is #999966. Color #ab807a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 01111010
Octal 253 200 172
Decimal 171 128 122
Hex AB 80 7A

RGB Percentages of Color #ab807a

%40.62
%30.40
%28.98

CMYK Percentages of Color #ab807a

%0
%25
%29
%33

Triadic Colors of #ab807a

#ab807a #7aab80 #807aab

Analogous Colors of #ab807a

#ab807a #ab997a #ab7a8d

Monochromatic Colors of #ab807a

#ab807a

Complementary Color

#ab807a #7aa5ab

#ab807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab807a Color CSS Codes

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

#ab807a Text Font Color

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

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


#ab807a Background Color

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

This div background color is #ab807a


#ab807a Border Color

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

This div border color is #ab807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab807a


Comments

No comments written yet.

Please login to write comment.