Color Hex Logo

#ab849f Color Hex

#AB849F
(171,132,159)
0 Favorites   0 Comments

Color spaces of #ab849f

RGB 171132159
HSL0.880.190.59
HSV318°23°67°
CMYK 0.000.230.07   0.33
XYZ31.303927.663736.4906
Yxy27.66370.32790.2898
Hunter Lab52.596314.1949-4.3172
CIE-Lab59.583719.5030-8.6051

#ab849f color RGB value is (171,132,159).

#ab849f hex color red value is 171, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab849f hue: 0.88 , saturation: 0.19 and the lightness value of ab849f is 0.59.

The process color (four color CMYK) of #ab849f color hex is 0.00, 0.23, 0.07, 0.33. Web safe color of #ab849f is #999999. Color #ab849f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 10011111
Octal 253 204 237
Decimal 171 132 159
Hex AB 84 9F

RGB Percentages of Color #ab849f

%37.01
%28.57
%34.42

CMYK Percentages of Color #ab849f

%0
%23
%7
%33

Triadic Colors of #ab849f

#ab849f #9fab84 #849fab

Analogous Colors of #ab849f

#ab849f #ab848c #a484ab

Monochromatic Colors of #ab849f

#ab849f

Complementary Color

#ab849f #84ab90

#ab849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab849f Color CSS Codes

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

#ab849f Text Font Color

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

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


#ab849f Background Color

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

This div background color is #ab849f


#ab849f Border Color

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

This div border color is #ab849f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab849f


Comments

No comments written yet.

Please login to write comment.