Color Hex Logo

#ab422f Color Hex

#AB422F
(171,66,47)
0 Favorites   0 Comments

Color spaces of #ab422f

RGB 1716647
HSL0.030.570.43
HSV73°67°
CMYK 0.000.610.73   0.33
XYZ19.255912.75964.1373
Yxy12.75960.53260.3529
Hunter Lab35.720633.713018.1372
CIE-Lab42.398841.941433.4494

#ab422f color RGB value is (171,66,47).

#ab422f hex color red value is 171, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab422f hue: 0.03 , saturation: 0.57 and the lightness value of ab422f is 0.43.

The process color (four color CMYK) of #ab422f color hex is 0.00, 0.61, 0.73, 0.33. Web safe color of #ab422f is #993333. Color #ab422f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 00101111
Octal 253 102 57
Decimal 171 66 47
Hex AB 42 2F

RGB Percentages of Color #ab422f

%60.21
%23.24
%16.55

CMYK Percentages of Color #ab422f

%0
%61
%73
%33

Triadic Colors of #ab422f

#ab422f #2fab42 #422fab

Analogous Colors of #ab422f

#ab422f #ab802f #ab2f5a

Monochromatic Colors of #ab422f

#ab422f

Complementary Color

#ab422f #2f98ab

#ab422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab422f Color CSS Codes

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

#ab422f Text Font Color

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

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


#ab422f Background Color

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

This div background color is #ab422f


#ab422f Border Color

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

This div border color is #ab422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab422f


Comments

No comments written yet.

Please login to write comment.