HEX: #B476E0
RGB: (180,118,224)
#B476E0 enthält hauptsächlich rote und blaue Farbe. Für #B476E0 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #B476E0 wird in RGB als (180,118,224) definiert.
RGB: (180,118,224) (71%,46%,88%)
R 180 von 255 = 71%
G 118 von 255 = 46%
B 224 von 255 = 88%
R + G + B ~ 68%. #B476E0 ziemlich helle Farbe.
R + G + B =
180 + 118 + 224 = 522 (100%)
R 180 von 522 ~ 34.48%
G 118 von 522 ~ 22.61%
B 224 von 522 ~ 42.91%
Die Farbe #B476E0 wird in CMYK als (20,47,0,12) definiert.
CMYK: (20,47,0,12) C20M47Y0K12 (20%,47%,0%,12%) (0.20/0.47/0.00/0.12)
B4 | 76 | E0 | |
---|---|---|---|
RGB | 180 | 118 | 224 |
HSL | 275° | 63.10% | 67.06% |
HSB/HSV | 275° | 47.32% | 87.84% |
CMYK | 19.64% | 47.32% | 0.00% |
12.16% |
Hexadezimal | B4 | 76 | E0 |
Dezimal | 180 | 118 | 224 |
Binär | 10110100 | 1110110 | 11100000 |
Oktal | 264 | 166 | 340 |
Beispiele css- und html für Elemente in der Farbe #B476E0. Bitte benutzen Sie auch rgb(180,118,224) statt hex-Code.
.myTextColor { color: #B476E0; }
<p style="color:#B476E0">This sample text font color is #B476E0.</p>
Die Farbe dieses Textes ist #B476E0.
.myBgColor { background-color: #B476E0; }
<div style="background-color:#B476E0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B476E0.
.myBorderColor { border: 1px solid #B476E0; }
<div style="border:3px solid #B476E0">Div</div>
Die Grenzen von diesem div sind in Farbe #B476E0.
.myOpacity80 { color: #B476E0; opacity: 0.8; }
<p style="color:#B476E0;opacity:0.8;">80%</p>
Text in Farbe #B476E0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B476E0;}
<p style="text-shadow: 3px 3px 1px #B476E0">Text here.</p>
Dieser Text hat den Schatten in Farbe #B476E0.
.textShadow {text-shadow: 3px 3px 1px #B476E0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B476E0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B476E0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B476E0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B476E0, Direction=45, Strength=4)">Text</p>
This text has shadow with #B476E0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B476E0; -webkit-box-shadow: 1px 1px 3px 2px #B476E0; box-shadow: 1px 1px 3px 2px #B476E0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B476E0; -webkit-box-shadow: 1px 1px 3px 2px #B476E0; box-shadow:1px 1px 3px 2px #B476E0;">
Div content here</div>
Dieser Text ist in der Farbe #B476E0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B476E0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B476E0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B476E0.