Color spaces of #af559d
RGB | 175 | 85 | 157 |
---|---|---|---|
HSL | 0.87 | 0.36 | 0.51 |
HSV | 312° | 51° | 69° |
CMYK | 0.00 | 0.51 | 0.10 0.31 |
XYZ | 27.0135 | 18.0453 | 33.9576 |
Yxy | 18.0453 | 0.3419 | 0.2284 |
Hunter Lab | 42.4798 | 39.1712 | -17.6596 |
CIE-Lab | 49.5510 | 46.1913 | -22.6110 |
#af559d color RGB value is (175,85,157).
#af559d hex color red value is 175, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af559d hue: 0.87 , saturation: 0.36 and the lightness value of af559d is 0.51.
The process color (four color CMYK) of #af559d color hex is 0.00, 0.51, 0.10, 0.31. Web safe color of #af559d is #996699. Color #af559d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010101 | 10011101 |
Octal | 257 | 125 | 235 |
Decimal | 175 | 85 | 157 |
Hex | AF | 55 | 9D |
Shades of #af559d
Tints of #af559d
RGB Percentages of Color #af559d
CMYK Percentages of Color #af559d
Complementary Color
#af559d | #55af67 |
#af559d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af559d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af559d Color CSS Codes
.mybgcolor {background-color:#af559d; } .myforecolor {color:#af559d; } .mybordercolor {border:3px solid #af559d; }
#af559d Text Font Color
<p style="color:#af559d">Text here</p>
This sample text font color is #af559d
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.
#af559d Background Color
<div style="background-color:#af559d">
Div content here</div>
This div background color is #af559d
#af559d Border Color
<div style="border:3px solid #af559d">
Div here</div>
This div border color is #af559d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,85,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af559d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af559d; -webkit-box-shadow: 1px 1px 3px 2px #af559d; box-shadow: 1px 1px 3px 2px #af559d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,85,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af559d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af559d; -webkit-box-shadow: 1px 1px 3px 2px #af559d; box-shadow: 1px 1px 3px 2px #af559d;">
Div content here</div>
This div box has shadow with color #af559d
Comments
No comments written yet.
Please login to write comment.