Color Hex Logo

#ab595e Color Hex

#AB595E
(171,89,94)
0 Favorites   0 Comments

Color spaces of #ab595e

RGB 1718994
HSL0.990.330.51
HSV356°48°67°
CMYK 0.000.480.45   0.33
XYZ22.387316.610812.6159
Yxy16.61080.43370.3218
Hunter Lab40.756326.725710.1766
CIE-Lab47.765933.933312.4386

#ab595e color RGB value is (171,89,94).

#ab595e hex color red value is 171, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab595e hue: 0.99 , saturation: 0.33 and the lightness value of ab595e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 01011110
Octal 253 131 136
Decimal 171 89 94
Hex AB 59 5E

RGB Percentages of Color #ab595e

%48.31
%25.14
%26.55

CMYK Percentages of Color #ab595e

%0
%48
%45
%33

Triadic Colors of #ab595e

#ab595e #5eab59 #595eab

Analogous Colors of #ab595e

#ab595e #ab7d59 #ab5987

Monochromatic Colors of #ab595e

#ab595e

Complementary Color

#ab595e #59aba6

#ab595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab595e Color CSS Codes

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

#ab595e Text Font Color

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

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


#ab595e Background Color

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

This div background color is #ab595e


#ab595e Border Color

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

This div border color is #ab595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab595e


Comments

No comments written yet.

Please login to write comment.