Color Hex Logo

#ab202c Color Hex

#AB202C
(171,32,44)
0 Favorites   0 Comments

Color spaces of #ab202c

RGB 1713244
HSL0.990.680.40
HSV355°81°67°
CMYK 0.000.810.74   0.33
XYZ17.76579.87283.3522
Yxy9.87280.57330.3186
Hunter Lab31.421045.938615.6693
CIE-Lab37.613254.789329.7530

#ab202c color RGB value is (171,32,44).

#ab202c hex color red value is 171, green value is 32 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab202c hue: 0.99 , saturation: 0.68 and the lightness value of ab202c is 0.40.

The process color (four color CMYK) of #ab202c color hex is 0.00, 0.81, 0.74, 0.33. Web safe color of #ab202c is #993333. Color #ab202c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 00101100
Octal 253 40 54
Decimal 171 32 44
Hex AB 20 2C

RGB Percentages of Color #ab202c

%69.23
%12.96
%17.81

CMYK Percentages of Color #ab202c

%0
%81
%74
%33

Triadic Colors of #ab202c

#ab202c #2cab20 #202cab

Analogous Colors of #ab202c

#ab202c #ab5920 #ab2072

Monochromatic Colors of #ab202c

#ab202c

Complementary Color

#ab202c #20ab9f

#ab202c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab202c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab202c Color CSS Codes

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

#ab202c Text Font Color

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

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


#ab202c Background Color

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

This div background color is #ab202c


#ab202c Border Color

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

This div border color is #ab202c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab202c


Comments

No comments written yet.

Please login to write comment.