Color spaces of #af158f
RGB | 175 | 21 | 143 |
---|---|---|---|
HSL | 0.87 | 0.79 | 0.38 |
HSV | 312° | 88° | 69° |
CMYK | 0.00 | 0.88 | 0.18 0.31 |
XYZ | 22.9053 | 11.6335 | 27.0248 |
Yxy | 11.6335 | 0.3721 | 0.1890 |
Hunter Lab | 34.1079 | 60.1835 | -23.1018 |
CIE-Lab | 40.6276 | 67.0651 | -28.0553 |
#af158f color RGB value is (175,21,143).
#af158f hex color red value is 175, green value is 21 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af158f hue: 0.87 , saturation: 0.79 and the lightness value of af158f is 0.38.
The process color (four color CMYK) of #af158f color hex is 0.00, 0.88, 0.18, 0.31. Web safe color of #af158f is #990099. Color #af158f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00010101 | 10001111 |
Octal | 257 | 25 | 217 |
Decimal | 175 | 21 | 143 |
Hex | AF | 15 | 8F |
Shades of #af158f
Tints of #af158f
RGB Percentages of Color #af158f
CMYK Percentages of Color #af158f
Complementary Color
#af158f | #15af35 |
#af158f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af158f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af158f Color CSS Codes
.mybgcolor {background-color:#af158f; } .myforecolor {color:#af158f; } .mybordercolor {border:3px solid #af158f; }
#af158f Text Font Color
<p style="color:#af158f">Text here</p>
This sample text font color is #af158f
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.
#af158f Background Color
<div style="background-color:#af158f">
Div content here</div>
This div background color is #af158f
#af158f Border Color
<div style="border:3px solid #af158f">
Div here</div>
This div border color is #af158f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,21,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af158f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af158f; -webkit-box-shadow: 1px 1px 3px 2px #af158f; box-shadow: 1px 1px 3px 2px #af158f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,21,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af158f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af158f; -webkit-box-shadow: 1px 1px 3px 2px #af158f; box-shadow: 1px 1px 3px 2px #af158f;">
Div content here</div>
This div box has shadow with color #af158f
Comments
No comments written yet.
Please login to write comment.