HEX: #B46FD0
RGB: (180,111,208)
#B46FD0 enthält hauptsächlich rote und blaue Farbe. Für #B46FD0 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #B46FD0 wird in RGB als (180,111,208) definiert.
RGB: (180,111,208) (71%,44%,82%)
R 180 von 255 = 71%
G 111 von 255 = 44%
B 208 von 255 = 82%
R + G + B ~ 66%. #B46FD0 ziemlich helle Farbe.
R + G + B =
180 + 111 + 208 = 499 (100%)
R 180 von 499 ~ 36.07%
G 111 von 499 ~ 22.24%
B 208 von 499 ~ 41.68%
Die Farbe #B46FD0 wird in CMYK als (13,47,0,18) definiert.
CMYK: (13,47,0,18) C13M47Y0K18 (13%,47%,0%,18%) (0.13/0.47/0.00/0.18)
B4 | 6F | D0 | |
---|---|---|---|
RGB | 180 | 111 | 208 |
HSL | 283° | 50.79% | 62.55% |
HSB/HSV | 283° | 46.63% | 81.57% |
CMYK | 13.46% | 46.63% | 0.00% |
18.43% |
Hexadezimal | B4 | 6F | D0 |
Dezimal | 180 | 111 | 208 |
Binär | 10110100 | 1101111 | 11010000 |
Oktal | 264 | 157 | 320 |
Beispiele css- und html für Elemente in der Farbe #B46FD0. Bitte benutzen Sie auch rgb(180,111,208) statt hex-Code.
.myTextColor { color: #B46FD0; }
<p style="color:#B46FD0">This sample text font color is #B46FD0.</p>
Die Farbe dieses Textes ist #B46FD0.
.myBgColor { background-color: #B46FD0; }
<div style="background-color:#B46FD0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B46FD0.
.myBorderColor { border: 1px solid #B46FD0; }
<div style="border:3px solid #B46FD0">Div</div>
Die Grenzen von diesem div sind in Farbe #B46FD0.
.myOpacity80 { color: #B46FD0; opacity: 0.8; }
<p style="color:#B46FD0;opacity:0.8;">80%</p>
Text in Farbe #B46FD0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B46FD0;}
<p style="text-shadow: 3px 3px 1px #B46FD0">Text here.</p>
Dieser Text hat den Schatten in Farbe #B46FD0.
.textShadow {text-shadow: 3px 3px 1px #B46FD0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B46FD0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B46FD0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46FD0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B46FD0, Direction=45, Strength=4)">Text</p>
This text has shadow with #B46FD0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B46FD0; -webkit-box-shadow: 1px 1px 3px 2px #B46FD0; box-shadow: 1px 1px 3px 2px #B46FD0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B46FD0; -webkit-box-shadow: 1px 1px 3px 2px #B46FD0; box-shadow:1px 1px 3px 2px #B46FD0;">
Div content here</div>
Dieser Text ist in der Farbe #B46FD0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B46FD0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B46FD0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B46FD0.