HEX: #C747AD
RGB: (199,71,173)
#C747AD enthält hauptsächlich rote und blaue Farbe. Für #C747AD ist eine «websichere» Webfarbe #CC3399 (oder kurz #C39).
Die Farbe #C747AD wird in RGB als (199,71,173) definiert.
RGB: (199,71,173) (78%,28%,68%)
R 199 von 255 = 78%
G 71 von 255 = 28%
B 173 von 255 = 68%
R + G + B ~ 58%. #C747AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 71 + 173 = 443 (100%)
R 199 von 443 ~ 44.92%
G 71 von 443 ~ 16.03%
B 173 von 443 ~ 39.05%
Die Farbe #C747AD wird in CMYK als (0,64,13,22) definiert.
CMYK: (0,64,13,22) C0M64Y13K22 (0%,64%,13%,22%) (0.00/0.64/0.13/0.22)
C7 | 47 | AD | |
---|---|---|---|
RGB | 199 | 71 | 173 |
HSL | 312° | 53.33% | 52.94% |
HSB/HSV | 312° | 64.32% | 78.04% |
CMYK | 0.00% | 64.32% | 13.07% |
21.96% |
Hexadezimal | C7 | 47 | AD |
Dezimal | 199 | 71 | 173 |
Binär | 11000111 | 1000111 | 10101101 |
Oktal | 307 | 107 | 255 |
Beispiele css- und html für Elemente in der Farbe #C747AD. Bitte benutzen Sie auch rgb(199,71,173) statt hex-Code.
.myTextColor { color: #C747AD; }
<p style="color:#C747AD">This sample text font color is #C747AD.</p>
Die Farbe dieses Textes ist #C747AD.
.myBgColor { background-color: #C747AD; }
<div style="background-color:#C747AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C747AD.
.myBorderColor { border: 1px solid #C747AD; }
<div style="border:3px solid #C747AD">Div</div>
Die Grenzen von diesem div sind in Farbe #C747AD.
.myOpacity80 { color: #C747AD; opacity: 0.8; }
<p style="color:#C747AD;opacity:0.8;">80%</p>
Text in Farbe #C747AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C747AD;}
<p style="text-shadow: 3px 3px 1px #C747AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C747AD.
.textShadow {text-shadow: 3px 3px 1px #C747AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C747AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C747AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C747AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C747AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C747AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C747AD; -webkit-box-shadow: 1px 1px 3px 2px #C747AD; box-shadow: 1px 1px 3px 2px #C747AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C747AD; -webkit-box-shadow: 1px 1px 3px 2px #C747AD; box-shadow:1px 1px 3px 2px #C747AD;">
Div content here</div>
Dieser Text ist in der Farbe #C747AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C747AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C747AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C747AD.