Color Hex Logo

#ab070b Color Hex

#AB070B
(171,7,11)
0 Favorites   0 Comments

Color spaces of #ab070b

RGB 171711
HSL1.000.920.35
HSV359°96°67°
CMYK 0.000.960.94   0.33
XYZ16.93108.83401.1294
Yxy8.83400.62950.3285
Hunter Lab29.722049.668018.5525
CIE-Lab35.662758.647245.4563

#ab070b color RGB value is (171,7,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000111 00001011
Octal 253 7 13
Decimal 171 7 11
Hex AB 7 B

RGB Percentages of Color #ab070b

%90.48
%3.70
%5.82

CMYK Percentages of Color #ab070b

%0
%96
%94
%33

Triadic Colors of #ab070b

#ab070b #0bab07 #070bab

Analogous Colors of #ab070b

#ab070b #ab5507 #ab075d

Monochromatic Colors of #ab070b

#ab070b

Complementary Color

#ab070b #07aba7

#ab070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab070b Color CSS Codes

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

#ab070b Text Font Color

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

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


#ab070b Background Color

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

This div background color is #ab070b


#ab070b Border Color

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

This div border color is #ab070b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab070b


Comments

No comments written yet.

Please login to write comment.