HEX: #BD59AE
RGB: (189,89,174)
#BD59AE contains mainly red and blue colors. Web safe color of #BD59AE is #CC6699 (or #C69).
#BD59AE color RGB value is (189,89,174).
RGB: (189,89,174) (74%,35%,68%)
R 189 of 255 = 74%
G 89 of 255 = 35%
B 174 of 255 = 68%
R + G + B ~ 59%. #BD59AE is middle color (not dark and not light).
R + G + B =
189 + 89 + 174 = 452 (100%)
R 189 of 452 ~ 41.81%
G 89 of 452 ~ 19.69%
B 174 of 452 ~ 38.5%
#BD59AE color CMYK value is (0,53,8,26).
CMYK: (0,53,8,26) C0M53Y8K26 (0%,53%,8%,26%) (0.00/0.53/0.08/0.26)
BD | 59 | AE | |
---|---|---|---|
RGB | 189 | 89 | 174 |
HSL | 309° | 43.10% | 54.51% |
HSB/HSV | 309° | 52.91% | 74.12% |
CMYK | 0.00% | 52.91% | 7.94% |
25.88% |
HEX | BD | 59 | AE |
Decimal | 189 | 89 | 174 |
Binary | 10111101 | 1011001 | 10101110 |
Octal | 275 | 131 | 256 |
Examples of css and html codes for elements with #BD59AE color. Also use rgb(189,89,174) instead hex code.
.myTextColor { color: #BD59AE; }
<p style="color:#BD59AE">This sample text font color is #BD59AE.</p>
This text font color is #BD59AE.
.myBgColor { background-color: #BD59AE; }
<div style="background-color:#BD59AE">Inner text</div>
This div background color is #BD59AE.
.myBorderColor { border: 1px solid #BD59AE; }
<div style="border:3px solid #BD59AE">Div</div>
This div border color is #BD59AE.
.myOpacity80 { color: #BD59AE; opacity: 0.8; }
<p style="color:#BD59AE;opacity:0.8;">80%</p>
Text with #BD59AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD59AE;}
<p style="text-shadow: 3px 3px 1px #BD59AE">Text here.</p>
This text has shadow with #BD59AE color.
.textShadow {text-shadow: 3px 3px 1px #BD59AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD59AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BD59AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD59AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD59AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD59AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BD59AE; -webkit-box-shadow: 1px 1px 3px 2px #BD59AE; box-shadow: 1px 1px 3px 2px #BD59AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BD59AE; -webkit-box-shadow: 1px 1px 3px 2px #BD59AE; box-shadow:1px 1px 3px 2px #BD59AE;">
Div content here</div>
This text has color #BD59AE on black background.
This text has color #BD59AE on white background.
This text has black color on #BD59AE background.
This text has white color on #BD59AE background.