Color Hex Logo

#ab193a Color Hex

#AB193A
(171,25,58)
0 Favorites   0 Comments

Color spaces of #ab193a

RGB 1712558
HSL0.960.740.38
HSV346°85°67°
CMYK 0.000.850.66   0.33
XYZ17.90599.65874.9236
Yxy9.65870.55120.2973
Hunter Lab31.078448.455812.3619
CIE-Lab37.222857.222120.5102

#ab193a color RGB value is (171,25,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 00111010
Octal 253 31 72
Decimal 171 25 58
Hex AB 19 3A

RGB Percentages of Color #ab193a

%67.32
%9.84
%22.83

CMYK Percentages of Color #ab193a

%0
%85
%66
%33

Triadic Colors of #ab193a

#ab193a #3aab19 #193aab

Analogous Colors of #ab193a

#ab193a #ab4119 #ab1983

Monochromatic Colors of #ab193a

#ab193a

Complementary Color

#ab193a #19ab8a

#ab193a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab193a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab193a Color CSS Codes

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

#ab193a Text Font Color

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

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


#ab193a Background Color

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

This div background color is #ab193a


#ab193a Border Color

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

This div border color is #ab193a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,25,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 #ab193a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab193a


Comments

No comments written yet.

Please login to write comment.