HEX: #C47BFB
RGB: (196,123,251)
#C47BFB enthält hauptsächlich rote und blaue Farbe. Für #C47BFB ist eine «websichere» Webfarbe #CC66FF (oder kurz #C6F).
Die Farbe #C47BFB wird in RGB als (196,123,251) definiert.
RGB: (196,123,251) (77%,48%,98%)
R 196 von 255 = 77%
G 123 von 255 = 48%
B 251 von 255 = 98%
R + G + B ~ 74%. #C47BFB ziemlich helle Farbe.
R + G + B =
196 + 123 + 251 = 570 (100%)
R 196 von 570 ~ 34.39%
G 123 von 570 ~ 21.58%
B 251 von 570 ~ 44.04%
Die Farbe #C47BFB wird in CMYK als (22,51,0,2) definiert.
CMYK: (22,51,0,2) C22M51Y0K2 (22%,51%,0%,2%) (0.22/0.51/0.00/0.02)
C4 | 7B | FB | |
---|---|---|---|
RGB | 196 | 123 | 251 |
HSL | 274° | 94.12% | 73.33% |
HSB/HSV | 274° | 51.00% | 98.43% |
CMYK | 21.91% | 51.00% | 0.00% |
1.57% |
Hexadezimal | C4 | 7B | FB |
Dezimal | 196 | 123 | 251 |
Binär | 11000100 | 1111011 | 11111011 |
Oktal | 304 | 173 | 373 |
Beispiele css- und html für Elemente in der Farbe #C47BFB. Bitte benutzen Sie auch rgb(196,123,251) statt hex-Code.
.myTextColor { color: #C47BFB; }
<p style="color:#C47BFB">This sample text font color is #C47BFB.</p>
Die Farbe dieses Textes ist #C47BFB.
.myBgColor { background-color: #C47BFB; }
<div style="background-color:#C47BFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47BFB.
.myBorderColor { border: 1px solid #C47BFB; }
<div style="border:3px solid #C47BFB">Div</div>
Die Grenzen von diesem div sind in Farbe #C47BFB.
.myOpacity80 { color: #C47BFB; opacity: 0.8; }
<p style="color:#C47BFB;opacity:0.8;">80%</p>
Text in Farbe #C47BFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47BFB;}
<p style="text-shadow: 3px 3px 1px #C47BFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47BFB.
.textShadow {text-shadow: 3px 3px 1px #C47BFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47BFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47BFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47BFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47BFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47BFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C47BFB; -webkit-box-shadow: 1px 1px 3px 2px #C47BFB; box-shadow: 1px 1px 3px 2px #C47BFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C47BFB; -webkit-box-shadow: 1px 1px 3px 2px #C47BFB; box-shadow:1px 1px 3px 2px #C47BFB;">
Div content here</div>
Dieser Text ist in der Farbe #C47BFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47BFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47BFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47BFB.