Color Hex Logo

#ab194a Color Hex

#AB194A
(171,25,74)
0 Favorites   0 Comments

Color spaces of #ab194a

RGB 1712574
HSL0.940.740.38
HSV340°85°67°
CMYK 0.000.850.57   0.33
XYZ18.37829.84767.4107
Yxy9.84760.51570.2763
Hunter Lab31.380949.62197.9651
CIE-Lab37.567558.234510.7002

#ab194a color RGB value is (171,25,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 01001010
Octal 253 31 112
Decimal 171 25 74
Hex AB 19 4A

RGB Percentages of Color #ab194a

%63.33
%9.26
%27.41

CMYK Percentages of Color #ab194a

%0
%85
%57
%33

Triadic Colors of #ab194a

#ab194a #4aab19 #194aab

Analogous Colors of #ab194a

#ab194a #ab3119 #ab1993

Monochromatic Colors of #ab194a

#ab194a

Complementary Color

#ab194a #19ab7a

#ab194a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab194a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab194a Color CSS Codes

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

#ab194a Text Font Color

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

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


#ab194a Background Color

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

This div background color is #ab194a


#ab194a Border Color

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

This div border color is #ab194a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab194a


Comments

No comments written yet.

Please login to write comment.