HEX: #B49FDC
RGB: (180,159,220)
#B49FDC enthält hauptsächlich rote und blaue Farbe. Für #B49FDC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B49FDC wird in RGB als (180,159,220) definiert.
RGB: (180,159,220) (71%,62%,86%)
R 180 von 255 = 71%
G 159 von 255 = 62%
B 220 von 255 = 86%
R + G + B ~ 73%. #B49FDC ziemlich helle Farbe.
R + G + B =
180 + 159 + 220 = 559 (100%)
R 180 von 559 ~ 32.2%
G 159 von 559 ~ 28.44%
B 220 von 559 ~ 39.36%
Die Farbe #B49FDC wird in CMYK als (18,28,0,14) definiert.
CMYK: (18,28,0,14) C18M28Y0K14 (18%,28%,0%,14%) (0.18/0.28/0.00/0.14)
B4 | 9F | DC | |
---|---|---|---|
RGB | 180 | 159 | 220 |
HSL | 261° | 46.56% | 74.31% |
HSB/HSV | 261° | 27.73% | 86.27% |
CMYK | 18.18% | 27.73% | 0.00% |
13.73% |
Hexadezimal | B4 | 9F | DC |
Dezimal | 180 | 159 | 220 |
Binär | 10110100 | 10011111 | 11011100 |
Oktal | 264 | 237 | 334 |
Beispiele css- und html für Elemente in der Farbe #B49FDC. Bitte benutzen Sie auch rgb(180,159,220) statt hex-Code.
.myTextColor { color: #B49FDC; }
<p style="color:#B49FDC">This sample text font color is #B49FDC.</p>
Die Farbe dieses Textes ist #B49FDC.
.myBgColor { background-color: #B49FDC; }
<div style="background-color:#B49FDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49FDC.
.myBorderColor { border: 1px solid #B49FDC; }
<div style="border:3px solid #B49FDC">Div</div>
Die Grenzen von diesem div sind in Farbe #B49FDC.
.myOpacity80 { color: #B49FDC; opacity: 0.8; }
<p style="color:#B49FDC;opacity:0.8;">80%</p>
Text in Farbe #B49FDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49FDC;}
<p style="text-shadow: 3px 3px 1px #B49FDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49FDC.
.textShadow {text-shadow: 3px 3px 1px #B49FDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49FDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49FDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49FDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49FDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49FDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49FDC; -webkit-box-shadow: 1px 1px 3px 2px #B49FDC; box-shadow: 1px 1px 3px 2px #B49FDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49FDC; -webkit-box-shadow: 1px 1px 3px 2px #B49FDC; box-shadow:1px 1px 3px 2px #B49FDC;">
Div content here</div>
Dieser Text ist in der Farbe #B49FDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49FDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49FDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49FDC.