Color spaces of #ad92ed
RGB | 173 | 146 | 237 |
---|---|---|---|
HSL | 0.72 | 0.72 | 0.75 |
HSV | 258° | 38° | 93° |
CMYK | 0.27 | 0.38 | 0.00 0.07 |
XYZ | 42.7985 | 35.5564 | 84.7281 |
Yxy | 35.5564 | 0.2624 | 0.2180 |
Hunter Lab | 59.6292 | 23.7663 | -42.5057 |
CIE-Lab | 66.1796 | 29.0140 | -42.2693 |
#ad92ed color RGB value is (173,146,237).
#ad92ed hex color red value is 173, green value is 146 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad92ed hue: 0.72 , saturation: 0.72 and the lightness value of ad92ed is 0.75.
The process color (four color CMYK) of #ad92ed color hex is 0.27, 0.38, 0.00, 0.07. Web safe color of #ad92ed is #9999ff. Color #ad92ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10010010 | 11101101 |
Octal | 255 | 222 | 355 |
Decimal | 173 | 146 | 237 |
Hex | AD | 92 | ED |
Shades of #ad92ed
Tints of #ad92ed
RGB Percentages of Color #ad92ed
CMYK Percentages of Color #ad92ed
Complementary Color
#ad92ed | #d2ed92 |
#ad92ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad92ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad92ed Color CSS Codes
.mybgcolor {background-color:#ad92ed; } .myforecolor {color:#ad92ed; } .mybordercolor {border:3px solid #ad92ed; }
#ad92ed Text Font Color
<p style="color:#ad92ed">Text here</p>
This sample text font color is #ad92ed
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.
#ad92ed Background Color
<div style="background-color:#ad92ed">
Div content here</div>
This div background color is #ad92ed
#ad92ed Border Color
<div style="border:3px solid #ad92ed">
Div here</div>
This div border color is #ad92ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,146,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad92ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad92ed; -webkit-box-shadow: 1px 1px 3px 2px #ad92ed; box-shadow: 1px 1px 3px 2px #ad92ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,146,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad92ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad92ed; -webkit-box-shadow: 1px 1px 3px 2px #ad92ed; box-shadow: 1px 1px 3px 2px #ad92ed;">
Div content here</div>
This div box has shadow with color #ad92ed
Comments
No comments written yet.
Please login to write comment.