Color Hex Logo

#ab499d Color Hex

#AB499D
(171,73,157)
0 Favorites   0 Comments

Color spaces of #ab499d

RGB 17173157
HSL0.860.400.48
HSV309°57°67°
CMYK 0.000.570.08   0.33
XYZ25.262915.857333.6276
Yxy15.85730.33800.2121
Hunter Lab39.821243.5547-22.1934
CIE-Lab46.786750.8459-26.9362

#ab499d color RGB value is (171,73,157).

#ab499d hex color red value is 171, green value is 73 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab499d hue: 0.86 , saturation: 0.40 and the lightness value of ab499d is 0.48.

The process color (four color CMYK) of #ab499d color hex is 0.00, 0.57, 0.08, 0.33. Web safe color of #ab499d is #993399. Color #ab499d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 10011101
Octal 253 111 235
Decimal 171 73 157
Hex AB 49 9D

RGB Percentages of Color #ab499d

%42.64
%18.20
%39.15

CMYK Percentages of Color #ab499d

%0
%57
%8
%33

Triadic Colors of #ab499d

#ab499d #9dab49 #499dab

Analogous Colors of #ab499d

#ab499d #ab496c #8849ab

Monochromatic Colors of #ab499d

#ab499d

Complementary Color

#ab499d #49ab57

#ab499d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab499d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab499d Color CSS Codes

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

#ab499d Text Font Color

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

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


#ab499d Background Color

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

This div background color is #ab499d


#ab499d Border Color

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

This div border color is #ab499d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab499d


Comments

No comments written yet.

Please login to write comment.