Color Hex Logo

#ab446f Color Hex

#AB446F
(171,68,111)
0 Favorites   0 Comments

Color spaces of #ab446f

RGB 17168111
HSL0.930.430.47
HSV335°60°67°
CMYK 0.000.600.35   0.33
XYZ21.731013.939916.5842
Yxy13.93990.41590.2668
Hunter Lab37.336238.5551-0.2005
CIE-Lab44.146646.4861-3.1080

#ab446f color RGB value is (171,68,111).

#ab446f hex color red value is 171, green value is 68 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ab446f hue: 0.93 , saturation: 0.43 and the lightness value of ab446f is 0.47.

The process color (four color CMYK) of #ab446f color hex is 0.00, 0.60, 0.35, 0.33. Web safe color of #ab446f is #993366. Color #ab446f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 01101111
Octal 253 104 157
Decimal 171 68 111
Hex AB 44 6F

RGB Percentages of Color #ab446f

%48.86
%19.43
%31.71

CMYK Percentages of Color #ab446f

%0
%60
%35
%33

Triadic Colors of #ab446f

#ab446f #6fab44 #446fab

Analogous Colors of #ab446f

#ab446f #ab4d44 #ab44a3

Monochromatic Colors of #ab446f

#ab446f

Complementary Color

#ab446f #44ab80

#ab446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab446f Color CSS Codes

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

#ab446f Text Font Color

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

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


#ab446f Background Color

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

This div background color is #ab446f


#ab446f Border Color

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

This div border color is #ab446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab446f

#ab446f Color Palettes


Comments

No comments written yet.

Please login to write comment.