Color spaces of #af349f
RGB | 175 | 52 | 159 |
---|---|---|---|
HSL | 0.86 | 0.54 | 0.45 |
HSV | 308° | 70° | 69° |
CMYK | 0.00 | 0.70 | 0.09 0.31 |
XYZ | 25.1652 | 14.0731 | 34.1909 |
Yxy | 14.0731 | 0.3427 | 0.1917 |
Hunter Lab | 37.5141 | 54.0915 | -27.7778 |
CIE-Lab | 44.3376 | 60.9875 | -31.9095 |
#af349f color RGB value is (175,52,159).
#af349f hex color red value is 175, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af349f hue: 0.86 , saturation: 0.54 and the lightness value of af349f is 0.45.
The process color (four color CMYK) of #af349f color hex is 0.00, 0.70, 0.09, 0.31. Web safe color of #af349f is #993399. Color #af349f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00110100 | 10011111 |
Octal | 257 | 64 | 237 |
Decimal | 175 | 52 | 159 |
Hex | AF | 34 | 9F |
Shades of #af349f
Tints of #af349f
RGB Percentages of Color #af349f
CMYK Percentages of Color #af349f
Complementary Color
#af349f | #34af44 |
#af349f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af349f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af349f Color CSS Codes
.mybgcolor {background-color:#af349f; } .myforecolor {color:#af349f; } .mybordercolor {border:3px solid #af349f; }
#af349f Text Font Color
<p style="color:#af349f">Text here</p>
This sample text font color is #af349f
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.
#af349f Background Color
<div style="background-color:#af349f">
Div content here</div>
This div background color is #af349f
#af349f Border Color
<div style="border:3px solid #af349f">
Div here</div>
This div border color is #af349f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,52,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af349f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af349f; -webkit-box-shadow: 1px 1px 3px 2px #af349f; box-shadow: 1px 1px 3px 2px #af349f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,52,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 #af349f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af349f; -webkit-box-shadow: 1px 1px 3px 2px #af349f; box-shadow: 1px 1px 3px 2px #af349f;">
Div content here</div>
This div box has shadow with color #af349f
Comments
No comments written yet.
Please login to write comment.