Color spaces of #ab7dbb
RGB | 171 | 125 | 187 |
---|---|---|---|
HSL | 0.79 | 0.31 | 0.61 |
HSV | 285° | 33° | 73° |
CMYK | 0.09 | 0.33 | 0.00 0.27 |
XYZ | 33.0978 | 26.9130 | 50.4640 |
Yxy | 26.9130 | 0.2996 | 0.2436 |
Hunter Lab | 51.8777 | 23.0963 | -21.3598 |
CIE-Lab | 58.8937 | 28.9507 | -25.6490 |
#ab7dbb color RGB value is (171,125,187).
#ab7dbb hex color red value is 171, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ab7dbb hue: 0.79 , saturation: 0.31 and the lightness value of ab7dbb is 0.61.
The process color (four color CMYK) of #ab7dbb color hex is 0.09, 0.33, 0.00, 0.27. Web safe color of #ab7dbb is #9966cc. Color #ab7dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01111101 | 10111011 |
Octal | 253 | 175 | 273 |
Decimal | 171 | 125 | 187 |
Hex | AB | 7D | BB |
Shades of #ab7dbb
Tints of #ab7dbb
RGB Percentages of Color #ab7dbb
CMYK Percentages of Color #ab7dbb
Complementary Color
#ab7dbb | #8dbb7d |
#ab7dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab7dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab7dbb Color CSS Codes
.mybgcolor {background-color:#ab7dbb; } .myforecolor {color:#ab7dbb; } .mybordercolor {border:3px solid #ab7dbb; }
#ab7dbb Text Font Color
<p style="color:#ab7dbb">Text here</p>
This sample text font color is #ab7dbb
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.
#ab7dbb Background Color
<div style="background-color:#ab7dbb">
Div content here</div>
This div background color is #ab7dbb
#ab7dbb Border Color
<div style="border:3px solid #ab7dbb">
Div here</div>
This div border color is #ab7dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,125,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab7dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab7dbb; -webkit-box-shadow: 1px 1px 3px 2px #ab7dbb; box-shadow: 1px 1px 3px 2px #ab7dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,125,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab7dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab7dbb; -webkit-box-shadow: 1px 1px 3px 2px #ab7dbb; box-shadow: 1px 1px 3px 2px #ab7dbb;">
Div content here</div>
This div box has shadow with color #ab7dbb
Comments
No comments written yet.
Please login to write comment.