HEX: #B481DE
RGB: (180,129,222)
#B481DE enthält hauptsächlich rote und blaue Farbe. Für #B481DE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B481DE wird in RGB als (180,129,222) definiert.
RGB: (180,129,222) (71%,51%,87%)
R 180 von 255 = 71%
G 129 von 255 = 51%
B 222 von 255 = 87%
R + G + B ~ 70%. #B481DE ziemlich helle Farbe.
R + G + B =
180 + 129 + 222 = 531 (100%)
R 180 von 531 ~ 33.9%
G 129 von 531 ~ 24.29%
B 222 von 531 ~ 41.81%
Die Farbe #B481DE wird in CMYK als (19,42,0,13) definiert.
CMYK: (19,42,0,13) C19M42Y0K13 (19%,42%,0%,13%) (0.19/0.42/0.00/0.13)
B4 | 81 | DE | |
---|---|---|---|
RGB | 180 | 129 | 222 |
HSL | 273° | 58.49% | 68.82% |
HSB/HSV | 273° | 41.89% | 87.06% |
CMYK | 18.92% | 41.89% | 0.00% |
12.94% |
Hexadezimal | B4 | 81 | DE |
Dezimal | 180 | 129 | 222 |
Binär | 10110100 | 10000001 | 11011110 |
Oktal | 264 | 201 | 336 |
Beispiele css- und html für Elemente in der Farbe #B481DE. Bitte benutzen Sie auch rgb(180,129,222) statt hex-Code.
.myTextColor { color: #B481DE; }
<p style="color:#B481DE">This sample text font color is #B481DE.</p>
Die Farbe dieses Textes ist #B481DE.
.myBgColor { background-color: #B481DE; }
<div style="background-color:#B481DE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B481DE.
.myBorderColor { border: 1px solid #B481DE; }
<div style="border:3px solid #B481DE">Div</div>
Die Grenzen von diesem div sind in Farbe #B481DE.
.myOpacity80 { color: #B481DE; opacity: 0.8; }
<p style="color:#B481DE;opacity:0.8;">80%</p>
Text in Farbe #B481DE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B481DE;}
<p style="text-shadow: 3px 3px 1px #B481DE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B481DE.
.textShadow {text-shadow: 3px 3px 1px #B481DE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B481DE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B481DE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B481DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B481DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B481DE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B481DE; -webkit-box-shadow: 1px 1px 3px 2px #B481DE; box-shadow: 1px 1px 3px 2px #B481DE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B481DE; -webkit-box-shadow: 1px 1px 3px 2px #B481DE; box-shadow:1px 1px 3px 2px #B481DE;">
Div content here</div>
Dieser Text ist in der Farbe #B481DE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B481DE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B481DE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B481DE.