HEX: #B18DD5
RGB: (177,141,213)
#B18DD5 enthält hauptsächlich rote und blaue Farbe. Für #B18DD5 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B18DD5 wird in RGB als (177,141,213) definiert.
RGB: (177,141,213)
(69%, 55%, 84%)
R 177 von 255 = 69%
G 141 von 255 = 55%
B 213 von 255 = 84%
R + G + B ~ 69%. #B18DD5 ziemlich helle Farbe.
R + G + B = 177 + 141 + 213 = 531 (100%)
R 177 von 531 ~ 33.33%
G 141 von 531 ~ 26.55%
B 213 von 531 ~ 40.11'%
Die Farbe #B18DD5 wird in CMYK als (17,34,0,16) definiert.
CMYK: (17,34,0,16)
C17M34Y0K16 (17%, 34%, 0%, 16%)
(0.17 / 0.34 / 0.00 / 0.16)
Farbe #B18DD5 in den populären Farbmodellen.
B1 | 8D | D5 | |
---|---|---|---|
RGB | 177 | 141 | 213 |
HSL | 270° | 46.15% | 69.41% |
HSB/HSV | 270° | 33.80% | 83.53% |
CMYK | 16.90% | 33.80% | 0.00% |
16.47% |
Die Farbe #B18DD5 in den populären Zahlensystemen.
Hexadezimal | B1 | 8D | D5 |
Dezimal | 177 | 141 | 213 |
Binär | 10110001 | 10001101 | 11010101 |
Oktal | 261 | 215 | 325 |
Dunkle Töne der Farbe #B18DD5
Helle Töne der Farbe #B18DD5
Beispiele css- und html für Elemente in der Farbe #B18DD5. Bitte benutzen Sie auch rgb(177,141,213) statt hex-Code.
.myTextColor { color: #B18DD5; }
<p style="color:#B18DD5">This sample text font color is #B18DD5.</p>
Die Farbe dieses Textes ist #B18DD5.
.myBgColor { background-color: #B18DD5; }
<div style="background-color:#B18DD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B18DD5.
.myBorderColor { border: 1px solid #B18DD5; }
<div style="border:3px solid #B18DD5">Div</div>
Die Grenzen von diesem div sind in Farbe #B18DD5.
.myOpacity80 { color: #B18DD5; opacity: 0.8; }
<p style="color:#B18DD5;opacity:0.8;">80%</p>
Text in Farbe #B18DD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B18DD5;}
<p style="text-shadow: 3px 3px 1px #B18DD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #B18DD5.
.textShadow {text-shadow: 3px 3px 1px #B18DD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B18DD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B18DD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B18DD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B18DD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #B18DD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B18DD5;
-webkit-box-shadow: 1px 1px 3px 2px #B18DD5;
box-shadow: 1px 1px 3px 2px #B18DD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B18DD5; -webkit-box-shadow: 1px 1px 3px 2px #B18DD5; box-shadow:1px 1px 3px 2px #B18DD5;">
Div content here
</div>
Dieser Text ist in der Farbe #B18DD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B18DD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B18DD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B18DD5.
Kontrastfarbe für #hex ist #4E722A.