Color Hex Logo

#ab1373 Color Hex

#AB1373
(171,19,115)
0 Favorites   0 Comments

Color spaces of #ab1373

RGB 17119115
HSL0.890.800.37
HSV322°89°67°
CMYK 0.000.890.33   0.33
XYZ20.122010.361517.1591
Yxy10.36150.42240.2175
Hunter Lab32.189355.2518-9.0731
CIE-Lab38.483663.1557-14.0921

#ab1373 color RGB value is (171,19,115).

#ab1373 hex color red value is 171, green value is 19 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ab1373 hue: 0.89 , saturation: 0.80 and the lightness value of ab1373 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 01110011
Octal 253 23 163
Decimal 171 19 115
Hex AB 13 73

RGB Percentages of Color #ab1373

%56.07
%6.23
%37.70

CMYK Percentages of Color #ab1373

%0
%89
%33
%33

Triadic Colors of #ab1373

#ab1373 #73ab13 #1373ab

Analogous Colors of #ab1373

#ab1373 #ab1327 #9713ab

Monochromatic Colors of #ab1373

#ab1373

Complementary Color

#ab1373 #13ab4b

#ab1373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1373 Color CSS Codes

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

#ab1373 Text Font Color

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

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


#ab1373 Background Color

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

This div background color is #ab1373


#ab1373 Border Color

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

This div border color is #ab1373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1373


Comments

No comments written yet.

Please login to write comment.