Color Hex Logo

#ab049d Color Hex

#AB049D
(171,4,157)
0 Favorites   0 Comments

Color spaces of #ab049d

RGB 1714157
HSL0.850.950.34
HSV305°98°67°
CMYK 0.000.980.08   0.33
XYZ22.923811.179132.8478
Yxy11.17910.34240.1670
Hunter Lab33.435263.8716-34.8438
CIE-Lab39.880570.3691-37.7903

#ab049d color RGB value is (171,4,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000100 10011101
Octal 253 4 235
Decimal 171 4 157
Hex AB 4 9D

RGB Percentages of Color #ab049d

%51.51
%1.20
%47.29

CMYK Percentages of Color #ab049d

%0
%98
%8
%33

Triadic Colors of #ab049d

#ab049d #9dab04 #049dab

Analogous Colors of #ab049d

#ab049d #ab044a #6604ab

Monochromatic Colors of #ab049d

#ab049d

Complementary Color

#ab049d #04ab12

#ab049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab049d Color CSS Codes

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

#ab049d Text Font Color

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

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


#ab049d Background Color

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

This div background color is #ab049d


#ab049d Border Color

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

This div border color is #ab049d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab049d


Comments

No comments written yet.

Please login to write comment.