HEX: #BB6695
RGB: (187,102,149)
#BB6695 enthält hauptsächlich rote und blaue Farbe. Für #BB6695 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB6695 wird in RGB als (187,102,149) definiert.
RGB: (187,102,149) (73%,40%,58%)
R 187 von 255 = 73%
G 102 von 255 = 40%
B 149 von 255 = 58%
R + G + B ~ 57%. #BB6695 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 102 + 149 = 438 (100%)
R 187 von 438 ~ 42.69%
G 102 von 438 ~ 23.29%
B 149 von 438 ~ 34.02%
Die Farbe #BB6695 wird in CMYK als (0,45,20,27) definiert.
CMYK: (0,45,20,27) C0M45Y20K27 (0%,45%,20%,27%) (0.00/0.45/0.20/0.27)
BB | 66 | 95 | |
---|---|---|---|
RGB | 187 | 102 | 149 |
HSL | 327° | 38.46% | 56.67% |
HSB/HSV | 327° | 45.45% | 73.33% |
CMYK | 0.00% | 45.45% | 20.32% |
26.67% |
Hexadezimal | BB | 66 | 95 |
Dezimal | 187 | 102 | 149 |
Binär | 10111011 | 1100110 | 10010101 |
Oktal | 273 | 146 | 225 |
Beispiele css- und html für Elemente in der Farbe #BB6695. Bitte benutzen Sie auch rgb(187,102,149) statt hex-Code.
.myTextColor { color: #BB6695; }
<p style="color:#BB6695">This sample text font color is #BB6695.</p>
Die Farbe dieses Textes ist #BB6695.
.myBgColor { background-color: #BB6695; }
<div style="background-color:#BB6695">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB6695.
.myBorderColor { border: 1px solid #BB6695; }
<div style="border:3px solid #BB6695">Div</div>
Die Grenzen von diesem div sind in Farbe #BB6695.
.myOpacity80 { color: #BB6695; opacity: 0.8; }
<p style="color:#BB6695;opacity:0.8;">80%</p>
Text in Farbe #BB6695 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB6695;}
<p style="text-shadow: 3px 3px 1px #BB6695">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB6695.
.textShadow {text-shadow: 3px 3px 1px #BB6695, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB6695, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB6695 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB6695, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB6695, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB6695 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB6695; -webkit-box-shadow: 1px 1px 3px 2px #BB6695; box-shadow: 1px 1px 3px 2px #BB6695; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB6695; -webkit-box-shadow: 1px 1px 3px 2px #BB6695; box-shadow:1px 1px 3px 2px #BB6695;">
Div content here</div>
Dieser Text ist in der Farbe #BB6695 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB6695 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB6695.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB6695.