Color Hex Logo

#ab748f Color Hex

#AB748F
(171,116,143)
0 Favorites   0 Comments

Color spaces of #ab748f

RGB 171116143
HSL0.920.250.56
HSV331°32°67°
CMYK 0.000.320.16   0.33
XYZ27.997923.131928.9758
Yxy23.13190.34950.2888
Hunter Lab48.095619.7428-2.0530
CIE-Lab55.207925.7536-5.8714

#ab748f color RGB value is (171,116,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 10001111
Octal 253 164 217
Decimal 171 116 143
Hex AB 74 8F

RGB Percentages of Color #ab748f

%39.77
%26.98
%33.26

CMYK Percentages of Color #ab748f

%0
%32
%16
%33

Triadic Colors of #ab748f

#ab748f #8fab74 #748fab

Analogous Colors of #ab748f

#ab748f #ab7574 #ab74ab

Monochromatic Colors of #ab748f

#ab748f

Complementary Color

#ab748f #74ab90

#ab748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab748f Color CSS Codes

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

#ab748f Text Font Color

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

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


#ab748f Background Color

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

This div background color is #ab748f


#ab748f Border Color

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

This div border color is #ab748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab748f


Comments

No comments written yet.

Please login to write comment.