Color spaces of #ad5cff
RGB | 173 | 92 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.68 |
HSV | 270° | 64° | 100° |
CMYK | 0.32 | 0.64 | 0.00 0.00 |
XYZ | 39.1107 | 23.7585 | 97.1322 |
Yxy | 23.7585 | 0.2444 | 0.1485 |
Hunter Lab | 48.7427 | 57.9271 | -84.0305 |
CIE-Lab | 55.8452 | 62.2192 | -68.6587 |
#ad5cff color RGB value is (173,92,255).
#ad5cff hex color red value is 173, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad5cff hue: 0.75 , saturation: 1.00 and the lightness value of ad5cff is 0.68.
The process color (four color CMYK) of #ad5cff color hex is 0.32, 0.64, 0.00, 0.00. Web safe color of #ad5cff is #9966ff. Color #ad5cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01011100 | 11111111 |
Octal | 255 | 134 | 377 |
Decimal | 173 | 92 | 255 |
Hex | AD | 5C | FF |
Shades of #ad5cff
Tints of #ad5cff
RGB Percentages of Color #ad5cff
CMYK Percentages of Color #ad5cff
Complementary Color
#ad5cff | #aeff5c |
#ad5cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad5cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad5cff Color CSS Codes
.mybgcolor {background-color:#ad5cff; } .myforecolor {color:#ad5cff; } .mybordercolor {border:3px solid #ad5cff; }
#ad5cff Text Font Color
<p style="color:#ad5cff">Text here</p>
This sample text font color is #ad5cff
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.
#ad5cff Background Color
<div style="background-color:#ad5cff">
Div content here</div>
This div background color is #ad5cff
#ad5cff Border Color
<div style="border:3px solid #ad5cff">
Div here</div>
This div border color is #ad5cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,92,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad5cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad5cff; -webkit-box-shadow: 1px 1px 3px 2px #ad5cff; box-shadow: 1px 1px 3px 2px #ad5cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,92,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 #ad5cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad5cff; -webkit-box-shadow: 1px 1px 3px 2px #ad5cff; box-shadow: 1px 1px 3px 2px #ad5cff;">
Div content here</div>
This div box has shadow with color #ad5cff
#ad5cff Color Palettes
Comments
No comments written yet.
Please login to write comment.