HEX: #7B71DB
RGB: (123,113,219)
#7B71DB enthält hauptsächlich blaue Farbe. Für #7B71DB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7B71DB wird in RGB als (123,113,219) definiert.
RGB: (123,113,219)
(48%, 44%, 86%)
R 123 von 255 = 48%
G 113 von 255 = 44%
B 219 von 255 = 86%
R + G + B ~ 59%. #7B71DB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 123 + 113 + 219 = 455 (100%)
R 123 von 455 ~ 27.03%
G 113 von 455 ~ 24.84%
B 219 von 455 ~ 48.13'%
Die Farbe #7B71DB wird in CMYK als (44,48,0,14) definiert.
CMYK: (44,48,0,14)
C44M48Y0K14 (44%, 48%, 0%, 14%)
(0.44 / 0.48 / 0.00 / 0.14)
Farbe #7B71DB in den populären Farbmodellen.
7B | 71 | DB | |
---|---|---|---|
RGB | 123 | 113 | 219 |
HSL | 246° | 59.55% | 65.10% |
HSB/HSV | 246° | 48.40% | 85.88% |
CMYK | 43.84% | 48.40% | 0.00% |
14.12% |
Die Farbe #7B71DB in den populären Zahlensystemen.
Hexadezimal | 7B | 71 | DB |
Dezimal | 123 | 113 | 219 |
Binär | 1111011 | 1110001 | 11011011 |
Oktal | 173 | 161 | 333 |
Dunkle Töne der Farbe #7B71DB
Helle Töne der Farbe #7B71DB
Beispiele css- und html für Elemente in der Farbe #7B71DB. Bitte benutzen Sie auch rgb(123,113,219) statt hex-Code.
.myTextColor { color: #7B71DB; }
<p style="color:#7B71DB">This sample text font color is #7B71DB.</p>
Die Farbe dieses Textes ist #7B71DB.
.myBgColor { background-color: #7B71DB; }
<div style="background-color:#7B71DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B71DB.
.myBorderColor { border: 1px solid #7B71DB; }
<div style="border:3px solid #7B71DB">Div</div>
Die Grenzen von diesem div sind in Farbe #7B71DB.
.myOpacity80 { color: #7B71DB; opacity: 0.8; }
<p style="color:#7B71DB;opacity:0.8;">80%</p>
Text in Farbe #7B71DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B71DB;}
<p style="text-shadow: 3px 3px 1px #7B71DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B71DB.
.textShadow {text-shadow: 3px 3px 1px #7B71DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B71DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B71DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B71DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B71DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B71DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B71DB;
-webkit-box-shadow: 1px 1px 3px 2px #7B71DB;
box-shadow: 1px 1px 3px 2px #7B71DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B71DB; -webkit-box-shadow: 1px 1px 3px 2px #7B71DB; box-shadow:1px 1px 3px 2px #7B71DB;">
Div content here
</div>
Dieser Text ist in der Farbe #7B71DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B71DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B71DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B71DB.
Kontrastfarbe für #hex ist #848E24.