Color spaces of #af209f
RGB | 175 | 32 | 159 |
---|---|---|---|
HSL | 0.85 | 0.69 | 0.41 |
HSV | 307° | 82° | 69° |
CMYK | 0.00 | 0.82 | 0.09 0.31 |
XYZ | 24.4537 | 12.6502 | 33.9538 |
Yxy | 12.6502 | 0.3441 | 0.1780 |
Hunter Lab | 35.5671 | 60.4828 | -31.7036 |
CIE-Lab | 42.2314 | 67.0111 | -35.2260 |
#af209f color RGB value is (175,32,159).
#af209f hex color red value is 175, green value is 32 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af209f hue: 0.85 , saturation: 0.69 and the lightness value of af209f is 0.41.
The process color (four color CMYK) of #af209f color hex is 0.00, 0.82, 0.09, 0.31. Web safe color of #af209f is #993399. Color #af209f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00100000 | 10011111 |
Octal | 257 | 40 | 237 |
Decimal | 175 | 32 | 159 |
Hex | AF | 20 | 9F |
Shades of #af209f
Tints of #af209f
RGB Percentages of Color #af209f
CMYK Percentages of Color #af209f
Complementary Color
#af209f | #20af30 |
#af209f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af209f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af209f Color CSS Codes
.mybgcolor {background-color:#af209f; } .myforecolor {color:#af209f; } .mybordercolor {border:3px solid #af209f; }
#af209f Text Font Color
<p style="color:#af209f">Text here</p>
This sample text font color is #af209f
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.
#af209f Background Color
<div style="background-color:#af209f">
Div content here</div>
This div background color is #af209f
#af209f Border Color
<div style="border:3px solid #af209f">
Div here</div>
This div border color is #af209f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,32,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af209f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af209f; -webkit-box-shadow: 1px 1px 3px 2px #af209f; box-shadow: 1px 1px 3px 2px #af209f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,32,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 #af209f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af209f; -webkit-box-shadow: 1px 1px 3px 2px #af209f; box-shadow: 1px 1px 3px 2px #af209f;">
Div content here</div>
This div box has shadow with color #af209f
Comments
No comments written yet.
Please login to write comment.