Color spaces of #af357f
RGB | 175 | 53 | 127 |
---|---|---|---|
HSL | 0.90 | 0.54 | 0.45 |
HSV | 324° | 70° | 69° |
CMYK | 0.00 | 0.70 | 0.27 0.31 |
XYZ | 22.7831 | 13.1925 | 21.4243 |
Yxy | 13.1925 | 0.3969 | 0.2298 |
Hunter Lab | 36.3215 | 48.4037 | -9.5473 |
CIE-Lab | 43.0519 | 56.0613 | -14.5130 |
#af357f color RGB value is (175,53,127).
#af357f hex color red value is 175, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af357f hue: 0.90 , saturation: 0.54 and the lightness value of af357f is 0.45.
The process color (four color CMYK) of #af357f color hex is 0.00, 0.70, 0.27, 0.31. Web safe color of #af357f is #993366. Color #af357f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00110101 | 01111111 |
Octal | 257 | 65 | 177 |
Decimal | 175 | 53 | 127 |
Hex | AF | 35 | 7F |
Shades of #af357f
Tints of #af357f
RGB Percentages of Color #af357f
CMYK Percentages of Color #af357f
Complementary Color
#af357f | #35af65 |
#af357f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af357f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af357f Color CSS Codes
.mybgcolor {background-color:#af357f; } .myforecolor {color:#af357f; } .mybordercolor {border:3px solid #af357f; }
#af357f Text Font Color
<p style="color:#af357f">Text here</p>
This sample text font color is #af357f
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.
#af357f Background Color
<div style="background-color:#af357f">
Div content here</div>
This div background color is #af357f
#af357f Border Color
<div style="border:3px solid #af357f">
Div here</div>
This div border color is #af357f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,53,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af357f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af357f; -webkit-box-shadow: 1px 1px 3px 2px #af357f; box-shadow: 1px 1px 3px 2px #af357f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,53,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af357f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af357f; -webkit-box-shadow: 1px 1px 3px 2px #af357f; box-shadow: 1px 1px 3px 2px #af357f;">
Div content here</div>
This div box has shadow with color #af357f
Comments
No comments written yet.
Please login to write comment.