Color Hex Logo

#ab222b Color Hex

#AB222B
(171,34,43)
0 Favorites   0 Comments

Color spaces of #ab222b

RGB 1713443
HSL0.990.670.40
HSV356°80°67°
CMYK 0.000.800.75   0.33
XYZ17.80279.97643.2728
Yxy9.97640.57330.3213
Hunter Lab31.585445.334615.9663
CIE-Lab37.800054.182230.5741

#ab222b color RGB value is (171,34,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 00101011
Octal 253 42 53
Decimal 171 34 43
Hex AB 22 2B

RGB Percentages of Color #ab222b

%68.95
%13.71
%17.34

CMYK Percentages of Color #ab222b

%0
%80
%75
%33

Triadic Colors of #ab222b

#ab222b #2bab22 #222bab

Analogous Colors of #ab222b

#ab222b #ab5d22 #ab2270

Monochromatic Colors of #ab222b

#ab222b

Complementary Color

#ab222b #22aba2

#ab222b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab222b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab222b Color CSS Codes

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

#ab222b Text Font Color

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

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


#ab222b Background Color

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

This div background color is #ab222b


#ab222b Border Color

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

This div border color is #ab222b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab222b


Comments

No comments written yet.

Please login to write comment.