Color Hex Logo

#ab717f Color Hex

#AB717F
(171,113,127)
0 Favorites   0 Comments

Color spaces of #ab717f

RGB 171113127
HSL0.960.260.56
HSV346°34°67°
CMYK 0.000.340.26   0.33
XYZ26.530522.000522.9269
Yxy22.00050.37130.3079
Hunter Lab46.904718.88103.8525
CIE-Lab54.027524.92481.7523

#ab717f color RGB value is (171,113,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 01111111
Octal 253 161 177
Decimal 171 113 127
Hex AB 71 7F

RGB Percentages of Color #ab717f

%41.61
%27.49
%30.90

CMYK Percentages of Color #ab717f

%0
%34
%26
%33

Triadic Colors of #ab717f

#ab717f #7fab71 #717fab

Analogous Colors of #ab717f

#ab717f #ab8071 #ab719c

Monochromatic Colors of #ab717f

#ab717f

Complementary Color

#ab717f #71ab9d

#ab717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab717f Color CSS Codes

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

#ab717f Text Font Color

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

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


#ab717f Background Color

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

This div background color is #ab717f


#ab717f Border Color

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

This div border color is #ab717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab717f


Comments

No comments written yet.

Please login to write comment.