Color spaces of #ab17cf
RGB | 171 | 23 | 207 |
---|---|---|---|
HSL | 0.80 | 0.80 | 0.45 |
HSV | 288° | 89° | 81° |
CMYK | 0.17 | 0.89 | 0.00 0.19 |
XYZ | 28.3635 | 13.7757 | 60.1955 |
Yxy | 13.7757 | 0.2772 | 0.1346 |
Hunter Lab | 37.1156 | 71.4561 | -70.1778 |
CIE-Lab | 43.9095 | 75.8954 | -60.8541 |
#ab17cf color RGB value is (171,23,207).
#ab17cf hex color red value is 171, green value is 23 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab17cf hue: 0.80 , saturation: 0.80 and the lightness value of ab17cf is 0.45.
The process color (four color CMYK) of #ab17cf color hex is 0.17, 0.89, 0.00, 0.19. Web safe color of #ab17cf is #9900cc. Color #ab17cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00010111 | 11001111 |
Octal | 253 | 27 | 317 |
Decimal | 171 | 23 | 207 |
Hex | AB | 17 | CF |
Shades of #ab17cf
Tints of #ab17cf
RGB Percentages of Color #ab17cf
CMYK Percentages of Color #ab17cf
Complementary Color
#ab17cf | #3bcf17 |
#ab17cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab17cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab17cf Color CSS Codes
.mybgcolor {background-color:#ab17cf; } .myforecolor {color:#ab17cf; } .mybordercolor {border:3px solid #ab17cf; }
#ab17cf Text Font Color
<p style="color:#ab17cf">Text here</p>
This sample text font color is #ab17cf
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.
#ab17cf Background Color
<div style="background-color:#ab17cf">
Div content here</div>
This div background color is #ab17cf
#ab17cf Border Color
<div style="border:3px solid #ab17cf">
Div here</div>
This div border color is #ab17cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,23,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab17cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab17cf; -webkit-box-shadow: 1px 1px 3px 2px #ab17cf; box-shadow: 1px 1px 3px 2px #ab17cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,23,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 #ab17cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab17cf; -webkit-box-shadow: 1px 1px 3px 2px #ab17cf; box-shadow: 1px 1px 3px 2px #ab17cf;">
Div content here</div>
This div box has shadow with color #ab17cf
Comments
No comments written yet.
Please login to write comment.