Color Hex Logo

#ab687d Color Hex

#AB687D
(171,104,125)
0 Favorites   0 Comments

Color spaces of #ab687d

RGB 171104125
HSL0.950.290.54
HSV341°39°67°
CMYK 0.000.390.27   0.33
XYZ25.446620.039221.9288
Yxy20.03920.37750.2973
Hunter Lab44.765223.12872.2916
CIE-Lab51.881529.6629-0.1955

#ab687d color RGB value is (171,104,125).

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

The process color (four color CMYK) of #ab687d color hex is 0.00, 0.39, 0.27, 0.33. Web safe color of #ab687d is #996666. Color #ab687d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 01111101
Octal 253 150 175
Decimal 171 104 125
Hex AB 68 7D

RGB Percentages of Color #ab687d

%42.75
%26.00
%31.25

CMYK Percentages of Color #ab687d

%0
%39
%27
%33

Triadic Colors of #ab687d

#ab687d #7dab68 #687dab

Analogous Colors of #ab687d

#ab687d #ab7568 #ab689f

Monochromatic Colors of #ab687d

#ab687d

Complementary Color

#ab687d #68ab96

#ab687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab687d Color CSS Codes

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

#ab687d Text Font Color

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

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


#ab687d Background Color

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

This div background color is #ab687d


#ab687d Border Color

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

This div border color is #ab687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab687d


Comments

No comments written yet.

Please login to write comment.