Color spaces of #ab98cf
RGB | 171 | 152 | 207 |
---|---|---|---|
HSL | 0.72 | 0.36 | 0.70 |
HSV | 261° | 27° | 81° |
CMYK | 0.17 | 0.27 | 0.00 0.19 |
XYZ | 39.2853 | 35.6194 | 63.8362 |
Yxy | 35.6194 | 0.2832 | 0.2567 |
Hunter Lab | 59.6820 | 13.0530 | -21.6395 |
CIE-Lab | 66.2281 | 18.0179 | -25.6185 |
#ab98cf color RGB value is (171,152,207).
#ab98cf hex color red value is 171, green value is 152 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab98cf hue: 0.72 , saturation: 0.36 and the lightness value of ab98cf is 0.70.
The process color (four color CMYK) of #ab98cf color hex is 0.17, 0.27, 0.00, 0.19. Web safe color of #ab98cf is #9999cc. Color #ab98cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10011000 | 11001111 |
Octal | 253 | 230 | 317 |
Decimal | 171 | 152 | 207 |
Hex | AB | 98 | CF |
Shades of #ab98cf
Tints of #ab98cf
RGB Percentages of Color #ab98cf
CMYK Percentages of Color #ab98cf
Complementary Color
#ab98cf | #bccf98 |
#ab98cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab98cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab98cf Color CSS Codes
.mybgcolor {background-color:#ab98cf; } .myforecolor {color:#ab98cf; } .mybordercolor {border:3px solid #ab98cf; }
#ab98cf Text Font Color
<p style="color:#ab98cf">Text here</p>
This sample text font color is #ab98cf
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.
#ab98cf Background Color
<div style="background-color:#ab98cf">
Div content here</div>
This div background color is #ab98cf
#ab98cf Border Color
<div style="border:3px solid #ab98cf">
Div here</div>
This div border color is #ab98cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,152,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab98cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab98cf; -webkit-box-shadow: 1px 1px 3px 2px #ab98cf; box-shadow: 1px 1px 3px 2px #ab98cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,152,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab98cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab98cf; -webkit-box-shadow: 1px 1px 3px 2px #ab98cf; box-shadow: 1px 1px 3px 2px #ab98cf;">
Div content here</div>
This div box has shadow with color #ab98cf
Comments
No comments written yet.
Please login to write comment.