HEX: #784FAB
RGB: (120,79,171)
#784FAB enthält hauptsächlich rote und blaue Farbe. Für #784FAB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #784FAB wird in RGB als (120,79,171) definiert.
RGB: (120,79,171)
(47%, 31%, 67%)
R 120 von 255 = 47%
G 79 von 255 = 31%
B 171 von 255 = 67%
R + G + B ~ 48%. #784FAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 120 + 79 + 171 = 370 (100%)
R 120 von 370 ~ 32.43%
G 79 von 370 ~ 21.35%
B 171 von 370 ~ 46.22'%
Die Farbe #784FAB wird in CMYK als (30,54,0,33) definiert.
CMYK: (30,54,0,33)
C30M54Y0K33 (30%, 54%, 0%, 33%)
(0.30 / 0.54 / 0.00 / 0.33)
Farbe #784FAB in den populären Farbmodellen.
78 | 4F | AB | |
---|---|---|---|
RGB | 120 | 79 | 171 |
HSL | 267° | 36.80% | 49.02% |
HSB/HSV | 267° | 53.80% | 67.06% |
CMYK | 29.82% | 53.80% | 0.00% |
32.94% |
Die Farbe #784FAB in den populären Zahlensystemen.
Hexadezimal | 78 | 4F | AB |
Dezimal | 120 | 79 | 171 |
Binär | 1111000 | 1001111 | 10101011 |
Oktal | 170 | 117 | 253 |
Dunkle Töne der Farbe #784FAB
Helle Töne der Farbe #784FAB
Beispiele css- und html für Elemente in der Farbe #784FAB. Bitte benutzen Sie auch rgb(120,79,171) statt hex-Code.
.myTextColor { color: #784FAB; }
<p style="color:#784FAB">This sample text font color is #784FAB.</p>
Die Farbe dieses Textes ist #784FAB.
.myBgColor { background-color: #784FAB; }
<div style="background-color:#784FAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #784FAB.
.myBorderColor { border: 1px solid #784FAB; }
<div style="border:3px solid #784FAB">Div</div>
Die Grenzen von diesem div sind in Farbe #784FAB.
.myOpacity80 { color: #784FAB; opacity: 0.8; }
<p style="color:#784FAB;opacity:0.8;">80%</p>
Text in Farbe #784FAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #784FAB;}
<p style="text-shadow: 3px 3px 1px #784FAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #784FAB.
.textShadow {text-shadow: 3px 3px 1px #784FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #784FAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #784FAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#784FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#784FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #784FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #784FAB;
-webkit-box-shadow: 1px 1px 3px 2px #784FAB;
box-shadow: 1px 1px 3px 2px #784FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #784FAB; -webkit-box-shadow: 1px 1px 3px 2px #784FAB; box-shadow:1px 1px 3px 2px #784FAB;">
Div content here
</div>
Dieser Text ist in der Farbe #784FAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #784FAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #784FAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #784FAB.
Kontrastfarbe für #hex ist #87B054.