HEX: #D68FE2
RGB: (214,143,226)
#D68FE2 enthält hauptsächlich rote und blaue Farbe. Für #D68FE2 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D68FE2 wird in RGB als (214,143,226) definiert.
RGB: (214,143,226) (84%,56%,89%)
R 214 von 255 = 84%
G 143 von 255 = 56%
B 226 von 255 = 89%
R + G + B ~ 76%. #D68FE2 ziemlich helle Farbe.
R + G + B =
214 + 143 + 226 = 583 (100%)
R 214 von 583 ~ 36.71%
G 143 von 583 ~ 24.53%
B 226 von 583 ~ 38.77%
Die Farbe #D68FE2 wird in CMYK als (5,37,0,11) definiert.
CMYK: (5,37,0,11) C5M37Y0K11 (5%,37%,0%,11%) (0.05/0.37/0.00/0.11)
D6 | 8F | E2 | |
---|---|---|---|
RGB | 214 | 143 | 226 |
HSL | 291° | 58.87% | 72.35% |
HSB/HSV | 291° | 36.73% | 88.63% |
CMYK | 5.31% | 36.73% | 0.00% |
11.37% |
Hexadezimal | D6 | 8F | E2 |
Dezimal | 214 | 143 | 226 |
Binär | 11010110 | 10001111 | 11100010 |
Oktal | 326 | 217 | 342 |
Beispiele css- und html für Elemente in der Farbe #D68FE2. Bitte benutzen Sie auch rgb(214,143,226) statt hex-Code.
.myTextColor { color: #D68FE2; }
<p style="color:#D68FE2">This sample text font color is #D68FE2.</p>
Die Farbe dieses Textes ist #D68FE2.
.myBgColor { background-color: #D68FE2; }
<div style="background-color:#D68FE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D68FE2.
.myBorderColor { border: 1px solid #D68FE2; }
<div style="border:3px solid #D68FE2">Div</div>
Die Grenzen von diesem div sind in Farbe #D68FE2.
.myOpacity80 { color: #D68FE2; opacity: 0.8; }
<p style="color:#D68FE2;opacity:0.8;">80%</p>
Text in Farbe #D68FE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D68FE2;}
<p style="text-shadow: 3px 3px 1px #D68FE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #D68FE2.
.textShadow {text-shadow: 3px 3px 1px #D68FE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D68FE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D68FE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D68FE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D68FE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #D68FE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D68FE2; -webkit-box-shadow: 1px 1px 3px 2px #D68FE2; box-shadow: 1px 1px 3px 2px #D68FE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D68FE2; -webkit-box-shadow: 1px 1px 3px 2px #D68FE2; box-shadow:1px 1px 3px 2px #D68FE2;">
Div content here</div>
Dieser Text ist in der Farbe #D68FE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D68FE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D68FE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D68FE2.