Color Hex Logo

#ab393c Color Hex

#AB393C
(171,57,60)
0 Favorites   0 Comments

Color spaces of #ab393c

RGB 1715760
HSL1.000.500.45
HSV358°67°67°
CMYK 0.000.670.65   0.33
XYZ19.073311.91045.5686
Yxy11.91040.52180.3258
Hunter Lab34.511438.255814.5913
CIE-Lab41.073446.723224.1645

#ab393c color RGB value is (171,57,60).

#ab393c hex color red value is 171, green value is 57 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab393c hue: 1.00 , saturation: 0.50 and the lightness value of ab393c is 0.45.

The process color (four color CMYK) of #ab393c color hex is 0.00, 0.67, 0.65, 0.33. Web safe color of #ab393c is #993333. Color #ab393c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00111100
Octal 253 71 74
Decimal 171 57 60
Hex AB 39 3C

RGB Percentages of Color #ab393c

%59.38
%19.79
%20.83

CMYK Percentages of Color #ab393c

%0
%67
%65
%33

Triadic Colors of #ab393c

#ab393c #3cab39 #393cab

Analogous Colors of #ab393c

#ab393c #ab6f39 #ab3975

Monochromatic Colors of #ab393c

#ab393c

Complementary Color

#ab393c #39aba8

#ab393c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab393c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab393c Color CSS Codes

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

#ab393c Text Font Color

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

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


#ab393c Background Color

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

This div background color is #ab393c


#ab393c Border Color

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

This div border color is #ab393c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab393c


Comments

No comments written yet.

Please login to write comment.