HEX: #C87FFA
RGB: (200,127,250)
#C87FFA enthält hauptsächlich rote und blaue Farbe. Für #C87FFA ist eine «websichere» Webfarbe #CC66FF (oder kurz #C6F).
Die Farbe #C87FFA wird in RGB als (200,127,250) definiert.
RGB: (200,127,250) (78%,50%,98%)
R 200 von 255 = 78%
G 127 von 255 = 50%
B 250 von 255 = 98%
R + G + B ~ 75%. #C87FFA ziemlich helle Farbe.
R + G + B =
200 + 127 + 250 = 577 (100%)
R 200 von 577 ~ 34.66%
G 127 von 577 ~ 22.01%
B 250 von 577 ~ 43.33%
Die Farbe #C87FFA wird in CMYK als (20,49,0,2) definiert.
CMYK: (20,49,0,2) C20M49Y0K2 (20%,49%,0%,2%) (0.20/0.49/0.00/0.02)
C8 | 7F | FA | |
---|---|---|---|
RGB | 200 | 127 | 250 |
HSL | 276° | 92.48% | 73.92% |
HSB/HSV | 276° | 49.20% | 98.04% |
CMYK | 20.00% | 49.20% | 0.00% |
1.96% |
Hexadezimal | C8 | 7F | FA |
Dezimal | 200 | 127 | 250 |
Binär | 11001000 | 1111111 | 11111010 |
Oktal | 310 | 177 | 372 |
Beispiele css- und html für Elemente in der Farbe #C87FFA. Bitte benutzen Sie auch rgb(200,127,250) statt hex-Code.
.myTextColor { color: #C87FFA; }
<p style="color:#C87FFA">This sample text font color is #C87FFA.</p>
Die Farbe dieses Textes ist #C87FFA.
.myBgColor { background-color: #C87FFA; }
<div style="background-color:#C87FFA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C87FFA.
.myBorderColor { border: 1px solid #C87FFA; }
<div style="border:3px solid #C87FFA">Div</div>
Die Grenzen von diesem div sind in Farbe #C87FFA.
.myOpacity80 { color: #C87FFA; opacity: 0.8; }
<p style="color:#C87FFA;opacity:0.8;">80%</p>
Text in Farbe #C87FFA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C87FFA;}
<p style="text-shadow: 3px 3px 1px #C87FFA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C87FFA.
.textShadow {text-shadow: 3px 3px 1px #C87FFA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C87FFA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C87FFA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C87FFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C87FFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C87FFA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C87FFA; -webkit-box-shadow: 1px 1px 3px 2px #C87FFA; box-shadow: 1px 1px 3px 2px #C87FFA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C87FFA; -webkit-box-shadow: 1px 1px 3px 2px #C87FFA; box-shadow:1px 1px 3px 2px #C87FFA;">
Div content here</div>
Dieser Text ist in der Farbe #C87FFA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C87FFA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C87FFA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C87FFA.