HEX: #B85985
RGB: (184,89,133)
#B85985 enthält hauptsächlich rote und blaue Farbe. Für #B85985 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B85985 wird in RGB als (184,89,133) definiert.
RGB: (184,89,133) (72%,35%,52%)
R 184 von 255 = 72%
G 89 von 255 = 35%
B 133 von 255 = 52%
R + G + B ~ 53%. #B85985 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
184 + 89 + 133 = 406 (100%)
R 184 von 406 ~ 45.32%
G 89 von 406 ~ 21.92%
B 133 von 406 ~ 32.76%
Die Farbe #B85985 wird in CMYK als (0,52,28,28) definiert.
CMYK: (0,52,28,28) C0M52Y28K28 (0%,52%,28%,28%) (0.00/0.52/0.28/0.28)
B8 | 59 | 85 | |
---|---|---|---|
RGB | 184 | 89 | 133 |
HSL | 332° | 40.08% | 53.53% |
HSB/HSV | 332° | 51.63% | 72.16% |
CMYK | 0.00% | 51.63% | 27.72% |
27.84% |
Hexadezimal | B8 | 59 | 85 |
Dezimal | 184 | 89 | 133 |
Binär | 10111000 | 1011001 | 10000101 |
Oktal | 270 | 131 | 205 |
Beispiele css- und html für Elemente in der Farbe #B85985. Bitte benutzen Sie auch rgb(184,89,133) statt hex-Code.
.myTextColor { color: #B85985; }
<p style="color:#B85985">This sample text font color is #B85985.</p>
Die Farbe dieses Textes ist #B85985.
.myBgColor { background-color: #B85985; }
<div style="background-color:#B85985">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B85985.
.myBorderColor { border: 1px solid #B85985; }
<div style="border:3px solid #B85985">Div</div>
Die Grenzen von diesem div sind in Farbe #B85985.
.myOpacity80 { color: #B85985; opacity: 0.8; }
<p style="color:#B85985;opacity:0.8;">80%</p>
Text in Farbe #B85985 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B85985;}
<p style="text-shadow: 3px 3px 1px #B85985">Text here.</p>
Dieser Text hat den Schatten in Farbe #B85985.
.textShadow {text-shadow: 3px 3px 1px #B85985, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B85985, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B85985 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B85985, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B85985, Direction=45, Strength=4)">Text</p>
This text has shadow with #B85985 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B85985; -webkit-box-shadow: 1px 1px 3px 2px #B85985; box-shadow: 1px 1px 3px 2px #B85985; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B85985; -webkit-box-shadow: 1px 1px 3px 2px #B85985; box-shadow:1px 1px 3px 2px #B85985;">
Div content here</div>
Dieser Text ist in der Farbe #B85985 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B85985 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B85985.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B85985.