Color Hex Logo

#ab1a1a Color Hex

#AB1A1A
(171,26,26)
0 Favorites   0 Comments

Color spaces of #ab1a1a

RGB 1712626
HSL0.000.740.39
HSV85°67°
CMYK 0.000.850.85   0.33
XYZ17.35049.47131.8910
Yxy9.47130.60430.3299
Hunter Lab30.775546.776517.8998
CIE-Lab36.876355.720239.3727

#ab1a1a color RGB value is (171,26,26).

#ab1a1a hex color red value is 171, green value is 26 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ab1a1a hue: 0.00 , saturation: 0.74 and the lightness value of ab1a1a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011010 00011010
Octal 253 32 32
Decimal 171 26 26
Hex AB 1A 1A

RGB Percentages of Color #ab1a1a

%76.68
%11.66
%11.66

CMYK Percentages of Color #ab1a1a

%0
%85
%85
%33

Triadic Colors of #ab1a1a

#ab1a1a #1aab1a #1a1aab

Analogous Colors of #ab1a1a

#ab1a1a #ab631a #ab1a63

Monochromatic Colors of #ab1a1a

#ab1a1a

Complementary Color

#ab1a1a #1aabab

#ab1a1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1a1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1a1a Color CSS Codes

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

#ab1a1a Text Font Color

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

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


#ab1a1a Background Color

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

This div background color is #ab1a1a


#ab1a1a Border Color

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

This div border color is #ab1a1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1a1a


Comments

No comments written yet.

Please login to write comment.