Color Hex Logo

#ab012a Color Hex

#AB012A
(171,1,42)
0 Favorites   0 Comments

Color spaces of #ab012a

RGB 171142
HSL0.960.990.34
HSV346°99°67°
CMYK 0.000.990.75   0.33
XYZ17.22348.84682.9903
Yxy8.84680.59270.3044
Hunter Lab29.743651.311514.8597
CIE-Lab35.687660.150128.7753

#ab012a color RGB value is (171,1,42).

#ab012a hex color red value is 171, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab012a hue: 0.96 , saturation: 0.99 and the lightness value of ab012a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 00101010
Octal 253 1 52
Decimal 171 1 42
Hex AB 1 2A

RGB Percentages of Color #ab012a

%79.91
%0.47
%19.63

CMYK Percentages of Color #ab012a

%0
%99
%75
%33

Triadic Colors of #ab012a

#ab012a #2aab01 #012aab

Analogous Colors of #ab012a

#ab012a #ab2d01 #ab017f

Monochromatic Colors of #ab012a

#ab012a

Complementary Color

#ab012a #01ab82

#ab012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab012a Color CSS Codes

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

#ab012a Text Font Color

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

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


#ab012a Background Color

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

This div background color is #ab012a


#ab012a Border Color

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

This div border color is #ab012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab012a


Comments

No comments written yet.

Please login to write comment.