Color Hex Logo

#ab474d Color Hex

#AB474D
(171,71,77)
0 Favorites   0 Comments

Color spaces of #ab474d

RGB 1717177
HSL0.990.410.47
HSV356°58°67°
CMYK 0.000.580.55   0.33
XYZ20.387413.70028.5911
Yxy13.70020.47770.3210
Hunter Lab37.013833.544712.1481
CIE-Lab43.799941.545017.3219

#ab474d color RGB value is (171,71,77).

#ab474d hex color red value is 171, green value is 71 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ab474d hue: 0.99 , saturation: 0.41 and the lightness value of ab474d is 0.47.

The process color (four color CMYK) of #ab474d color hex is 0.00, 0.58, 0.55, 0.33. Web safe color of #ab474d is #993366. Color #ab474d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 01001101
Octal 253 107 115
Decimal 171 71 77
Hex AB 47 4D

RGB Percentages of Color #ab474d

%53.61
%22.26
%24.14

CMYK Percentages of Color #ab474d

%0
%58
%55
%33

Triadic Colors of #ab474d

#ab474d #4dab47 #474dab

Analogous Colors of #ab474d

#ab474d #ab7347 #ab477f

Monochromatic Colors of #ab474d

#ab474d

Complementary Color

#ab474d #47aba5

#ab474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab474d Color CSS Codes

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

#ab474d Text Font Color

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

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


#ab474d Background Color

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

This div background color is #ab474d


#ab474d Border Color

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

This div border color is #ab474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab474d


Comments

No comments written yet.

Please login to write comment.