Color Hex Logo

#ab483a Color Hex

#AB483A
(171,72,58)
0 Favorites   0 Comments

Color spaces of #ab483a

RGB 1717258
HSL0.020.490.45
HSV66°67°
CMYK 0.000.580.66   0.33
XYZ19.875713.59815.5801
Yxy13.59810.50890.3482
Hunter Lab36.875631.678016.8410
CIE-Lab43.651039.661628.5576

#ab483a color RGB value is (171,72,58).

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

The process color (four color CMYK) of #ab483a color hex is 0.00, 0.58, 0.66, 0.33. Web safe color of #ab483a is #993333. Color #ab483a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 00111010
Octal 253 110 72
Decimal 171 72 58
Hex AB 48 3A

RGB Percentages of Color #ab483a

%56.81
%23.92
%19.27

CMYK Percentages of Color #ab483a

%0
%58
%66
%33

Triadic Colors of #ab483a

#ab483a #3aab48 #483aab

Analogous Colors of #ab483a

#ab483a #ab813a #ab3a65

Monochromatic Colors of #ab483a

#ab483a

Complementary Color

#ab483a #3a9dab

#ab483a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab483a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab483a Color CSS Codes

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

#ab483a Text Font Color

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

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


#ab483a Background Color

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

This div background color is #ab483a


#ab483a Border Color

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

This div border color is #ab483a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab483a


Comments

No comments written yet.

Please login to write comment.