Color Hex Logo

#ab133c Color Hex

#AB133C
(171,19,60)
0 Favorites   0 Comments

Color spaces of #ab133c

RGB 1711960
HSL0.960.800.37
HSV344°89°67°
CMYK 0.000.890.65   0.33
XYZ17.84319.44995.1585
Yxy9.44990.54980.2912
Hunter Lab30.740749.812211.5692
CIE-Lab36.836558.551818.7286

#ab133c color RGB value is (171,19,60).

#ab133c hex color red value is 171, green value is 19 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab133c hue: 0.96 , saturation: 0.80 and the lightness value of ab133c is 0.37.

The process color (four color CMYK) of #ab133c color hex is 0.00, 0.89, 0.65, 0.33. Web safe color of #ab133c is #990033. Color #ab133c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 00111100
Octal 253 23 74
Decimal 171 19 60
Hex AB 13 3C

RGB Percentages of Color #ab133c

%68.40
%7.60
%24.00

CMYK Percentages of Color #ab133c

%0
%89
%65
%33

Triadic Colors of #ab133c

#ab133c #3cab13 #133cab

Analogous Colors of #ab133c

#ab133c #ab3613 #ab1388

Monochromatic Colors of #ab133c

#ab133c

Complementary Color

#ab133c #13ab82

#ab133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab133c Color CSS Codes

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

#ab133c Text Font Color

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

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


#ab133c Background Color

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

This div background color is #ab133c


#ab133c Border Color

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

This div border color is #ab133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab133c


Comments

No comments written yet.

Please login to write comment.