HEX: #741EDB
RGB: (116,30,219)
#741EDB enthält hauptsächlich blaue Farbe. Für #741EDB ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #741EDB wird in RGB als (116,30,219) definiert.
RGB: (116,30,219)
(45%, 12%, 86%)
R 116 von 255 = 45%
G 30 von 255 = 12%
B 219 von 255 = 86%
R + G + B ~ 48%. #741EDB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 30 + 219 = 365 (100%)
R 116 von 365 ~ 31.78%
G 30 von 365 ~ 8.22%
B 219 von 365 ~ 60'%
Die Farbe #741EDB wird in CMYK als (47,86,0,14) definiert.
CMYK: (47,86,0,14)
C47M86Y0K14 (47%, 86%, 0%, 14%)
(0.47 / 0.86 / 0.00 / 0.14)
Farbe #741EDB in den populären Farbmodellen.
74 | 1E | DB | |
---|---|---|---|
RGB | 116 | 30 | 219 |
HSL | 267° | 75.90% | 48.82% |
HSB/HSV | 267° | 86.30% | 85.88% |
CMYK | 47.03% | 86.30% | 0.00% |
14.12% |
Die Farbe #741EDB in den populären Zahlensystemen.
Hexadezimal | 74 | 1E | DB |
Dezimal | 116 | 30 | 219 |
Binär | 1110100 | 11110 | 11011011 |
Oktal | 164 | 36 | 333 |
Dunkle Töne der Farbe #741EDB
Helle Töne der Farbe #741EDB
Beispiele css- und html für Elemente in der Farbe #741EDB. Bitte benutzen Sie auch rgb(116,30,219) statt hex-Code.
.myTextColor { color: #741EDB; }
<p style="color:#741EDB">This sample text font color is #741EDB.</p>
Die Farbe dieses Textes ist #741EDB.
.myBgColor { background-color: #741EDB; }
<div style="background-color:#741EDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #741EDB.
.myBorderColor { border: 1px solid #741EDB; }
<div style="border:3px solid #741EDB">Div</div>
Die Grenzen von diesem div sind in Farbe #741EDB.
.myOpacity80 { color: #741EDB; opacity: 0.8; }
<p style="color:#741EDB;opacity:0.8;">80%</p>
Text in Farbe #741EDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #741EDB;}
<p style="text-shadow: 3px 3px 1px #741EDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #741EDB.
.textShadow {text-shadow: 3px 3px 1px #741EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #741EDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #741EDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#741EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#741EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #741EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #741EDB;
-webkit-box-shadow: 1px 1px 3px 2px #741EDB;
box-shadow: 1px 1px 3px 2px #741EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #741EDB; -webkit-box-shadow: 1px 1px 3px 2px #741EDB; box-shadow:1px 1px 3px 2px #741EDB;">
Div content here
</div>
Dieser Text ist in der Farbe #741EDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #741EDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #741EDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #741EDB.
Kontrastfarbe für #741EDB ist #8BE124.