HEX: #C46ADF
RGB: (196,106,223)
#C46ADF enthält hauptsächlich rote und blaue Farbe. Für #C46ADF ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C46ADF wird in RGB als (196,106,223) definiert.
RGB: (196,106,223)
(77%, 42%, 87%)
R 196 von 255 = 77%
G 106 von 255 = 42%
B 223 von 255 = 87%
R + G + B ~ 69%. #C46ADF ziemlich helle Farbe.
R + G + B = 196 + 106 + 223 = 525 (100%)
R 196 von 525 ~ 37.33%
G 106 von 525 ~ 20.19%
B 223 von 525 ~ 42.48'%
Die Farbe #C46ADF wird in CMYK als (12,52,0,13) definiert.
CMYK: (12,52,0,13)
C12M52Y0K13 (12%, 52%, 0%, 13%)
(0.12 / 0.52 / 0.00 / 0.13)
Farbe #C46ADF in den populären Farbmodellen.
C4 | 6A | DF | |
---|---|---|---|
RGB | 196 | 106 | 223 |
HSL | 286° | 64.64% | 64.51% |
HSB/HSV | 286° | 52.47% | 87.45% |
CMYK | 12.11% | 52.47% | 0.00% |
12.55% |
Die Farbe #C46ADF in den populären Zahlensystemen.
Hexadezimal | C4 | 6A | DF |
Dezimal | 196 | 106 | 223 |
Binär | 11000100 | 1101010 | 11011111 |
Oktal | 304 | 152 | 337 |
Dunkle Töne der Farbe #C46ADF
Helle Töne der Farbe #C46ADF
Beispiele css- und html für Elemente in der Farbe #C46ADF. Bitte benutzen Sie auch rgb(196,106,223) statt hex-Code.
.myTextColor { color: #C46ADF; }
<p style="color:#C46ADF">This sample text font color is #C46ADF.</p>
Die Farbe dieses Textes ist #C46ADF.
.myBgColor { background-color: #C46ADF; }
<div style="background-color:#C46ADF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C46ADF.
.myBorderColor { border: 1px solid #C46ADF; }
<div style="border:3px solid #C46ADF">Div</div>
Die Grenzen von diesem div sind in Farbe #C46ADF.
.myOpacity80 { color: #C46ADF; opacity: 0.8; }
<p style="color:#C46ADF;opacity:0.8;">80%</p>
Text in Farbe #C46ADF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46ADF;}
<p style="text-shadow: 3px 3px 1px #C46ADF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C46ADF.
.textShadow {text-shadow: 3px 3px 1px #C46ADF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46ADF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C46ADF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46ADF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46ADF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46ADF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46ADF;
-webkit-box-shadow: 1px 1px 3px 2px #C46ADF;
box-shadow: 1px 1px 3px 2px #C46ADF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46ADF; -webkit-box-shadow: 1px 1px 3px 2px #C46ADF; box-shadow:1px 1px 3px 2px #C46ADF;">
Div content here
</div>
Dieser Text ist in der Farbe #C46ADF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C46ADF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C46ADF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C46ADF.
Kontrastfarbe für #hex ist #3B9520.