Color Hex Logo

#ab689f Color Hex

#AB689F
(171,104,159)
0 Favorites   0 Comments

Color spaces of #ab689f

RGB 171104159
HSL0.860.290.54
HSV311°39°67°
CMYK 0.000.390.07   0.33
XYZ28.002921.061835.3903
Yxy21.06180.33160.2494
Hunter Lab45.893128.6035-13.5960
CIE-Lab53.017135.2168-18.5163

#ab689f color RGB value is (171,104,159).

#ab689f hex color red value is 171, green value is 104 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab689f hue: 0.86 , saturation: 0.29 and the lightness value of ab689f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 10011111
Octal 253 150 237
Decimal 171 104 159
Hex AB 68 9F

RGB Percentages of Color #ab689f

%39.40
%23.96
%36.64

CMYK Percentages of Color #ab689f

%0
%39
%7
%33

Triadic Colors of #ab689f

#ab689f #9fab68 #689fab

Analogous Colors of #ab689f

#ab689f #ab687e #9668ab

Monochromatic Colors of #ab689f

#ab689f

Complementary Color

#ab689f #68ab74

#ab689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab689f Color CSS Codes

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

#ab689f Text Font Color

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

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


#ab689f Background Color

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

This div background color is #ab689f


#ab689f Border Color

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

This div border color is #ab689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab689f


Comments

No comments written yet.

Please login to write comment.