HEX: #D6A4EB
RGB: (214,164,235)
#D6A4EB enthält hauptsächlich rote und blaue Farbe. Für #D6A4EB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D6A4EB wird in RGB als (214,164,235) definiert.
RGB: (214,164,235) (84%,64%,92%)
R 214 von 255 = 84%
G 164 von 255 = 64%
B 235 von 255 = 92%
R + G + B ~ 80%. #D6A4EB ziemlich helle Farbe.
R + G + B =
214 + 164 + 235 = 613 (100%)
R 214 von 613 ~ 34.91%
G 164 von 613 ~ 26.75%
B 235 von 613 ~ 38.34%
Die Farbe #D6A4EB wird in CMYK als (9,30,0,8) definiert.
CMYK: (9,30,0,8) C9M30Y0K8 (9%,30%,0%,8%) (0.09/0.30/0.00/0.08)
D6 | A4 | EB | |
---|---|---|---|
RGB | 214 | 164 | 235 |
HSL | 282° | 63.96% | 78.24% |
HSB/HSV | 282° | 30.21% | 92.16% |
CMYK | 8.94% | 30.21% | 0.00% |
7.84% |
Hexadezimal | D6 | A4 | EB |
Dezimal | 214 | 164 | 235 |
Binär | 11010110 | 10100100 | 11101011 |
Oktal | 326 | 244 | 353 |
Beispiele css- und html für Elemente in der Farbe #D6A4EB. Bitte benutzen Sie auch rgb(214,164,235) statt hex-Code.
.myTextColor { color: #D6A4EB; }
<p style="color:#D6A4EB">This sample text font color is #D6A4EB.</p>
Die Farbe dieses Textes ist #D6A4EB.
.myBgColor { background-color: #D6A4EB; }
<div style="background-color:#D6A4EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6A4EB.
.myBorderColor { border: 1px solid #D6A4EB; }
<div style="border:3px solid #D6A4EB">Div</div>
Die Grenzen von diesem div sind in Farbe #D6A4EB.
.myOpacity80 { color: #D6A4EB; opacity: 0.8; }
<p style="color:#D6A4EB;opacity:0.8;">80%</p>
Text in Farbe #D6A4EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6A4EB;}
<p style="text-shadow: 3px 3px 1px #D6A4EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6A4EB.
.textShadow {text-shadow: 3px 3px 1px #D6A4EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6A4EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6A4EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6A4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6A4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6A4EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6A4EB; -webkit-box-shadow: 1px 1px 3px 2px #D6A4EB; box-shadow: 1px 1px 3px 2px #D6A4EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6A4EB; -webkit-box-shadow: 1px 1px 3px 2px #D6A4EB; box-shadow:1px 1px 3px 2px #D6A4EB;">
Div content here</div>
Dieser Text ist in der Farbe #D6A4EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6A4EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6A4EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6A4EB.