Color Hex Logo

#ab150d Color Hex

#AB150D
(171,21,13)
0 Favorites   0 Comments

Color spaces of #ab150d

RGB 1712113
HSL0.010.860.36
HSV92°67°
CMYK 0.000.880.92   0.33
XYZ17.13549.22331.2579
Yxy9.22330.62050.3340
Hunter Lab30.369947.566618.8032
CIE-Lab36.410756.550645.1508

#ab150d color RGB value is (171,21,13).

#ab150d hex color red value is 171, green value is 21 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab150d hue: 0.01 , saturation: 0.86 and the lightness value of ab150d is 0.36.

The process color (four color CMYK) of #ab150d color hex is 0.00, 0.88, 0.92, 0.33. Web safe color of #ab150d is #990000. Color #ab150d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 00001101
Octal 253 25 15
Decimal 171 21 13
Hex AB 15 D

RGB Percentages of Color #ab150d

%83.41
%10.24
%6.34

CMYK Percentages of Color #ab150d

%0
%88
%92
%33

Triadic Colors of #ab150d

#ab150d #0dab15 #150dab

Analogous Colors of #ab150d

#ab150d #ab640d #ab0d54

Monochromatic Colors of #ab150d

#ab150d

Complementary Color

#ab150d #0da3ab

#ab150d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab150d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab150d Color CSS Codes

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

#ab150d Text Font Color

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

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


#ab150d Background Color

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

This div background color is #ab150d


#ab150d Border Color

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

This div border color is #ab150d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab150d


Comments

No comments written yet.

Please login to write comment.