Color Hex Logo

#ab299b Color Hex

#AB299B
(171,41,155)
0 Favorites   0 Comments

Color spaces of #ab299b

RGB 17141155
HSL0.850.610.42
HSV307°76°67°
CMYK 0.000.760.09   0.33
XYZ23.503912.610432.2056
Yxy12.61040.34400.1846
Hunter Lab35.511156.0001-28.9132
CIE-Lab42.170363.1029-32.9626

#ab299b color RGB value is (171,41,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 10011011
Octal 253 51 233
Decimal 171 41 155
Hex AB 29 9B

RGB Percentages of Color #ab299b

%46.59
%11.17
%42.23

CMYK Percentages of Color #ab299b

%0
%76
%9
%33

Triadic Colors of #ab299b

#ab299b #9bab29 #299bab

Analogous Colors of #ab299b

#ab299b #ab295a #7a29ab

Monochromatic Colors of #ab299b

#ab299b

Complementary Color

#ab299b #29ab39

#ab299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab299b Color CSS Codes

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

#ab299b Text Font Color

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

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


#ab299b Background Color

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

This div background color is #ab299b


#ab299b Border Color

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

This div border color is #ab299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab299b


Comments

No comments written yet.

Please login to write comment.