Color Hex Logo

#ab123a Color Hex

#AB123A
(171,18,58)
0 Favorites   0 Comments

Color spaces of #ab123a

RGB 1711858
HSL0.960.810.37
HSV344°89°67°
CMYK 0.000.890.66   0.33
XYZ17.77469.39604.8798
Yxy9.39600.55460.2932
Hunter Lab30.652949.863712.0183
CIE-Lab36.735858.618819.8826

#ab123a color RGB value is (171,18,58).

#ab123a hex color red value is 171, green value is 18 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ab123a hue: 0.96 , saturation: 0.81 and the lightness value of ab123a is 0.37.

The process color (four color CMYK) of #ab123a color hex is 0.00, 0.89, 0.66, 0.33. Web safe color of #ab123a is #990033. Color #ab123a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 00111010
Octal 253 22 72
Decimal 171 18 58
Hex AB 12 3A

RGB Percentages of Color #ab123a

%69.23
%7.29
%23.48

CMYK Percentages of Color #ab123a

%0
%89
%66
%33

Triadic Colors of #ab123a

#ab123a #3aab12 #123aab

Analogous Colors of #ab123a

#ab123a #ab3712 #ab1287

Monochromatic Colors of #ab123a

#ab123a

Complementary Color

#ab123a #12ab83

#ab123a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab123a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab123a Color CSS Codes

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

#ab123a Text Font Color

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

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


#ab123a Background Color

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

This div background color is #ab123a


#ab123a Border Color

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

This div border color is #ab123a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab123a


Comments

No comments written yet.

Please login to write comment.