Color Hex Logo

#ab392d Color Hex

#AB392D
(171,57,45)
0 Favorites   0 Comments

Color spaces of #ab392d

RGB 1715745
HSL0.020.580.42
HSV74°67°
CMYK 0.000.670.74   0.33
XYZ18.731411.77363.7679
Yxy11.77360.54650.3435
Hunter Lab34.312737.396517.5082
CIE-Lab40.854045.909032.8498

#ab392d color RGB value is (171,57,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111001 00101101
Octal 253 71 55
Decimal 171 57 45
Hex AB 39 2D

RGB Percentages of Color #ab392d

%62.64
%20.88
%16.48

CMYK Percentages of Color #ab392d

%0
%67
%74
%33

Triadic Colors of #ab392d

#ab392d #2dab39 #392dab

Analogous Colors of #ab392d

#ab392d #ab782d #ab2d60

Monochromatic Colors of #ab392d

#ab392d

Complementary Color

#ab392d #2d9fab

#ab392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab392d Color CSS Codes

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

#ab392d Text Font Color

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

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


#ab392d Background Color

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

This div background color is #ab392d


#ab392d Border Color

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

This div border color is #ab392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab392d


Comments

No comments written yet.

Please login to write comment.