Color spaces of #af17dc
RGB | 175 | 23 | 220 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.48 |
HSV | 286° | 90° | 86° |
CMYK | 0.20 | 0.90 | 0.00 0.14 |
XYZ | 30.9039 | 14.8941 | 68.9562 |
Yxy | 14.8941 | 0.2693 | 0.1298 |
Hunter Lab | 38.5929 | 75.3994 | -78.9220 |
CIE-Lab | 45.4888 | 78.7798 | -65.7365 |
#af17dc color RGB value is (175,23,220).
#af17dc hex color red value is 175, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af17dc hue: 0.80 , saturation: 0.81 and the lightness value of af17dc is 0.48.
The process color (four color CMYK) of #af17dc color hex is 0.20, 0.90, 0.00, 0.14. Web safe color of #af17dc is #9900cc. Color #af17dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00010111 | 11011100 |
Octal | 257 | 27 | 334 |
Decimal | 175 | 23 | 220 |
Hex | AF | 17 | DC |
Shades of #af17dc
Tints of #af17dc
RGB Percentages of Color #af17dc
CMYK Percentages of Color #af17dc
Complementary Color
#af17dc | #44dc17 |
#af17dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af17dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af17dc Color CSS Codes
.mybgcolor {background-color:#af17dc; } .myforecolor {color:#af17dc; } .mybordercolor {border:3px solid #af17dc; }
#af17dc Text Font Color
<p style="color:#af17dc">Text here</p>
This sample text font color is #af17dc
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.
#af17dc Background Color
<div style="background-color:#af17dc">
Div content here</div>
This div background color is #af17dc
#af17dc Border Color
<div style="border:3px solid #af17dc">
Div here</div>
This div border color is #af17dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,23,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af17dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af17dc; -webkit-box-shadow: 1px 1px 3px 2px #af17dc; box-shadow: 1px 1px 3px 2px #af17dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,23,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af17dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af17dc; -webkit-box-shadow: 1px 1px 3px 2px #af17dc; box-shadow: 1px 1px 3px 2px #af17dc;">
Div content here</div>
This div box has shadow with color #af17dc
Comments
No comments written yet.
Please login to write comment.