Color Hex Logo

#ab060a Color Hex

#AB060A
(171,6,10)
0 Favorites   0 Comments

Color spaces of #ab060a

RGB 171610
HSL1.000.930.35
HSV359°96°67°
CMYK 0.000.960.94   0.33
XYZ16.91458.81011.0962
Yxy8.81010.63060.3285
Hunter Lab29.681849.777018.5876
CIE-Lab35.616158.756845.8075

#ab060a color RGB value is (171,6,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 00001010
Octal 253 6 12
Decimal 171 6 10
Hex AB 6 A

RGB Percentages of Color #ab060a

%91.44
%3.21
%5.35

CMYK Percentages of Color #ab060a

%0
%96
%94
%33

Triadic Colors of #ab060a

#ab060a #0aab06 #060aab

Analogous Colors of #ab060a

#ab060a #ab5506 #ab065c

Monochromatic Colors of #ab060a

#ab060a

Complementary Color

#ab060a #06aba7

#ab060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab060a Color CSS Codes

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

#ab060a Text Font Color

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

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


#ab060a Background Color

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

This div background color is #ab060a


#ab060a Border Color

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

This div border color is #ab060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab060a


Comments

No comments written yet.

Please login to write comment.