color codes Logo

#ab392c color codes

#AB392C
(171,57,44)
0 Favorites   0 Comments

Color spaces of #ab392c

RGB 1715744
HSL0.020.590.42
HSV74°67°
CMYK 0.000.670.74   0.33
XYZ18.712311.76603.6677
Yxy11.76600.54800.3446
Hunter Lab34.301637.348017.6715
CIE-Lab40.841845.862833.4117

#ab392c color RGB value is (171,57,44).

#ab392c hex color red value is 171, green value is 57 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab392c hue: 0.02 , saturation: 0.59 and the lightness value of ab392c is 0.42.

The process color (four color CMYK) of #ab392c color code is 0.00, 0.67, 0.74, 0.33. Web safe color of #ab392c is #993333. Color #ab392c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00101100
Octal 253 71 54
Decimal 171 57 44
Hex AB 39 2C

RGB Percentages of Color #ab392c

%62.87
%20.96
%16.18

CMYK Percentages of Color #ab392c

%0
%67
%74
%33

Triadic Colors of #ab392c

#ab392c #2cab39 #392cab

Analogous Colors of #ab392c

#ab392c #ab792c #ab2c5e

Monochromatic Colors of #ab392c

#ab392c

Complementary Color

#ab392c #2c9eab

#ab392c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab392c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab392c Color CSS Codes

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

#ab392c Text Font Color

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

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


#ab392c Background Color

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

This div background color is #ab392c


#ab392c Border Color

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

This div border color is #ab392c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab392c


Comments

No comments written yet.

Please login to write comment.