HEX: #D6A4F0
RGB: (214,164,240)
#D6A4F0 enthält hauptsächlich rote und blaue Farbe. Für #D6A4F0 ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D6A4F0 wird in RGB als (214,164,240) definiert.
RGB: (214,164,240) (84%,64%,94%)
R 214 von 255 = 84%
G 164 von 255 = 64%
B 240 von 255 = 94%
R + G + B ~ 81%. #D6A4F0 ziemlich helle Farbe.
R + G + B =
214 + 164 + 240 = 618 (100%)
R 214 von 618 ~ 34.63%
G 164 von 618 ~ 26.54%
B 240 von 618 ~ 38.83%
Die Farbe #D6A4F0 wird in CMYK als (11,32,0,6) definiert.
CMYK: (11,32,0,6) C11M32Y0K6 (11%,32%,0%,6%) (0.11/0.32/0.00/0.06)
D6 | A4 | F0 | |
---|---|---|---|
RGB | 214 | 164 | 240 |
HSL | 279° | 71.70% | 79.22% |
HSB/HSV | 279° | 31.67% | 94.12% |
CMYK | 10.83% | 31.67% | 0.00% |
5.88% |
Hexadezimal | D6 | A4 | F0 |
Dezimal | 214 | 164 | 240 |
Binär | 11010110 | 10100100 | 11110000 |
Oktal | 326 | 244 | 360 |
Beispiele css- und html für Elemente in der Farbe #D6A4F0. Bitte benutzen Sie auch rgb(214,164,240) statt hex-Code.
.myTextColor { color: #D6A4F0; }
<p style="color:#D6A4F0">This sample text font color is #D6A4F0.</p>
Die Farbe dieses Textes ist #D6A4F0.
.myBgColor { background-color: #D6A4F0; }
<div style="background-color:#D6A4F0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6A4F0.
.myBorderColor { border: 1px solid #D6A4F0; }
<div style="border:3px solid #D6A4F0">Div</div>
Die Grenzen von diesem div sind in Farbe #D6A4F0.
.myOpacity80 { color: #D6A4F0; opacity: 0.8; }
<p style="color:#D6A4F0;opacity:0.8;">80%</p>
Text in Farbe #D6A4F0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6A4F0;}
<p style="text-shadow: 3px 3px 1px #D6A4F0">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6A4F0.
.textShadow {text-shadow: 3px 3px 1px #D6A4F0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6A4F0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6A4F0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6A4F0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6A4F0, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6A4F0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6A4F0; -webkit-box-shadow: 1px 1px 3px 2px #D6A4F0; box-shadow: 1px 1px 3px 2px #D6A4F0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6A4F0; -webkit-box-shadow: 1px 1px 3px 2px #D6A4F0; box-shadow:1px 1px 3px 2px #D6A4F0;">
Div content here</div>
Dieser Text ist in der Farbe #D6A4F0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6A4F0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6A4F0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6A4F0.