Color Hex Logo

#ab012b Color Hex

#AB012B
(171,1,43)
0 Favorites   0 Comments

Color spaces of #ab012b

RGB 171143
HSL0.960.990.34
HSV345°99°67°
CMYK 0.000.990.75   0.33
XYZ17.24158.85413.0858
Yxy8.85410.59080.3034
Hunter Lab29.755851.356014.6805
CIE-Lab35.701960.187928.1642

#ab012b color RGB value is (171,1,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 00101011
Octal 253 1 53
Decimal 171 1 43
Hex AB 1 2B

RGB Percentages of Color #ab012b

%79.53
%0.47
%20.00

CMYK Percentages of Color #ab012b

%0
%99
%75
%33

Triadic Colors of #ab012b

#ab012b #2bab01 #012bab

Analogous Colors of #ab012b

#ab012b #ab2c01 #ab0180

Monochromatic Colors of #ab012b

#ab012b

Complementary Color

#ab012b #01ab81

#ab012b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab012b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab012b Color CSS Codes

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

#ab012b Text Font Color

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

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


#ab012b Background Color

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

This div background color is #ab012b


#ab012b Border Color

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

This div border color is #ab012b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab012b


Comments

No comments written yet.

Please login to write comment.