HEX: #C5719D
RGB: (197,113,157)
#C5719D contains mainly red and blue colors. Web safe color of #C5719D is #CC6699 (or #C69).
#C5719D color RGB value is (197,113,157).
RGB: (197,113,157) (77%,44%,62%)
R 197 of 255 = 77%
G 113 of 255 = 44%
B 157 of 255 = 62%
R + G + B ~ 61%. #C5719D is quite light color.
R + G + B =
197 + 113 + 157 = 467 (100%)
R 197 of 467 ~ 42.18%
G 113 of 467 ~ 24.2%
B 157 of 467 ~ 33.62%
#C5719D color CMYK value is (0,43,20,23).
CMYK: (0,43,20,23) C0M43Y20K23 (0%,43%,20%,23%) (0.00/0.43/0.20/0.23)
C5 | 71 | 9D | |
---|---|---|---|
RGB | 197 | 113 | 157 |
HSL | 329° | 42.00% | 60.78% |
HSB/HSV | 329° | 42.64% | 77.25% |
CMYK | 0.00% | 42.64% | 20.30% |
22.75% |
HEX | C5 | 71 | 9D |
Decimal | 197 | 113 | 157 |
Binary | 11000101 | 1110001 | 10011101 |
Octal | 305 | 161 | 235 |
Examples of css and html codes for elements with #C5719D color. Also use rgb(197,113,157) instead hex code.
.myTextColor { color: #C5719D; }
<p style="color:#C5719D">This sample text font color is #C5719D.</p>
This text font color is #C5719D.
.myBgColor { background-color: #C5719D; }
<div style="background-color:#C5719D">Inner text</div>
This div background color is #C5719D.
.myBorderColor { border: 1px solid #C5719D; }
<div style="border:3px solid #C5719D">Div</div>
This div border color is #C5719D.
.myOpacity80 { color: #C5719D; opacity: 0.8; }
<p style="color:#C5719D;opacity:0.8;">80%</p>
Text with #C5719D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5719D;}
<p style="text-shadow: 3px 3px 1px #C5719D">Text here.</p>
This text has shadow with #C5719D color.
.textShadow {text-shadow: 3px 3px 1px #C5719D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5719D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5719D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5719D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5719D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5719D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5719D; -webkit-box-shadow: 1px 1px 3px 2px #C5719D; box-shadow: 1px 1px 3px 2px #C5719D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5719D; -webkit-box-shadow: 1px 1px 3px 2px #C5719D; box-shadow:1px 1px 3px 2px #C5719D;">
Div content here</div>
This text has color #C5719D on black background.
This text has color #C5719D on white background.
This text has black color on #C5719D background.
This text has white color on #C5719D background.