Color Hex Logo

#ab299f Color Hex

#AB299F
(171,41,159)
0 Favorites   0 Comments

Color spaces of #ab299f

RGB 17141159
HSL0.850.610.42
HSV306°76°67°
CMYK 0.000.760.07   0.33
XYZ23.845512.747034.0045
Yxy12.74700.33780.1806
Hunter Lab35.702956.7375-31.4774
CIE-Lab42.379563.7139-35.0380

#ab299f color RGB value is (171,41,159).

#ab299f hex color red value is 171, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab299f hue: 0.85 , saturation: 0.61 and the lightness value of ab299f is 0.42.

The process color (four color CMYK) of #ab299f color hex is 0.00, 0.76, 0.07, 0.33. Web safe color of #ab299f is #993399. Color #ab299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 10011111
Octal 253 51 237
Decimal 171 41 159
Hex AB 29 9F

RGB Percentages of Color #ab299f

%46.09
%11.05
%42.86

CMYK Percentages of Color #ab299f

%0
%76
%7
%33

Triadic Colors of #ab299f

#ab299f #9fab29 #299fab

Analogous Colors of #ab299f

#ab299f #ab295e #7629ab

Monochromatic Colors of #ab299f

#ab299f

Complementary Color

#ab299f #29ab35

#ab299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab299f Color CSS Codes

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

#ab299f Text Font Color

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

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


#ab299f Background Color

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

This div background color is #ab299f


#ab299f Border Color

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

This div border color is #ab299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab299f


Comments

No comments written yet.

Please login to write comment.