Color Hex Logo

#ab150e Color Hex

#AB150E
(171,21,14)
0 Favorites   0 Comments

Color spaces of #ab150e

RGB 1712114
HSL0.010.850.36
HSV92°67°
CMYK 0.000.880.92   0.33
XYZ17.14209.22601.2928
Yxy9.22600.61970.3335
Hunter Lab30.374347.582818.7385
CIE-Lab36.415856.564944.7453

#ab150e color RGB value is (171,21,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 00001110
Octal 253 25 16
Decimal 171 21 14
Hex AB 15 E

RGB Percentages of Color #ab150e

%83.01
%10.19
%6.80

CMYK Percentages of Color #ab150e

%0
%88
%92
%33

Triadic Colors of #ab150e

#ab150e #0eab15 #150eab

Analogous Colors of #ab150e

#ab150e #ab640e #ab0e55

Monochromatic Colors of #ab150e

#ab150e

Complementary Color

#ab150e #0ea4ab

#ab150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab150e Color CSS Codes

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

#ab150e Text Font Color

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

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


#ab150e Background Color

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

This div background color is #ab150e


#ab150e Border Color

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

This div border color is #ab150e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab150e


Comments

No comments written yet.

Please login to write comment.