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