HEX: #D5727C
RGB: (213,114,124)
Il colore #D5727C contiene principalmente il rosso. Per il #D5727C il colore web safe è #CC6666 (#C66).
Il colore D5727C in RGB è definito come 213,114,124
RGB: (213,114,124) (84%,45%,49%)
R 213 da 255 = 84%
G 114 da 255 = 45%
B 124 da 255 = 49%
R + G + B ~ 59%. #D5727C colore medio (né scuro né chiaro).
R + G + B =
213 + 114 + 124 = 451 (100%)
R 213 da 451 ~ 47.23%
G 114 da 451 ~ 25.28%
B 124 da 451 ~ 27.49%
Il colore #D5727C in CMYK è definito come 0,46,42,16.
CMYK: (0,46,42,16) C0M46Y42K16 (0%,46%,42%,16%) (0.00/0.46/0.42/0.16)
D5 | 72 | 7C | |
---|---|---|---|
RGB | 213 | 114 | 124 |
HSL | 354° | 54.10% | 64.12% |
HSB/HSV | 354° | 46.48% | 83.53% |
CMYK | 0.00% | 46.48% | 41.78% |
16.47% |
Esadicemale | D5 | 72 | 7C |
Decimale | 213 | 114 | 124 |
Binario | 11010101 | 1110010 | 1111100 |
Ottale | 325 | 162 | 174 |
Esempi dei codici css e html per gli elementi di colore #D5727C. Utilizzate rgb(213,114,124) anche al posto del codice hex.
.myTextColor { color: #D5727C; }
<p style="color:#D5727C">This sample text font color is #D5727C.</p>
Il colore di questo testo è #D5727C.
.myBgColor { background-color: #D5727C; }
<div style="background-color:#D5727C">Inner text</div>
Questo div ha lo sfondo di colore #D5727C.
.myBorderColor { border: 1px solid #D5727C; }
<div style="border:3px solid #D5727C">Div</div>
Questo div ha i bordi di colore D5727C.
.myOpacity80 { color: #D5727C; opacity: 0.8; }
<p style="color:#D5727C;opacity:0.8;">80%</p>
Il testo di color #D5727C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5727C;}
<p style="text-shadow: 3px 3px 1px #D5727C">Text here.</p>
Questo testo ha l'ombra di colore #D5727C.
.textShadow {text-shadow: 3px 3px 1px #D5727C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5727C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D5727C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5727C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5727C, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5727C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5727C; -webkit-box-shadow: 1px 1px 3px 2px #D5727C; box-shadow: 1px 1px 3px 2px #D5727C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5727C; -webkit-box-shadow: 1px 1px 3px 2px #D5727C; box-shadow:1px 1px 3px 2px #D5727C;">
Div content here</div>
Questo e il testo di colore #D5727C sullo sfondo nero.
Questo e il testo di colore #D5727C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D5727C.
Questo è un testo bianco sullo sfondo del colore #D5727C.