HEX: #AD50E7
RGB: (173,80,231)
#AD50E7 contains mainly red and blue colors. Web safe color of #AD50E7 is #9966FF (or #96F).
#AD50E7 color RGB value is (173,80,231).
RGB: (173,80,231)
(68%, 31%, 91%)
R 173 of 255 = 68%
G 80 of 255 = 31%
B 231 of 255 = 91%
R + G + B ~ 63%. #AD50E7 is quite light color.
R + G + B = 173 + 80 + 231 = 484 (100%)
R 173 of 484 ~ 35.74%
G 80 of 484 ~ 16.53%
B 231 of 484 ~ 47.73'%
#AD50E7 color CMYK value is (25,65,0,9).
CMYK: (25,65,0,9)
C25M65Y0K9 (25%, 65%, 0%, 9%)
(0.25 / 0.65 / 0.00 / 0.09)
Color #AD50E7 in popluar color models
AD | 50 | E7 | |
---|---|---|---|
RGB | 173 | 80 | 231 |
HSL | 277° | 75.88% | 60.98% |
HSB/HSV | 277° | 65.37% | 90.59% |
CMYK | 25.11% | 65.37% | 0.00% |
9.41% |
Color #AD50E7 in popluar number systems.
HEX | AD | 50 | E7 |
Decimal | 173 | 80 | 231 |
Binary | 10101101 | 1010000 | 11100111 |
Octal | 255 | 120 | 347 |
Shades of #AD50E7
Tints of #AD50E7
Examples of css and html codes for elements with #AD50E7 color. Also use rgb(173,80,231) instead hex code.
.myTextColor { color: #AD50E7; }
<p style="color:#AD50E7">This sample text font color is #AD50E7.</p>
This text font color is #AD50E7.
.myBgColor { background-color: #AD50E7; }
<div style="background-color:#AD50E7">Inner text</div>
This div background color is #AD50E7.
.myBorderColor { border: 1px solid #AD50E7; }
<div style="border:3px solid #AD50E7">Div</div>
This div border color is #AD50E7.
.myOpacity80 { color: #AD50E7; opacity: 0.8; }
<p style="color:#AD50E7;opacity:0.8;">80%</p>
Text with #AD50E7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD50E7;}
<p style="text-shadow: 3px 3px 1px #AD50E7">Text here.</p>
This text has shadow with #AD50E7 color.
.textShadow {text-shadow: 3px 3px 1px #AD50E7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD50E7, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD50E7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD50E7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD50E7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD50E7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD50E7;
-webkit-box-shadow: 1px 1px 3px 2px #AD50E7;
box-shadow: 1px 1px 3px 2px #AD50E7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD50E7; -webkit-box-shadow: 1px 1px 3px 2px #AD50E7; box-shadow:1px 1px 3px 2px #AD50E7;">
Div content here
</div>
This text has color #AD50E7 on black background.
This text has color #AD50E7 on white background.
This text has black color on #AD50E7 background.
This text has white color on #AD50E7 background.
Complementary color for #hex is #52AF18.