Color spaces of #ad70ff
RGB | 173 | 112 | 255 |
---|---|---|---|
HSL | 0.74 | 1.00 | 0.72 |
HSV | 266° | 56° | 100° |
CMYK | 0.32 | 0.56 | 0.00 0.00 |
XYZ | 41.0778 | 27.6926 | 97.7879 |
Yxy | 27.6926 | 0.2466 | 0.1663 |
Hunter Lab | 52.6238 | 47.2445 | -73.3388 |
CIE-Lab | 59.6100 | 52.1248 | -62.5999 |
#ad70ff color RGB value is (173,112,255).
#ad70ff hex color red value is 173, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad70ff hue: 0.74 , saturation: 1.00 and the lightness value of ad70ff is 0.72.
The process color (four color CMYK) of #ad70ff color hex is 0.32, 0.56, 0.00, 0.00. Web safe color of #ad70ff is #9966ff. Color #ad70ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01110000 | 11111111 |
Octal | 255 | 160 | 377 |
Decimal | 173 | 112 | 255 |
Hex | AD | 70 | FF |
Shades of #ad70ff
Tints of #ad70ff
RGB Percentages of Color #ad70ff
CMYK Percentages of Color #ad70ff
Complementary Color
#ad70ff | #c2ff70 |
#ad70ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad70ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad70ff Color CSS Codes
.mybgcolor {background-color:#ad70ff; } .myforecolor {color:#ad70ff; } .mybordercolor {border:3px solid #ad70ff; }
#ad70ff Text Font Color
<p style="color:#ad70ff">Text here</p>
This sample text font color is #ad70ff
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.
#ad70ff Background Color
<div style="background-color:#ad70ff">
Div content here</div>
This div background color is #ad70ff
#ad70ff Border Color
<div style="border:3px solid #ad70ff">
Div here</div>
This div border color is #ad70ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,112,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad70ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad70ff; -webkit-box-shadow: 1px 1px 3px 2px #ad70ff; box-shadow: 1px 1px 3px 2px #ad70ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,112,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad70ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad70ff; -webkit-box-shadow: 1px 1px 3px 2px #ad70ff; box-shadow: 1px 1px 3px 2px #ad70ff;">
Div content here</div>
This div box has shadow with color #ad70ff
Comments
No comments written yet.
Please login to write comment.