Color Hex Logo

#ab594e Color Hex

#AB594E
(171,89,78)
0 Favorites   0 Comments

Color spaces of #ab594e

RGB 1718978
HSL0.020.370.49
HSV54°67°
CMYK 0.000.480.54   0.33
XYZ21.742116.35279.2182
Yxy16.35270.45950.3456
Hunter Lab40.438525.204814.7914
CIE-Lab47.433932.368921.5490

#ab594e color RGB value is (171,89,78).

#ab594e hex color red value is 171, green value is 89 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab594e hue: 0.02 , saturation: 0.37 and the lightness value of ab594e is 0.49.

The process color (four color CMYK) of #ab594e color hex is 0.00, 0.48, 0.54, 0.33. Web safe color of #ab594e is #996666. Color #ab594e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 01001110
Octal 253 131 116
Decimal 171 89 78
Hex AB 59 4E

RGB Percentages of Color #ab594e

%50.59
%26.33
%23.08

CMYK Percentages of Color #ab594e

%0
%48
%54
%33

Triadic Colors of #ab594e

#ab594e #4eab59 #594eab

Analogous Colors of #ab594e

#ab594e #ab884e #ab4e72

Monochromatic Colors of #ab594e

#ab594e

Complementary Color

#ab594e #4ea0ab

#ab594e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab594e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab594e Color CSS Codes

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

#ab594e Text Font Color

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

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


#ab594e Background Color

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

This div background color is #ab594e


#ab594e Border Color

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

This div border color is #ab594e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab594e


Comments

No comments written yet.

Please login to write comment.