Color Hex Logo

#ab121e Color Hex

#AB121E
(171,18,30)
0 Favorites   0 Comments

Color spaces of #ab121e

RGB 1711830
HSL0.990.810.37
HSV355°89°67°
CMYK 0.000.890.82   0.33
XYZ17.24529.18432.0921
Yxy9.18430.60460.3220
Hunter Lab30.305648.539417.1209
CIE-Lab36.336757.471536.6679

#ab121e color RGB value is (171,18,30).

#ab121e hex color red value is 171, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab121e hue: 0.99 , saturation: 0.81 and the lightness value of ab121e is 0.37.

The process color (four color CMYK) of #ab121e color hex is 0.00, 0.89, 0.82, 0.33. Web safe color of #ab121e is #990033. Color #ab121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 00011110
Octal 253 22 36
Decimal 171 18 30
Hex AB 12 1E

RGB Percentages of Color #ab121e

%78.08
%8.22
%13.70

CMYK Percentages of Color #ab121e

%0
%89
%82
%33

Triadic Colors of #ab121e

#ab121e #1eab12 #121eab

Analogous Colors of #ab121e

#ab121e #ab5312 #ab126b

Monochromatic Colors of #ab121e

#ab121e

Complementary Color

#ab121e #12ab9f

#ab121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab121e Color CSS Codes

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

#ab121e Text Font Color

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

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


#ab121e Background Color

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

This div background color is #ab121e


#ab121e Border Color

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

This div border color is #ab121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab121e


Comments

No comments written yet.

Please login to write comment.