Color Hex Logo

#ab483e Color Hex

#AB483E
(171,72,62)
0 Favorites   0 Comments

Color spaces of #ab483e

RGB 1717262
HSL0.020.470.46
HSV64°67°
CMYK 0.000.580.64   0.33
XYZ19.981513.64056.1372
Yxy13.64050.50260.3431
Hunter Lab36.933031.939216.0009
CIE-Lab43.712939.920326.2701

#ab483e color RGB value is (171,72,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 00111110
Octal 253 110 76
Decimal 171 72 62
Hex AB 48 3E

RGB Percentages of Color #ab483e

%56.07
%23.61
%20.33

CMYK Percentages of Color #ab483e

%0
%58
%64
%33

Triadic Colors of #ab483e

#ab483e #3eab48 #483eab

Analogous Colors of #ab483e

#ab483e #ab7f3e #ab3e6b

Monochromatic Colors of #ab483e

#ab483e

Complementary Color

#ab483e #3ea1ab

#ab483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab483e Color CSS Codes

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

#ab483e Text Font Color

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

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


#ab483e Background Color

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

This div background color is #ab483e


#ab483e Border Color

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

This div border color is #ab483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab483e


Comments

No comments written yet.

Please login to write comment.