Color spaces of #ab567d
RGB | 171 | 86 | 125 |
---|---|---|---|
HSL | 0.92 | 0.34 | 0.50 |
HSV | 332° | 50° | 67° |
CMYK | 0.00 | 0.50 | 0.27 0.33 |
XYZ | 23.8240 | 16.7942 | 21.3880 |
Yxy | 16.7942 | 0.3842 | 0.2708 |
Hunter Lab | 40.9807 | 32.0541 | -2.2572 |
CIE-Lab | 47.9997 | 39.3944 | -5.9165 |
#ab567d color RGB value is (171,86,125).
#ab567d hex color red value is 171, green value is 86 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ab567d hue: 0.92 , saturation: 0.34 and the lightness value of ab567d is 0.50.
The process color (four color CMYK) of #ab567d color hex is 0.00, 0.50, 0.27, 0.33. Web safe color of #ab567d is #996666. Color #ab567d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010110 | 01111101 |
Octal | 253 | 126 | 175 |
Decimal | 171 | 86 | 125 |
Hex | AB | 56 | 7D |
Shades of #ab567d
Tints of #ab567d
RGB Percentages of Color #ab567d
CMYK Percentages of Color #ab567d
Complementary Color
#ab567d | #56ab84 |
#ab567d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab567d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab567d Color CSS Codes
.mybgcolor {background-color:#ab567d; } .myforecolor {color:#ab567d; } .mybordercolor {border:3px solid #ab567d; }
#ab567d Text Font Color
<p style="color:#ab567d">Text here</p>
This sample text font color is #ab567d
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.
#ab567d Background Color
<div style="background-color:#ab567d">
Div content here</div>
This div background color is #ab567d
#ab567d Border Color
<div style="border:3px solid #ab567d">
Div here</div>
This div border color is #ab567d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,86,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab567d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab567d; -webkit-box-shadow: 1px 1px 3px 2px #ab567d; box-shadow: 1px 1px 3px 2px #ab567d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,86,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 #ab567d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab567d; -webkit-box-shadow: 1px 1px 3px 2px #ab567d; box-shadow: 1px 1px 3px 2px #ab567d;">
Div content here</div>
This div box has shadow with color #ab567d
Comments
No comments written yet.
Please login to write comment.