Color Hex Logo

#ab198e Color Hex

#AB198E
(171,25,142)
0 Favorites   0 Comments

Color spaces of #ab198e

RGB 17125142
HSL0.870.740.38
HSV312°85°67°
CMYK 0.000.850.17   0.33
XYZ22.024711.306226.6127
Yxy11.30620.36740.1886
Hunter Lab33.624758.0771-23.3886
CIE-Lab40.091565.3363-28.3375

#ab198e color RGB value is (171,25,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 10001110
Octal 253 31 216
Decimal 171 25 142
Hex AB 19 8E

RGB Percentages of Color #ab198e

%50.59
%7.40
%42.01

CMYK Percentages of Color #ab198e

%0
%85
%17
%33

Triadic Colors of #ab198e

#ab198e #8eab19 #198eab

Analogous Colors of #ab198e

#ab198e #ab1945 #7f19ab

Monochromatic Colors of #ab198e

#ab198e

Complementary Color

#ab198e #19ab36

#ab198e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab198e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab198e Color CSS Codes

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

#ab198e Text Font Color

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

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


#ab198e Background Color

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

This div background color is #ab198e


#ab198e Border Color

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

This div border color is #ab198e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab198e


Comments

No comments written yet.

Please login to write comment.