Color Hex Logo

#ab749f Color Hex

#AB749F
(171,116,159)
0 Favorites   0 Comments

Color spaces of #ab749f

RGB 171116159
HSL0.870.250.56
HSV313°32°67°
CMYK 0.000.320.07   0.33
XYZ29.298023.651935.8220
Yxy23.65190.33000.2664
Hunter Lab48.633222.4252-9.6283
CIE-Lab55.737628.5424-14.3826

#ab749f color RGB value is (171,116,159).

#ab749f hex color red value is 171, green value is 116 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab749f hue: 0.87 , saturation: 0.25 and the lightness value of ab749f is 0.56.

The process color (four color CMYK) of #ab749f color hex is 0.00, 0.32, 0.07, 0.33. Web safe color of #ab749f is #996699. Color #ab749f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10011111
Octal 253 164 237
Decimal 171 116 159
Hex AB 74 9F

RGB Percentages of Color #ab749f

%38.34
%26.01
%35.65

CMYK Percentages of Color #ab749f

%0
%32
%7
%33

Triadic Colors of #ab749f

#ab749f #9fab74 #749fab

Analogous Colors of #ab749f

#ab749f #ab7484 #9c74ab

Monochromatic Colors of #ab749f

#ab749f

Complementary Color

#ab749f #74ab80

#ab749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab749f Color CSS Codes

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

#ab749f Text Font Color

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

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


#ab749f Background Color

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

This div background color is #ab749f


#ab749f Border Color

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

This div border color is #ab749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab749f


Comments

No comments written yet.

Please login to write comment.