Color Hex Logo

#ab717a Color Hex

#AB717A
(171,113,122)
0 Favorites   0 Comments

Color spaces of #ab717a

RGB 171113122
HSL0.970.260.56
HSV351°34°67°
CMYK 0.000.340.29   0.33
XYZ26.212621.873321.2528
Yxy21.87330.37800.3155
Hunter Lab46.768918.19855.7956
CIE-Lab53.892324.19724.4887

#ab717a color RGB value is (171,113,122).

#ab717a hex color red value is 171, green value is 113 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab717a hue: 0.97 , saturation: 0.26 and the lightness value of ab717a is 0.56.

The process color (four color CMYK) of #ab717a color hex is 0.00, 0.34, 0.29, 0.33. Web safe color of #ab717a is #996666. Color #ab717a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 01111010
Octal 253 161 172
Decimal 171 113 122
Hex AB 71 7A

RGB Percentages of Color #ab717a

%42.12
%27.83
%30.05

CMYK Percentages of Color #ab717a

%0
%34
%29
%33

Triadic Colors of #ab717a

#ab717a #7aab71 #717aab

Analogous Colors of #ab717a

#ab717a #ab8571 #ab7197

Monochromatic Colors of #ab717a

#ab717a

Complementary Color

#ab717a #71aba2

#ab717a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab717a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab717a Color CSS Codes

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

#ab717a Text Font Color

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

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


#ab717a Background Color

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

This div background color is #ab717a


#ab717a Border Color

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

This div border color is #ab717a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab717a


Comments

No comments written yet.

Please login to write comment.