Color spaces of #ab687e
RGB | 171 | 104 | 126 |
---|---|---|---|
HSL | 0.95 | 0.29 | 0.54 |
HSV | 340° | 39° | 67° |
CMYK | 0.00 | 0.39 | 0.26 0.33 |
XYZ | 25.5108 | 20.0649 | 22.2670 |
Yxy | 20.0649 | 0.3760 | 0.2958 |
Hunter Lab | 44.7939 | 23.2693 | 1.8827 |
CIE-Lab | 51.9105 | 29.8087 | -0.7451 |
#ab687e color RGB value is (171,104,126).
#ab687e hex color red value is 171, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ab687e hue: 0.95 , saturation: 0.29 and the lightness value of ab687e is 0.54.
The process color (four color CMYK) of #ab687e color hex is 0.00, 0.39, 0.26, 0.33. Web safe color of #ab687e is #996666. Color #ab687e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01101000 | 01111110 |
Octal | 253 | 150 | 176 |
Decimal | 171 | 104 | 126 |
Hex | AB | 68 | 7E |
Shades of #ab687e
Tints of #ab687e
RGB Percentages of Color #ab687e
CMYK Percentages of Color #ab687e
Complementary Color
#ab687e | #68ab95 |
#ab687e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab687e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab687e Color CSS Codes
.mybgcolor {background-color:#ab687e; } .myforecolor {color:#ab687e; } .mybordercolor {border:3px solid #ab687e; }
#ab687e Text Font Color
<p style="color:#ab687e">Text here</p>
This sample text font color is #ab687e
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.
#ab687e Background Color
<div style="background-color:#ab687e">
Div content here</div>
This div background color is #ab687e
#ab687e Border Color
<div style="border:3px solid #ab687e">
Div here</div>
This div border color is #ab687e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,104,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab687e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab687e; -webkit-box-shadow: 1px 1px 3px 2px #ab687e; box-shadow: 1px 1px 3px 2px #ab687e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,104,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab687e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab687e; -webkit-box-shadow: 1px 1px 3px 2px #ab687e; box-shadow: 1px 1px 3px 2px #ab687e;">
Div content here</div>
This div box has shadow with color #ab687e
Comments
No comments written yet.
Please login to write comment.