Color Hex Logo

#ab199d Color Hex

#AB199D
(171,25,157)
0 Favorites   0 Comments

Color spaces of #ab199d

RGB 17125157
HSL0.850.740.38
HSV306°85°67°
CMYK 0.000.850.08   0.33
XYZ23.228011.787532.9493
Yxy11.78750.34180.1734
Hunter Lab34.332960.6818-32.8675
CIE-Lab40.876467.4472-36.2113

#ab199d color RGB value is (171,25,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 10011101
Octal 253 31 235
Decimal 171 25 157
Hex AB 19 9D

RGB Percentages of Color #ab199d

%48.44
%7.08
%44.48

CMYK Percentages of Color #ab199d

%0
%85
%8
%33

Triadic Colors of #ab199d

#ab199d #9dab19 #199dab

Analogous Colors of #ab199d

#ab199d #ab1954 #7019ab

Monochromatic Colors of #ab199d

#ab199d

Complementary Color

#ab199d #19ab27

#ab199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab199d Color CSS Codes

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

#ab199d Text Font Color

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

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


#ab199d Background Color

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

This div background color is #ab199d


#ab199d Border Color

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

This div border color is #ab199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab199d


Comments

No comments written yet.

Please login to write comment.