Color Hex Logo

#ab100f Color Hex

#AB100F
(171,16,15)
0 Favorites   0 Comments

Color spaces of #ab100f

RGB 1711615
HSL0.000.840.36
HSV91°67°
CMYK 0.000.910.91   0.33
XYZ17.06619.06301.3018
Yxy9.06300.62210.3304
Hunter Lab30.104848.506318.5095
CIE-Lab36.105357.485844.1043

#ab100f color RGB value is (171,16,15).

#ab100f hex color red value is 171, green value is 16 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ab100f hue: 0.00 , saturation: 0.84 and the lightness value of ab100f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 00001111
Octal 253 20 17
Decimal 171 16 15
Hex AB 10 F

RGB Percentages of Color #ab100f

%84.65
%7.92
%7.43

CMYK Percentages of Color #ab100f

%0
%91
%91
%33

Triadic Colors of #ab100f

#ab100f #0fab10 #100fab

Analogous Colors of #ab100f

#ab100f #ab5e0f #ab0f5c

Monochromatic Colors of #ab100f

#ab100f

Complementary Color

#ab100f #0faaab

#ab100f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab100f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab100f Color CSS Codes

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

#ab100f Text Font Color

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

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


#ab100f Background Color

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

This div background color is #ab100f


#ab100f Border Color

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

This div border color is #ab100f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab100f


Comments

No comments written yet.

Please login to write comment.