Color Hex Logo

#ab222f Color Hex

#AB222F
(171,34,47)
0 Favorites   0 Comments

Color spaces of #ab222f

RGB 1713447
HSL0.980.670.40
HSV354°80°67°
CMYK 0.000.800.73   0.33
XYZ17.879710.00723.6785
Yxy10.00720.56640.3170
Hunter Lab31.634245.528815.2495
CIE-Lab37.855354.355628.1993

#ab222f color RGB value is (171,34,47).

#ab222f hex color red value is 171, green value is 34 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab222f hue: 0.98 , saturation: 0.67 and the lightness value of ab222f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 00101111
Octal 253 42 57
Decimal 171 34 47
Hex AB 22 2F

RGB Percentages of Color #ab222f

%67.86
%13.49
%18.65

CMYK Percentages of Color #ab222f

%0
%80
%73
%33

Triadic Colors of #ab222f

#ab222f #2fab22 #222fab

Analogous Colors of #ab222f

#ab222f #ab5a22 #ab2274

Monochromatic Colors of #ab222f

#ab222f

Complementary Color

#ab222f #22ab9e

#ab222f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab222f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab222f Color CSS Codes

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

#ab222f Text Font Color

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

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


#ab222f Background Color

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

This div background color is #ab222f


#ab222f Border Color

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

This div border color is #ab222f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,34,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 #ab222f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab222f


Comments

No comments written yet.

Please login to write comment.