Color Hex Logo

#ab1913 Color Hex

#AB1913
(171,25,19)
0 Favorites   0 Comments

Color spaces of #ab1913

RGB 1712519
HSL0.010.800.37
HSV89°67°
CMYK 0.000.850.89   0.33
XYZ17.25989.40021.5208
Yxy9.40020.61250.3336
Hunter Lab30.659746.831418.5209
CIE-Lab36.743755.797442.7721

#ab1913 color RGB value is (171,25,19).

#ab1913 hex color red value is 171, green value is 25 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ab1913 hue: 0.01 , saturation: 0.80 and the lightness value of ab1913 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 00010011
Octal 253 31 23
Decimal 171 25 19
Hex AB 19 13

RGB Percentages of Color #ab1913

%79.53
%11.63
%8.84

CMYK Percentages of Color #ab1913

%0
%85
%89
%33

Triadic Colors of #ab1913

#ab1913 #13ab19 #1913ab

Analogous Colors of #ab1913

#ab1913 #ab6513 #ab1359

Monochromatic Colors of #ab1913

#ab1913

Complementary Color

#ab1913 #13a5ab

#ab1913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1913 Color CSS Codes

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

#ab1913 Text Font Color

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

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


#ab1913 Background Color

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

This div background color is #ab1913


#ab1913 Border Color

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

This div border color is #ab1913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1913


Comments

No comments written yet.

Please login to write comment.