color codes Logo

#ab749c color codes

#AB749C
(171,116,156)
0 Favorites   0 Comments

Color spaces of #ab749c

RGB 171116156
HSL0.880.250.56
HSV316°32°67°
CMYK 0.000.320.09   0.33
XYZ29.040723.549034.4673
Yxy23.54900.33360.2705
Hunter Lab48.527321.8988-8.1426
CIE-Lab55.633427.9998-12.7994

#ab749c color RGB value is (171,116,156).

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

The process color (four color CMYK) of #ab749c color code is 0.00, 0.32, 0.09, 0.33. Web safe color of #ab749c is #996699. Color #ab749c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10011100
Octal 253 164 234
Decimal 171 116 156
Hex AB 74 9C

RGB Percentages of Color #ab749c

%38.60
%26.19
%35.21

CMYK Percentages of Color #ab749c

%0
%32
%9
%33

Triadic Colors of #ab749c

#ab749c #9cab74 #749cab

Analogous Colors of #ab749c

#ab749c #ab7481 #9f74ab

Monochromatic Colors of #ab749c

#ab749c

Complementary Color

#ab749c #74ab83

#ab749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab749c Color CSS Codes

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

#ab749c Text Font Color

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

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


#ab749c Background Color

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

This div background color is #ab749c


#ab749c Border Color

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

This div border color is #ab749c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,116,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab749c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab749c


Comments

No comments written yet.

Please login to write comment.