Color Hex Logo

#ab688f Color Hex

#AB688F
(171,104,143)
0 Favorites   0 Comments

Color spaces of #ab688f

RGB 171104143
HSL0.900.290.54
HSV325°39°67°
CMYK 0.000.390.16   0.33
XYZ26.702820.541728.5442
Yxy20.54170.35230.2710
Hunter Lab45.323025.8512-5.6145
CIE-Lab52.444232.4553-9.9945

#ab688f color RGB value is (171,104,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 10001111
Octal 253 150 217
Decimal 171 104 143
Hex AB 68 8F

RGB Percentages of Color #ab688f

%40.91
%24.88
%34.21

CMYK Percentages of Color #ab688f

%0
%39
%16
%33

Triadic Colors of #ab688f

#ab688f #8fab68 #688fab

Analogous Colors of #ab688f

#ab688f #ab686e #a668ab

Monochromatic Colors of #ab688f

#ab688f

Complementary Color

#ab688f #68ab84

#ab688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab688f Color CSS Codes

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

#ab688f Text Font Color

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

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


#ab688f Background Color

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

This div background color is #ab688f


#ab688f Border Color

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

This div border color is #ab688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab688f


Comments

No comments written yet.

Please login to write comment.