Color Hex Logo

#ab021c Color Hex

#AB021C
(171,2,28)
0 Favorites   0 Comments

Color spaces of #ab021c

RGB 171228
HSL0.970.980.34
HSV351°99°67°
CMYK 0.000.990.84   0.33
XYZ17.02598.78521.8970
Yxy8.78520.61450.3171
Hunter Lab29.639850.665416.9532
CIE-Lab35.567459.582737.0613

#ab021c color RGB value is (171,2,28).

#ab021c hex color red value is 171, green value is 2 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ab021c hue: 0.97 , saturation: 0.98 and the lightness value of ab021c is 0.34.

The process color (four color CMYK) of #ab021c color hex is 0.00, 0.99, 0.84, 0.33. Web safe color of #ab021c is #990033. Color #ab021c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000010 00011100
Octal 253 2 34
Decimal 171 2 28
Hex AB 2 1C

RGB Percentages of Color #ab021c

%85.07
%1.00
%13.93

CMYK Percentages of Color #ab021c

%0
%99
%84
%33

Triadic Colors of #ab021c

#ab021c #1cab02 #021cab

Analogous Colors of #ab021c

#ab021c #ab3d02 #ab0271

Monochromatic Colors of #ab021c

#ab021c

Complementary Color

#ab021c #02ab91

#ab021c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab021c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab021c Color CSS Codes

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

#ab021c Text Font Color

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

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


#ab021c Background Color

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

This div background color is #ab021c


#ab021c Border Color

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

This div border color is #ab021c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab021c


Comments

No comments written yet.

Please login to write comment.