Color Hex Logo

#ab0a0c Color Hex

#AB0A0C
(171,10,12)
0 Favorites   0 Comments

Color spaces of #ab0a0c

RGB 1711012
HSL1.000.890.35
HSV359°94°67°
CMYK 0.000.940.93   0.33
XYZ16.96958.90161.1716
Yxy8.90160.62750.3292
Hunter Lab29.835549.312818.5566
CIE-Lab35.794158.293845.1463

#ab0a0c color RGB value is (171,10,12).

#ab0a0c hex color red value is 171, green value is 10 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ab0a0c hue: 1.00 , saturation: 0.89 and the lightness value of ab0a0c is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001010 00001100
Octal 253 12 14
Decimal 171 10 12
Hex AB A C

RGB Percentages of Color #ab0a0c

%88.60
%5.18
%6.22

CMYK Percentages of Color #ab0a0c

%0
%94
%93
%33

Triadic Colors of #ab0a0c

#ab0a0c #0cab0a #0a0cab

Analogous Colors of #ab0a0c

#ab0a0c #ab580a #ab0a5d

Monochromatic Colors of #ab0a0c

#ab0a0c

Complementary Color

#ab0a0c #0aaba9

#ab0a0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0a0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0a0c Color CSS Codes

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

#ab0a0c Text Font Color

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

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


#ab0a0c Background Color

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

This div background color is #ab0a0c


#ab0a0c Border Color

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

This div border color is #ab0a0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0a0c


Comments

No comments written yet.

Please login to write comment.