Color spaces of #af119f
RGB | 175 | 17 | 159 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.38 |
HSV | 306° | 90° | 69° |
CMYK | 0.00 | 0.90 | 0.09 0.31 |
XYZ | 24.1377 | 12.0181 | 33.8484 |
Yxy | 12.0181 | 0.3448 | 0.1717 |
Hunter Lab | 34.6671 | 63.6168 | -33.6228 |
CIE-Lab | 41.2449 | 69.8876 | -36.7864 |
#af119f color RGB value is (175,17,159).
#af119f hex color red value is 175, green value is 17 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af119f hue: 0.85 , saturation: 0.82 and the lightness value of af119f is 0.38.
The process color (four color CMYK) of #af119f color hex is 0.00, 0.90, 0.09, 0.31. Web safe color of #af119f is #990099. Color #af119f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00010001 | 10011111 |
Octal | 257 | 21 | 237 |
Decimal | 175 | 17 | 159 |
Hex | AF | 11 | 9F |
Shades of #af119f
Tints of #af119f
RGB Percentages of Color #af119f
CMYK Percentages of Color #af119f
Complementary Color
#af119f | #11af21 |
#af119f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af119f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af119f Color CSS Codes
.mybgcolor {background-color:#af119f; } .myforecolor {color:#af119f; } .mybordercolor {border:3px solid #af119f; }
#af119f Text Font Color
<p style="color:#af119f">Text here</p>
This sample text font color is #af119f
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.
#af119f Background Color
<div style="background-color:#af119f">
Div content here</div>
This div background color is #af119f
#af119f Border Color
<div style="border:3px solid #af119f">
Div here</div>
This div border color is #af119f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,17,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af119f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af119f; -webkit-box-shadow: 1px 1px 3px 2px #af119f; box-shadow: 1px 1px 3px 2px #af119f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,17,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af119f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af119f; -webkit-box-shadow: 1px 1px 3px 2px #af119f; box-shadow: 1px 1px 3px 2px #af119f;">
Div content here</div>
This div box has shadow with color #af119f
Comments
No comments written yet.
Please login to write comment.