Color Hex Logo

#ab0f22 Color Hex

#AB0F22
(171,15,34)
0 Favorites   0 Comments

Color spaces of #ab0f22

RGB 1711534
HSL0.980.840.36
HSV353°91°67°
CMYK 0.000.910.80   0.33
XYZ17.25419.11512.3634
Yxy9.11510.60050.3172
Hunter Lab30.191249.177016.4926
CIE-Lab36.205058.088234.2186

#ab0f22 color RGB value is (171,15,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 00100010
Octal 253 17 42
Decimal 171 15 34
Hex AB F 22

RGB Percentages of Color #ab0f22

%77.73
%6.82
%15.45

CMYK Percentages of Color #ab0f22

%0
%91
%80
%33

Triadic Colors of #ab0f22

#ab0f22 #22ab0f #0f22ab

Analogous Colors of #ab0f22

#ab0f22 #ab4a0f #ab0f70

Monochromatic Colors of #ab0f22

#ab0f22

Complementary Color

#ab0f22 #0fab98

#ab0f22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0f22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0f22 Color CSS Codes

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

#ab0f22 Text Font Color

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

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


#ab0f22 Background Color

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

This div background color is #ab0f22


#ab0f22 Border Color

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

This div border color is #ab0f22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0f22


Comments

No comments written yet.

Please login to write comment.