Color Hex Logo

#ab729b Color Hex

#AB729B
(171,114,155)
0 Favorites   0 Comments

Color spaces of #ab729b

RGB 171114155
HSL0.880.250.56
HSV317°33°67°
CMYK 0.000.330.09   0.33
XYZ28.728323.059133.9471
Yxy23.05910.33510.2690
Hunter Lab48.019922.7543-8.3004
CIE-Lab55.133228.9441-12.9726

#ab729b color RGB value is (171,114,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 10011011
Octal 253 162 233
Decimal 171 114 155
Hex AB 72 9B

RGB Percentages of Color #ab729b

%38.86
%25.91
%35.23

CMYK Percentages of Color #ab729b

%0
%33
%9
%33

Triadic Colors of #ab729b

#ab729b #9bab72 #729bab

Analogous Colors of #ab729b

#ab729b #ab727f #9f72ab

Monochromatic Colors of #ab729b

#ab729b

Complementary Color

#ab729b #72ab82

#ab729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab729b Color CSS Codes

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

#ab729b Text Font Color

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

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


#ab729b Background Color

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

This div background color is #ab729b


#ab729b Border Color

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

This div border color is #ab729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab729b


Comments

No comments written yet.

Please login to write comment.