Color spaces of #af166f
RGB | 175 | 22 | 111 |
---|---|---|---|
HSL | 0.90 | 0.78 | 0.39 |
HSV | 325° | 87° | 69° |
CMYK | 0.00 | 0.87 | 0.37 0.31 |
XYZ | 20.8353 | 10.8355 | 16.0322 |
Yxy | 10.8355 | 0.4368 | 0.2271 |
Hunter Lab | 32.9173 | 55.3778 | -5.8347 |
CIE-Lab | 39.3020 | 63.1083 | -10.2623 |
#af166f color RGB value is (175,22,111).
#af166f hex color red value is 175, green value is 22 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af166f hue: 0.90 , saturation: 0.78 and the lightness value of af166f is 0.39.
The process color (four color CMYK) of #af166f color hex is 0.00, 0.87, 0.37, 0.31. Web safe color of #af166f is #990066. Color #af166f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00010110 | 01101111 |
Octal | 257 | 26 | 157 |
Decimal | 175 | 22 | 111 |
Hex | AF | 16 | 6F |
Shades of #af166f
Tints of #af166f
RGB Percentages of Color #af166f
CMYK Percentages of Color #af166f
Complementary Color
#af166f | #16af56 |
#af166f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af166f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af166f Color CSS Codes
.mybgcolor {background-color:#af166f; } .myforecolor {color:#af166f; } .mybordercolor {border:3px solid #af166f; }
#af166f Text Font Color
<p style="color:#af166f">Text here</p>
This sample text font color is #af166f
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.
#af166f Background Color
<div style="background-color:#af166f">
Div content here</div>
This div background color is #af166f
#af166f Border Color
<div style="border:3px solid #af166f">
Div here</div>
This div border color is #af166f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,22,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af166f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af166f; -webkit-box-shadow: 1px 1px 3px 2px #af166f; box-shadow: 1px 1px 3px 2px #af166f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,22,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af166f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af166f; -webkit-box-shadow: 1px 1px 3px 2px #af166f; box-shadow: 1px 1px 3px 2px #af166f;">
Div content here</div>
This div box has shadow with color #af166f
Comments
No comments written yet.
Please login to write comment.