Color Hex Logo

#ab151e Color Hex

#AB151E
(171,21,30)
0 Favorites   0 Comments

Color spaces of #ab151e

RGB 1712130
HSL0.990.780.38
HSV356°88°67°
CMYK 0.000.880.82   0.33
XYZ17.29719.28802.1094
Yxy9.28800.60280.3237
Hunter Lab30.476247.976217.2296
CIE-Lab36.533056.909336.8590

#ab151e color RGB value is (171,21,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 00011110
Octal 253 25 36
Decimal 171 21 30
Hex AB 15 1E

RGB Percentages of Color #ab151e

%77.03
%9.46
%13.51

CMYK Percentages of Color #ab151e

%0
%88
%82
%33

Triadic Colors of #ab151e

#ab151e #1eab15 #151eab

Analogous Colors of #ab151e

#ab151e #ab5715 #ab1569

Monochromatic Colors of #ab151e

#ab151e

Complementary Color

#ab151e #15aba2

#ab151e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab151e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab151e Color CSS Codes

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

#ab151e Text Font Color

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

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


#ab151e Background Color

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

This div background color is #ab151e


#ab151e Border Color

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

This div border color is #ab151e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,21,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 #ab151e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab151e


Comments

No comments written yet.

Please login to write comment.