Color spaces of #ad3ffb
RGB | 173 | 63 | 251 |
---|---|---|---|
HSL | 0.76 | 0.96 | 0.62 |
HSV | 275° | 75° | 98° |
CMYK | 0.31 | 0.75 | 0.00 0.02 |
XYZ | 36.4237 | 19.4043 | 93.0924 |
Yxy | 19.4043 | 0.2446 | 0.1303 |
Hunter Lab | 44.0503 | 70.5075 | -94.4635 |
CIE-Lab | 51.1569 | 73.7078 | -74.0349 |
#ad3ffb color RGB value is (173,63,251).
#ad3ffb hex color red value is 173, green value is 63 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad3ffb hue: 0.76 , saturation: 0.96 and the lightness value of ad3ffb is 0.62.
The process color (four color CMYK) of #ad3ffb color hex is 0.31, 0.75, 0.00, 0.02. Web safe color of #ad3ffb is #9933ff. Color #ad3ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00111111 | 11111011 |
Octal | 255 | 77 | 373 |
Decimal | 173 | 63 | 251 |
Hex | AD | 3F | FB |
Shades of #ad3ffb
Tints of #ad3ffb
RGB Percentages of Color #ad3ffb
CMYK Percentages of Color #ad3ffb
Complementary Color
#ad3ffb | #8dfb3f |
#ad3ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad3ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad3ffb Color CSS Codes
.mybgcolor {background-color:#ad3ffb; } .myforecolor {color:#ad3ffb; } .mybordercolor {border:3px solid #ad3ffb; }
#ad3ffb Text Font Color
<p style="color:#ad3ffb">Text here</p>
This sample text font color is #ad3ffb
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.
#ad3ffb Background Color
<div style="background-color:#ad3ffb">
Div content here</div>
This div background color is #ad3ffb
#ad3ffb Border Color
<div style="border:3px solid #ad3ffb">
Div here</div>
This div border color is #ad3ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,63,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad3ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad3ffb; -webkit-box-shadow: 1px 1px 3px 2px #ad3ffb; box-shadow: 1px 1px 3px 2px #ad3ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,63,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad3ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad3ffb; -webkit-box-shadow: 1px 1px 3px 2px #ad3ffb; box-shadow: 1px 1px 3px 2px #ad3ffb;">
Div content here</div>
This div box has shadow with color #ad3ffb
Comments
No comments written yet.
Please login to write comment.