Color Hex Logo

#ab574d Color Hex

#AB574D
(171,87,77)
0 Favorites   0 Comments

Color spaces of #ab574d

RGB 1718777
HSL0.020.380.49
HSV55°67°
CMYK 0.000.490.55   0.33
XYZ21.542316.01018.9760
Yxy16.01010.46300.3441
Hunter Lab40.012626.080114.7084
CIE-Lab46.987733.352321.5558

#ab574d color RGB value is (171,87,77).

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

The process color (four color CMYK) of #ab574d color hex is 0.00, 0.49, 0.55, 0.33. Web safe color of #ab574d is #996666. Color #ab574d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 01001101
Octal 253 127 115
Decimal 171 87 77
Hex AB 57 4D

RGB Percentages of Color #ab574d

%51.04
%25.97
%22.99

CMYK Percentages of Color #ab574d

%0
%49
%55
%33

Triadic Colors of #ab574d

#ab574d #4dab57 #574dab

Analogous Colors of #ab574d

#ab574d #ab864d #ab4d72

Monochromatic Colors of #ab574d

#ab574d

Complementary Color

#ab574d #4da1ab

#ab574d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab574d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab574d Color CSS Codes

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

#ab574d Text Font Color

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

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


#ab574d Background Color

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

This div background color is #ab574d


#ab574d Border Color

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

This div border color is #ab574d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,87,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 #ab574d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab574d


Comments

No comments written yet.

Please login to write comment.