Color Hex Logo

#ab198f Color Hex

#AB198F
(171,25,143)
0 Favorites   0 Comments

Color spaces of #ab198f

RGB 17125143
HSL0.870.740.38
HSV312°85°67°
CMYK 0.000.850.16   0.33
XYZ22.100111.336427.0099
Yxy11.33640.36560.1875
Hunter Lab33.669658.2424-23.9940
CIE-Lab40.141465.4713-28.8705

#ab198f color RGB value is (171,25,143).

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

The process color (four color CMYK) of #ab198f color hex is 0.00, 0.85, 0.16, 0.33. Web safe color of #ab198f is #990099. Color #ab198f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 10001111
Octal 253 31 217
Decimal 171 25 143
Hex AB 19 8F

RGB Percentages of Color #ab198f

%50.44
%7.37
%42.18

CMYK Percentages of Color #ab198f

%0
%85
%16
%33

Triadic Colors of #ab198f

#ab198f #8fab19 #198fab

Analogous Colors of #ab198f

#ab198f #ab1946 #7e19ab

Monochromatic Colors of #ab198f

#ab198f

Complementary Color

#ab198f #19ab35

#ab198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab198f Color CSS Codes

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

#ab198f Text Font Color

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

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


#ab198f Background Color

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

This div background color is #ab198f


#ab198f Border Color

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

This div border color is #ab198f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab198f


Comments

No comments written yet.

Please login to write comment.