HEX: #D38EDD
RGB: (211,142,221)
#D38EDD enthält hauptsächlich rote und blaue Farbe. Für #D38EDD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D38EDD wird in RGB als (211,142,221) definiert.
RGB: (211,142,221) (83%,56%,87%)
R 211 von 255 = 83%
G 142 von 255 = 56%
B 221 von 255 = 87%
R + G + B ~ 75%. #D38EDD ziemlich helle Farbe.
R + G + B =
211 + 142 + 221 = 574 (100%)
R 211 von 574 ~ 36.76%
G 142 von 574 ~ 24.74%
B 221 von 574 ~ 38.5%
Die Farbe #D38EDD wird in CMYK als (5,36,0,13) definiert.
CMYK: (5,36,0,13) C5M36Y0K13 (5%,36%,0%,13%) (0.05/0.36/0.00/0.13)
D3 | 8E | DD | |
---|---|---|---|
RGB | 211 | 142 | 221 |
HSL | 292° | 53.74% | 71.18% |
HSB/HSV | 292° | 35.75% | 86.67% |
CMYK | 4.52% | 35.75% | 0.00% |
13.33% |
Hexadezimal | D3 | 8E | DD |
Dezimal | 211 | 142 | 221 |
Binär | 11010011 | 10001110 | 11011101 |
Oktal | 323 | 216 | 335 |
Beispiele css- und html für Elemente in der Farbe #D38EDD. Bitte benutzen Sie auch rgb(211,142,221) statt hex-Code.
.myTextColor { color: #D38EDD; }
<p style="color:#D38EDD">This sample text font color is #D38EDD.</p>
Die Farbe dieses Textes ist #D38EDD.
.myBgColor { background-color: #D38EDD; }
<div style="background-color:#D38EDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D38EDD.
.myBorderColor { border: 1px solid #D38EDD; }
<div style="border:3px solid #D38EDD">Div</div>
Die Grenzen von diesem div sind in Farbe #D38EDD.
.myOpacity80 { color: #D38EDD; opacity: 0.8; }
<p style="color:#D38EDD;opacity:0.8;">80%</p>
Text in Farbe #D38EDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D38EDD;}
<p style="text-shadow: 3px 3px 1px #D38EDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D38EDD.
.textShadow {text-shadow: 3px 3px 1px #D38EDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D38EDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D38EDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D38EDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D38EDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D38EDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D38EDD; -webkit-box-shadow: 1px 1px 3px 2px #D38EDD; box-shadow: 1px 1px 3px 2px #D38EDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D38EDD; -webkit-box-shadow: 1px 1px 3px 2px #D38EDD; box-shadow:1px 1px 3px 2px #D38EDD;">
Div content here</div>
Dieser Text ist in der Farbe #D38EDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D38EDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D38EDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D38EDD.