Color Hex Logo

#ab298f Color Hex

#AB298F
(171,41,143)
0 Favorites   0 Comments

Color spaces of #ab298f

RGB 17141143
HSL0.870.610.42
HSV313°76°67°
CMYK 0.000.760.16   0.33
XYZ22.545412.227027.1584
Yxy12.22700.36400.1974
Hunter Lab34.967153.8972-21.5726
CIE-Lab41.574661.3447-26.6292

#ab298f color RGB value is (171,41,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101001 10001111
Octal 253 51 217
Decimal 171 41 143
Hex AB 29 8F

RGB Percentages of Color #ab298f

%48.17
%11.55
%40.28

CMYK Percentages of Color #ab298f

%0
%76
%16
%33

Triadic Colors of #ab298f

#ab298f #8fab29 #298fab

Analogous Colors of #ab298f

#ab298f #ab294e #8629ab

Monochromatic Colors of #ab298f

#ab298f

Complementary Color

#ab298f #29ab45

#ab298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab298f Color CSS Codes

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

#ab298f Text Font Color

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

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


#ab298f Background Color

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

This div background color is #ab298f


#ab298f Border Color

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

This div border color is #ab298f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,41,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 #ab298f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab298f


Comments

No comments written yet.

Please login to write comment.