Color spaces of #ab607b
RGB | 171 | 96 | 123 |
---|---|---|---|
HSL | 0.94 | 0.31 | 0.52 |
HSV | 338° | 44° | 67° |
CMYK | 0.00 | 0.44 | 0.28 0.33 |
XYZ | 24.5526 | 18.4537 | 21.0068 |
Yxy | 18.4537 | 0.3836 | 0.2883 |
Hunter Lab | 42.9578 | 26.8459 | 1.0770 |
CIE-Lab | 50.0418 | 33.7735 | -1.7007 |
#ab607b color RGB value is (171,96,123).
#ab607b hex color red value is 171, green value is 96 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ab607b hue: 0.94 , saturation: 0.31 and the lightness value of ab607b is 0.52.
The process color (four color CMYK) of #ab607b color hex is 0.00, 0.44, 0.28, 0.33. Web safe color of #ab607b is #996666. Color #ab607b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01100000 | 01111011 |
Octal | 253 | 140 | 173 |
Decimal | 171 | 96 | 123 |
Hex | AB | 60 | 7B |
Shades of #ab607b
Tints of #ab607b
RGB Percentages of Color #ab607b
CMYK Percentages of Color #ab607b
Complementary Color
#ab607b | #60ab90 |
#ab607b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab607b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab607b Color CSS Codes
.mybgcolor {background-color:#ab607b; } .myforecolor {color:#ab607b; } .mybordercolor {border:3px solid #ab607b; }
#ab607b Text Font Color
<p style="color:#ab607b">Text here</p>
This sample text font color is #ab607b
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.
#ab607b Background Color
<div style="background-color:#ab607b">
Div content here</div>
This div background color is #ab607b
#ab607b Border Color
<div style="border:3px solid #ab607b">
Div here</div>
This div border color is #ab607b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,96,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab607b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab607b; -webkit-box-shadow: 1px 1px 3px 2px #ab607b; box-shadow: 1px 1px 3px 2px #ab607b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,96,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab607b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab607b; -webkit-box-shadow: 1px 1px 3px 2px #ab607b; box-shadow: 1px 1px 3px 2px #ab607b;">
Div content here</div>
This div box has shadow with color #ab607b
Comments
No comments written yet.
Please login to write comment.