HEX: #F07EDB
RGB: (240,126,219)
#F07EDB enthält hauptsächlich rote und blaue Farbe. Für #F07EDB ist eine «websichere» Webfarbe #FF66CC (oder kurz #F6C).
Die Farbe #F07EDB wird in RGB als (240,126,219) definiert.
RGB: (240,126,219)
(94%, 49%, 86%)
R 240 von 255 = 94%
G 126 von 255 = 49%
B 219 von 255 = 86%
R + G + B ~ 76%. #F07EDB ziemlich helle Farbe.
R + G + B = 240 + 126 + 219 = 585 (100%)
R 240 von 585 ~ 41.03%
G 126 von 585 ~ 21.54%
B 219 von 585 ~ 37.44'%
Die Farbe #F07EDB wird in CMYK als (0,48,9,6) definiert.
CMYK: (0,48,9,6)
C0M48Y9K6 (0%, 48%, 9%, 6%)
(0.00 / 0.48 / 0.09 / 0.06)
Farbe #F07EDB in den populären Farbmodellen.
F0 | 7E | DB | |
---|---|---|---|
RGB | 240 | 126 | 219 |
HSL | 311° | 79.17% | 71.76% |
HSB/HSV | 311° | 47.50% | 94.12% |
CMYK | 0.00% | 47.50% | 8.75% |
5.88% |
Die Farbe #F07EDB in den populären Zahlensystemen.
Hexadezimal | F0 | 7E | DB |
Dezimal | 240 | 126 | 219 |
Binär | 11110000 | 1111110 | 11011011 |
Oktal | 360 | 176 | 333 |
Dunkle Töne der Farbe #F07EDB
Helle Töne der Farbe #F07EDB
Beispiele css- und html für Elemente in der Farbe #F07EDB. Bitte benutzen Sie auch rgb(240,126,219) statt hex-Code.
.myTextColor { color: #F07EDB; }
<p style="color:#F07EDB">This sample text font color is #F07EDB.</p>
Die Farbe dieses Textes ist #F07EDB.
.myBgColor { background-color: #F07EDB; }
<div style="background-color:#F07EDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F07EDB.
.myBorderColor { border: 1px solid #F07EDB; }
<div style="border:3px solid #F07EDB">Div</div>
Die Grenzen von diesem div sind in Farbe #F07EDB.
.myOpacity80 { color: #F07EDB; opacity: 0.8; }
<p style="color:#F07EDB;opacity:0.8;">80%</p>
Text in Farbe #F07EDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F07EDB;}
<p style="text-shadow: 3px 3px 1px #F07EDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F07EDB.
.textShadow {text-shadow: 3px 3px 1px #F07EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F07EDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F07EDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F07EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F07EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F07EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F07EDB;
-webkit-box-shadow: 1px 1px 3px 2px #F07EDB;
box-shadow: 1px 1px 3px 2px #F07EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F07EDB; -webkit-box-shadow: 1px 1px 3px 2px #F07EDB; box-shadow:1px 1px 3px 2px #F07EDB;">
Div content here
</div>
Dieser Text ist in der Farbe #F07EDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F07EDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F07EDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F07EDB.
Kontrastfarbe für #F07EDB ist #0F8124.