HEX: #7D5AD6
RGB: (125,90,214)
#7D5AD6 contains mainly blue color. Web safe color of #7D5AD6 is #6666CC (or #66C).
#7D5AD6 color RGB value is (125,90,214).
RGB: (125,90,214)
(49%, 35%, 84%)
R 125 of 255 = 49%
G 90 of 255 = 35%
B 214 of 255 = 84%
R + G + B ~ 56%. #7D5AD6 is middle color (not dark and not light).
R + G + B = 125 + 90 + 214 = 429 (100%)
R 125 of 429 ~ 29.14%
G 90 of 429 ~ 20.98%
B 214 of 429 ~ 49.88'%
#7D5AD6 color CMYK value is (42,58,0,16).
CMYK: (42,58,0,16)
C42M58Y0K16 (42%, 58%, 0%, 16%)
(0.42 / 0.58 / 0.00 / 0.16)
Color #7D5AD6 in popluar color models
7D | 5A | D6 | |
---|---|---|---|
RGB | 125 | 90 | 214 |
HSL | 257° | 60.19% | 59.61% |
HSB/HSV | 257° | 57.94% | 83.92% |
CMYK | 41.59% | 57.94% | 0.00% |
16.08% |
Color #7D5AD6 in popluar number systems.
HEX | 7D | 5A | D6 |
Decimal | 125 | 90 | 214 |
Binary | 1111101 | 1011010 | 11010110 |
Octal | 175 | 132 | 326 |
Shades of #7D5AD6
Tints of #7D5AD6
Examples of css and html codes for elements with #7D5AD6 color. Also use rgb(125,90,214) instead hex code.
.myTextColor { color: #7D5AD6; }
<p style="color:#7D5AD6">This sample text font color is #7D5AD6.</p>
This text font color is #7D5AD6.
.myBgColor { background-color: #7D5AD6; }
<div style="background-color:#7D5AD6">Inner text</div>
This div background color is #7D5AD6.
.myBorderColor { border: 1px solid #7D5AD6; }
<div style="border:3px solid #7D5AD6">Div</div>
This div border color is #7D5AD6.
.myOpacity80 { color: #7D5AD6; opacity: 0.8; }
<p style="color:#7D5AD6;opacity:0.8;">80%</p>
Text with #7D5AD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D5AD6;}
<p style="text-shadow: 3px 3px 1px #7D5AD6">Text here.</p>
This text has shadow with #7D5AD6 color.
.textShadow {text-shadow: 3px 3px 1px #7D5AD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D5AD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D5AD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D5AD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D5AD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D5AD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D5AD6;
-webkit-box-shadow: 1px 1px 3px 2px #7D5AD6;
box-shadow: 1px 1px 3px 2px #7D5AD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D5AD6; -webkit-box-shadow: 1px 1px 3px 2px #7D5AD6; box-shadow:1px 1px 3px 2px #7D5AD6;">
Div content here
</div>
This text has color #7D5AD6 on black background.
This text has color #7D5AD6 on white background.
This text has black color on #7D5AD6 background.
This text has white color on #7D5AD6 background.
Complementary color for #hex is #82A529.