Color Hex Logo

#ab483f Color Hex

#AB483F
(171,72,63)
0 Favorites   0 Comments

Color spaces of #ab483f

RGB 1717263
HSL0.010.460.46
HSV63°67°
CMYK 0.000.580.63   0.33
XYZ20.009213.65156.2830
Yxy13.65150.50090.3418
Hunter Lab36.947932.008015.7813
CIE-Lab43.728939.988425.6953

#ab483f color RGB value is (171,72,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 00111111
Octal 253 110 77
Decimal 171 72 63
Hex AB 48 3F

RGB Percentages of Color #ab483f

%55.88
%23.53
%20.59

CMYK Percentages of Color #ab483f

%0
%58
%63
%33

Triadic Colors of #ab483f

#ab483f #3fab48 #483fab

Analogous Colors of #ab483f

#ab483f #ab7e3f #ab3f6c

Monochromatic Colors of #ab483f

#ab483f

Complementary Color

#ab483f #3fa2ab

#ab483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab483f Color CSS Codes

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

#ab483f Text Font Color

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

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


#ab483f Background Color

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

This div background color is #ab483f


#ab483f Border Color

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

This div border color is #ab483f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab483f


Comments

No comments written yet.

Please login to write comment.