Color Hex Logo

#ab729d Color Hex

#AB729D
(171,114,157)
0 Favorites   0 Comments

Color spaces of #ab729d

RGB 171114157
HSL0.870.250.56
HSV315°33°67°
CMYK 0.000.330.08   0.33
XYZ28.897723.126934.8391
Yxy23.12690.33270.2662
Hunter Lab48.090423.1030-9.2893
CIE-Lab55.202829.3021-14.0301

#ab729d color RGB value is (171,114,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 10011101
Octal 253 162 235
Decimal 171 114 157
Hex AB 72 9D

RGB Percentages of Color #ab729d

%38.69
%25.79
%35.52

CMYK Percentages of Color #ab729d

%0
%33
%8
%33

Triadic Colors of #ab729d

#ab729d #9dab72 #729dab

Analogous Colors of #ab729d

#ab729d #ab7281 #9d72ab

Monochromatic Colors of #ab729d

#ab729d

Complementary Color

#ab729d #72ab80

#ab729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab729d Color CSS Codes

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

#ab729d Text Font Color

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

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


#ab729d Background Color

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

This div background color is #ab729d


#ab729d Border Color

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

This div border color is #ab729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab729d


Comments

No comments written yet.

Please login to write comment.