Color Hex Logo

#ab012e Color Hex

#AB012E
(171,1,46)
0 Favorites   0 Comments

Color spaces of #ab012e

RGB 171146
HSL0.960.990.34
HSV344°99°67°
CMYK 0.000.990.73   0.33
XYZ17.29868.87693.3864
Yxy8.87690.58520.3003
Hunter Lab29.794151.498214.1170
CIE-Lab35.746260.308926.3216

#ab012e color RGB value is (171,1,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 00101110
Octal 253 1 56
Decimal 171 1 46
Hex AB 1 2E

RGB Percentages of Color #ab012e

%78.44
%0.46
%21.10

CMYK Percentages of Color #ab012e

%0
%99
%73
%33

Triadic Colors of #ab012e

#ab012e #2eab01 #012eab

Analogous Colors of #ab012e

#ab012e #ab2901 #ab0183

Monochromatic Colors of #ab012e

#ab012e

Complementary Color

#ab012e #01ab7e

#ab012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab012e Color CSS Codes

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

#ab012e Text Font Color

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

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


#ab012e Background Color

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

This div background color is #ab012e


#ab012e Border Color

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

This div border color is #ab012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab012e


Comments

No comments written yet.

Please login to write comment.