Color Hex Logo

#ab049f Color Hex

#AB049F
(171,4,159)
0 Favorites   0 Comments

Color spaces of #ab049f

RGB 1714159
HSL0.850.950.34
HSV304°98°67°
CMYK 0.000.980.07   0.33
XYZ23.096011.248033.7547
Yxy11.24800.33920.1652
Hunter Lab33.538064.2326-36.1964
CIE-Lab39.995170.6526-38.8161

#ab049f color RGB value is (171,4,159).

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

The process color (four color CMYK) of #ab049f color hex is 0.00, 0.98, 0.07, 0.33. Web safe color of #ab049f is #990099. Color #ab049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 10011111
Octal 253 4 237
Decimal 171 4 159
Hex AB 4 9F

RGB Percentages of Color #ab049f

%51.20
%1.20
%47.60

CMYK Percentages of Color #ab049f

%0
%98
%7
%33

Triadic Colors of #ab049f

#ab049f #9fab04 #049fab

Analogous Colors of #ab049f

#ab049f #ab044c #6304ab

Monochromatic Colors of #ab049f

#ab049f

Complementary Color

#ab049f #04ab10

#ab049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab049f Color CSS Codes

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

#ab049f Text Font Color

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

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


#ab049f Background Color

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

This div background color is #ab049f


#ab049f Border Color

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

This div border color is #ab049f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab049f


Comments

No comments written yet.

Please login to write comment.