HEX: #B499EF
RGB: (180,153,239)
#B499EF enthält hauptsächlich rote und blaue Farbe. Für #B499EF ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #B499EF wird in RGB als (180,153,239) definiert.
RGB: (180,153,239) (71%,60%,94%)
R 180 von 255 = 71%
G 153 von 255 = 60%
B 239 von 255 = 94%
R + G + B ~ 75%. #B499EF ziemlich helle Farbe.
R + G + B =
180 + 153 + 239 = 572 (100%)
R 180 von 572 ~ 31.47%
G 153 von 572 ~ 26.75%
B 239 von 572 ~ 41.78%
Die Farbe #B499EF wird in CMYK als (25,36,0,6) definiert.
CMYK: (25,36,0,6) C25M36Y0K6 (25%,36%,0%,6%) (0.25/0.36/0.00/0.06)
B4 | 99 | EF | |
---|---|---|---|
RGB | 180 | 153 | 239 |
HSL | 259° | 72.88% | 76.86% |
HSB/HSV | 259° | 35.98% | 93.73% |
CMYK | 24.69% | 35.98% | 0.00% |
6.27% |
Hexadezimal | B4 | 99 | EF |
Dezimal | 180 | 153 | 239 |
Binär | 10110100 | 10011001 | 11101111 |
Oktal | 264 | 231 | 357 |
Beispiele css- und html für Elemente in der Farbe #B499EF. Bitte benutzen Sie auch rgb(180,153,239) statt hex-Code.
.myTextColor { color: #B499EF; }
<p style="color:#B499EF">This sample text font color is #B499EF.</p>
Die Farbe dieses Textes ist #B499EF.
.myBgColor { background-color: #B499EF; }
<div style="background-color:#B499EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B499EF.
.myBorderColor { border: 1px solid #B499EF; }
<div style="border:3px solid #B499EF">Div</div>
Die Grenzen von diesem div sind in Farbe #B499EF.
.myOpacity80 { color: #B499EF; opacity: 0.8; }
<p style="color:#B499EF;opacity:0.8;">80%</p>
Text in Farbe #B499EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B499EF;}
<p style="text-shadow: 3px 3px 1px #B499EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B499EF.
.textShadow {text-shadow: 3px 3px 1px #B499EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B499EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B499EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B499EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B499EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B499EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B499EF; -webkit-box-shadow: 1px 1px 3px 2px #B499EF; box-shadow: 1px 1px 3px 2px #B499EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B499EF; -webkit-box-shadow: 1px 1px 3px 2px #B499EF; box-shadow:1px 1px 3px 2px #B499EF;">
Div content here</div>
Dieser Text ist in der Farbe #B499EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B499EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B499EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B499EF.