Color spaces of #af3cad
RGB | 175 | 60 | 173 |
---|---|---|---|
HSL | 0.84 | 0.49 | 0.46 |
HSV | 301° | 66° | 69° |
CMYK | 0.00 | 0.66 | 0.01 0.31 |
XYZ | 26.8379 | 15.3628 | 41.0860 |
Yxy | 15.3628 | 0.3222 | 0.1845 |
Hunter Lab | 39.1954 | 53.6306 | -34.7131 |
CIE-Lab | 46.1272 | 60.2354 | -37.4086 |
#af3cad color RGB value is (175,60,173).
#af3cad hex color red value is 175, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #af3cad hue: 0.84 , saturation: 0.49 and the lightness value of af3cad is 0.46.
The process color (four color CMYK) of #af3cad color hex is 0.00, 0.66, 0.01, 0.31. Web safe color of #af3cad is #993399. Color #af3cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00111100 | 10101101 |
Octal | 257 | 74 | 255 |
Decimal | 175 | 60 | 173 |
Hex | AF | 3C | AD |
Shades of #af3cad
Tints of #af3cad
RGB Percentages of Color #af3cad
CMYK Percentages of Color #af3cad
Complementary Color
#af3cad | #3caf3e |
#af3cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af3cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#af3cad Color CSS Codes
.mybgcolor {background-color:#af3cad; } .myforecolor {color:#af3cad; } .mybordercolor {border:3px solid #af3cad; }
#af3cad Text Font Color
<p style="color:#af3cad">Text here</p>
This sample text font color is #af3cad
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.
#af3cad Background Color
<div style="background-color:#af3cad">
Div content here</div>
This div background color is #af3cad
#af3cad Border Color
<div style="border:3px solid #af3cad">
Div here</div>
This div border color is #af3cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,60,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af3cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af3cad; -webkit-box-shadow: 1px 1px 3px 2px #af3cad; box-shadow: 1px 1px 3px 2px #af3cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,60,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af3cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af3cad; -webkit-box-shadow: 1px 1px 3px 2px #af3cad; box-shadow: 1px 1px 3px 2px #af3cad;">
Div content here</div>
This div box has shadow with color #af3cad
Comments
No comments written yet.
Please login to write comment.