Color Hex Logo

#ab453b Color Hex

#AB453B
(171,69,59)
0 Favorites   0 Comments

Color spaces of #ab453b

RGB 1716959
HSL0.010.490.45
HSV65°67°
CMYK 0.000.600.65   0.33
XYZ19.712113.22995.6524
Yxy13.22990.51080.3428
Hunter Lab36.372933.084416.2473
CIE-Lab43.107641.187027.3013

#ab453b color RGB value is (171,69,59).

#ab453b hex color red value is 171, green value is 69 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ab453b hue: 0.01 , saturation: 0.49 and the lightness value of ab453b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 00111011
Octal 253 105 73
Decimal 171 69 59
Hex AB 45 3B

RGB Percentages of Color #ab453b

%57.19
%23.08
%19.73

CMYK Percentages of Color #ab453b

%0
%60
%65
%33

Triadic Colors of #ab453b

#ab453b #3bab45 #453bab

Analogous Colors of #ab453b

#ab453b #ab7d3b #ab3b69

Monochromatic Colors of #ab453b

#ab453b

Complementary Color

#ab453b #3ba1ab

#ab453b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab453b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab453b Color CSS Codes

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

#ab453b Text Font Color

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

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


#ab453b Background Color

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

This div background color is #ab453b


#ab453b Border Color

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

This div border color is #ab453b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab453b


Comments

No comments written yet.

Please login to write comment.