HEX: #B493AD
RGB: (180,147,173)
#B493AD contains red, green and blue colors in about the same proportion. Web safe color of #B493AD is #CC9999 (or #C99).
#B493AD color RGB value is (180,147,173).
RGB: (180,147,173)
(71%, 58%, 68%)
R 180 of 255 = 71%
G 147 of 255 = 58%
B 173 of 255 = 68%
R + G + B ~ 66%. #B493AD is quite light color.
R + G + B = 180 + 147 + 173 = 500 (100%)
R 180 of 500 ~ 36%
G 147 of 500 ~ 29.4%
B 173 of 500 ~ 34.6'%
#B493AD color CMYK value is (0,18,4,29).
CMYK: (0,18,4,29)
C0M18Y4K29 (0%, 18%, 4%, 29%)
(0.00 / 0.18 / 0.04 / 0.29)
Color #B493AD in popluar color models
B4 | 93 | AD | |
---|---|---|---|
RGB | 180 | 147 | 173 |
HSL | 313° | 18.03% | 64.12% |
HSB/HSV | 313° | 18.33% | 70.59% |
CMYK | 0.00% | 18.33% | 3.89% |
29.41% |
Color #B493AD in popluar number systems.
HEX | B4 | 93 | AD |
Decimal | 180 | 147 | 173 |
Binary | 10110100 | 10010011 | 10101101 |
Octal | 264 | 223 | 255 |
Shades of #B493AD
Tints of #B493AD
Examples of css and html codes for elements with #B493AD color. Also use rgb(180,147,173) instead hex code.
.myTextColor { color: #B493AD; }
<p style="color:#B493AD">This sample text font color is #B493AD.</p>
This text font color is #B493AD.
.myBgColor { background-color: #B493AD; }
<div style="background-color:#B493AD">Inner text</div>
This div background color is #B493AD.
.myBorderColor { border: 1px solid #B493AD; }
<div style="border:3px solid #B493AD">Div</div>
This div border color is #B493AD.
.myOpacity80 { color: #B493AD; opacity: 0.8; }
<p style="color:#B493AD;opacity:0.8;">80%</p>
Text with #B493AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B493AD;}
<p style="text-shadow: 3px 3px 1px #B493AD">Text here.</p>
This text has shadow with #B493AD color.
.textShadow {text-shadow: 3px 3px 1px #B493AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B493AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B493AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B493AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B493AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B493AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B493AD;
-webkit-box-shadow: 1px 1px 3px 2px #B493AD;
box-shadow: 1px 1px 3px 2px #B493AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B493AD; -webkit-box-shadow: 1px 1px 3px 2px #B493AD; box-shadow:1px 1px 3px 2px #B493AD;">
Div content here
</div>
This text has color #B493AD on black background.
This text has color #B493AD on white background.
This text has black color on #B493AD background.
This text has white color on #B493AD background.
Complementary color for #hex is #4B6C52.