Color Hex Logo

#ab494c Color Hex

#AB494C
(171,73,76)
0 Favorites   0 Comments

Color spaces of #ab494c

RGB 1717376
HSL0.990.400.48
HSV358°57°67°
CMYK 0.000.570.56   0.33
XYZ20.481613.94488.4496
Yxy13.94480.47770.3252
Hunter Lab37.342732.553212.7243
CIE-Lab44.153740.480318.4054

#ab494c color RGB value is (171,73,76).

#ab494c hex color red value is 171, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ab494c hue: 0.99 , saturation: 0.40 and the lightness value of ab494c is 0.48.

The process color (four color CMYK) of #ab494c color hex is 0.00, 0.57, 0.56, 0.33. Web safe color of #ab494c is #993333. Color #ab494c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 01001100
Octal 253 111 114
Decimal 171 73 76
Hex AB 49 4C

RGB Percentages of Color #ab494c

%53.44
%22.81
%23.75

CMYK Percentages of Color #ab494c

%0
%57
%56
%33

Triadic Colors of #ab494c

#ab494c #4cab49 #494cab

Analogous Colors of #ab494c

#ab494c #ab7749 #ab497d

Monochromatic Colors of #ab494c

#ab494c

Complementary Color

#ab494c #49aba8

#ab494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab494c Color CSS Codes

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

#ab494c Text Font Color

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

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


#ab494c Background Color

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

This div background color is #ab494c


#ab494c Border Color

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

This div border color is #ab494c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab494c


Comments

No comments written yet.

Please login to write comment.