HEX: #D998EC
RGB: (217,152,236)
#D998EC enthält hauptsächlich rote und blaue Farbe. Für #D998EC ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D998EC wird in RGB als (217,152,236) definiert.
RGB: (217,152,236) (85%,60%,93%)
R 217 von 255 = 85%
G 152 von 255 = 60%
B 236 von 255 = 93%
R + G + B ~ 79%. #D998EC ziemlich helle Farbe.
R + G + B =
217 + 152 + 236 = 605 (100%)
R 217 von 605 ~ 35.87%
G 152 von 605 ~ 25.12%
B 236 von 605 ~ 39.01%
Die Farbe #D998EC wird in CMYK als (8,36,0,7) definiert.
CMYK: (8,36,0,7) C8M36Y0K7 (8%,36%,0%,7%) (0.08/0.36/0.00/0.07)
D9 | 98 | EC | |
---|---|---|---|
RGB | 217 | 152 | 236 |
HSL | 286° | 68.85% | 76.08% |
HSB/HSV | 286° | 35.59% | 92.55% |
CMYK | 8.05% | 35.59% | 0.00% |
7.45% |
Hexadezimal | D9 | 98 | EC |
Dezimal | 217 | 152 | 236 |
Binär | 11011001 | 10011000 | 11101100 |
Oktal | 331 | 230 | 354 |
Beispiele css- und html für Elemente in der Farbe #D998EC. Bitte benutzen Sie auch rgb(217,152,236) statt hex-Code.
.myTextColor { color: #D998EC; }
<p style="color:#D998EC">This sample text font color is #D998EC.</p>
Die Farbe dieses Textes ist #D998EC.
.myBgColor { background-color: #D998EC; }
<div style="background-color:#D998EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D998EC.
.myBorderColor { border: 1px solid #D998EC; }
<div style="border:3px solid #D998EC">Div</div>
Die Grenzen von diesem div sind in Farbe #D998EC.
.myOpacity80 { color: #D998EC; opacity: 0.8; }
<p style="color:#D998EC;opacity:0.8;">80%</p>
Text in Farbe #D998EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D998EC;}
<p style="text-shadow: 3px 3px 1px #D998EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D998EC.
.textShadow {text-shadow: 3px 3px 1px #D998EC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D998EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D998EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D998EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D998EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D998EC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D998EC; -webkit-box-shadow: 1px 1px 3px 2px #D998EC; box-shadow: 1px 1px 3px 2px #D998EC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D998EC; -webkit-box-shadow: 1px 1px 3px 2px #D998EC; box-shadow:1px 1px 3px 2px #D998EC;">
Div content here</div>
Dieser Text ist in der Farbe #D998EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D998EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D998EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D998EC.