Color spaces of #ab1acf
RGB | 171 | 26 | 207 |
---|---|---|---|
HSL | 0.80 | 0.78 | 0.46 |
HSV | 288° | 87° | 81° |
CMYK | 0.17 | 0.87 | 0.00 0.19 |
XYZ | 28.4265 | 13.9017 | 60.2165 |
Yxy | 13.9017 | 0.2772 | 0.1356 |
Hunter Lab | 37.2850 | 70.8417 | -69.6559 |
CIE-Lab | 44.0916 | 75.3577 | -60.5592 |
#ab1acf color RGB value is (171,26,207).
#ab1acf hex color red value is 171, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab1acf hue: 0.80 , saturation: 0.78 and the lightness value of ab1acf is 0.46.
The process color (four color CMYK) of #ab1acf color hex is 0.17, 0.87, 0.00, 0.19. Web safe color of #ab1acf is #9933cc. Color #ab1acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00011010 | 11001111 |
Octal | 253 | 32 | 317 |
Decimal | 171 | 26 | 207 |
Hex | AB | 1A | CF |
Shades of #ab1acf
Tints of #ab1acf
RGB Percentages of Color #ab1acf
CMYK Percentages of Color #ab1acf
Complementary Color
#ab1acf | #3ecf1a |
#ab1acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab1acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab1acf Color CSS Codes
.mybgcolor {background-color:#ab1acf; } .myforecolor {color:#ab1acf; } .mybordercolor {border:3px solid #ab1acf; }
#ab1acf Text Font Color
<p style="color:#ab1acf">Text here</p>
This sample text font color is #ab1acf
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.
#ab1acf Background Color
<div style="background-color:#ab1acf">
Div content here</div>
This div background color is #ab1acf
#ab1acf Border Color
<div style="border:3px solid #ab1acf">
Div here</div>
This div border color is #ab1acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,26,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab1acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab1acf; -webkit-box-shadow: 1px 1px 3px 2px #ab1acf; box-shadow: 1px 1px 3px 2px #ab1acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,26,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 #ab1acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab1acf; -webkit-box-shadow: 1px 1px 3px 2px #ab1acf; box-shadow: 1px 1px 3px 2px #ab1acf;">
Div content here</div>
This div box has shadow with color #ab1acf
Comments
No comments written yet.
Please login to write comment.