Color Hex Logo

#ab222e Color Hex

#AB222E
(171,34,46)
0 Favorites   0 Comments

Color spaces of #ab222e

RGB 1713446
HSL0.990.670.40
HSV355°80°67°
CMYK 0.000.800.73   0.33
XYZ17.85989.99923.5735
Yxy9.99920.56820.3181
Hunter Lab31.621545.479015.4348
CIE-Lab37.841054.311228.7957

#ab222e color RGB value is (171,34,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 00101110
Octal 253 42 56
Decimal 171 34 46
Hex AB 22 2E

RGB Percentages of Color #ab222e

%68.13
%13.55
%18.33

CMYK Percentages of Color #ab222e

%0
%80
%73
%33

Triadic Colors of #ab222e

#ab222e #2eab22 #222eab

Analogous Colors of #ab222e

#ab222e #ab5a22 #ab2273

Monochromatic Colors of #ab222e

#ab222e

Complementary Color

#ab222e #22ab9f

#ab222e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab222e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab222e Color CSS Codes

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

#ab222e Text Font Color

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

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


#ab222e Background Color

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

This div background color is #ab222e


#ab222e Border Color

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

This div border color is #ab222e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab222e


Comments

No comments written yet.

Please login to write comment.