Color Hex Logo

#ab719e Color Hex

#AB719E
(171,113,158)
0 Favorites   0 Comments

Color spaces of #ab719e

RGB 171113158
HSL0.870.260.56
HSV313°34°67°
CMYK 0.000.340.08   0.33
XYZ28.871322.936835.2533
Yxy22.93680.33160.2635
Hunter Lab47.892423.7947-10.1184
CIE-Lab55.007230.0429-14.9074

#ab719e color RGB value is (171,113,158).

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

The process color (four color CMYK) of #ab719e color hex is 0.00, 0.34, 0.08, 0.33. Web safe color of #ab719e is #996699. Color #ab719e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 10011110
Octal 253 161 236
Decimal 171 113 158
Hex AB 71 9E

RGB Percentages of Color #ab719e

%38.69
%25.57
%35.75

CMYK Percentages of Color #ab719e

%0
%34
%8
%33

Triadic Colors of #ab719e

#ab719e #9eab71 #719eab

Analogous Colors of #ab719e

#ab719e #ab7181 #9b71ab

Monochromatic Colors of #ab719e

#ab719e

Complementary Color

#ab719e #71ab7e

#ab719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab719e Color CSS Codes

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

#ab719e Text Font Color

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

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


#ab719e Background Color

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

This div background color is #ab719e


#ab719e Border Color

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

This div border color is #ab719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab719e


Comments

No comments written yet.

Please login to write comment.