HEX: #AD457B
RGB: (173,69,123)
#AD457B contains mainly red and blue colors. Web safe color of #AD457B is #993366 (or #936).
#AD457B color RGB value is (173,69,123).
RGB: (173,69,123)
(68%, 27%, 48%)
R 173 of 255 = 68%
G 69 of 255 = 27%
B 123 of 255 = 48%
R + G + B ~ 48%. #AD457B is middle color (not dark and not light).
R + G + B = 173 + 69 + 123 = 365 (100%)
R 173 of 365 ~ 47.4%
G 69 of 365 ~ 18.9%
B 123 of 365 ~ 33.7'%
#AD457B color CMYK value is (0,60,29,32).
CMYK: (0,60,29,32)
C0M60Y29K32 (0%, 60%, 29%, 32%)
(0.00 / 0.60 / 0.29 / 0.32)
Color #AD457B in popluar color models
AD | 45 | 7B | |
---|---|---|---|
RGB | 173 | 69 | 123 |
HSL | 329° | 42.98% | 47.45% |
HSB/HSV | 329° | 60.12% | 67.84% |
CMYK | 0.00% | 60.12% | 28.90% |
32.16% |
Color #AD457B in popluar number systems.
HEX | AD | 45 | 7B |
Decimal | 173 | 69 | 123 |
Binary | 10101101 | 1000101 | 1111011 |
Octal | 255 | 105 | 173 |
Shades of #AD457B
Tints of #AD457B
Examples of css and html codes for elements with #AD457B color. Also use rgb(173,69,123) instead hex code.
.myTextColor { color: #AD457B; }
<p style="color:#AD457B">This sample text font color is #AD457B.</p>
This text font color is #AD457B.
.myBgColor { background-color: #AD457B; }
<div style="background-color:#AD457B">Inner text</div>
This div background color is #AD457B.
.myBorderColor { border: 1px solid #AD457B; }
<div style="border:3px solid #AD457B">Div</div>
This div border color is #AD457B.
.myOpacity80 { color: #AD457B; opacity: 0.8; }
<p style="color:#AD457B;opacity:0.8;">80%</p>
Text with #AD457B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD457B;}
<p style="text-shadow: 3px 3px 1px #AD457B">Text here.</p>
This text has shadow with #AD457B color.
.textShadow {text-shadow: 3px 3px 1px #AD457B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD457B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD457B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD457B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD457B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD457B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD457B;
-webkit-box-shadow: 1px 1px 3px 2px #AD457B;
box-shadow: 1px 1px 3px 2px #AD457B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD457B; -webkit-box-shadow: 1px 1px 3px 2px #AD457B; box-shadow:1px 1px 3px 2px #AD457B;">
Div content here
</div>
This text has color #AD457B on black background.
This text has color #AD457B on white background.
This text has black color on #AD457B background.
This text has white color on #AD457B background.
Complementary color for #hex is #52BA84.