HEX: #ED5BD9
RGB: (237,91,217)
#ED5BD9 enthält hauptsächlich rote und blaue Farbe. Für #ED5BD9 ist eine «websichere» Webfarbe #FF66CC (oder kurz #F6C).
Die Farbe #ED5BD9 wird in RGB als (237,91,217) definiert.
RGB: (237,91,217) (93%,36%,85%)
R 237 von 255 = 93%
G 91 von 255 = 36%
B 217 von 255 = 85%
R + G + B ~ 71%. #ED5BD9 ziemlich helle Farbe.
R + G + B =
237 + 91 + 217 = 545 (100%)
R 237 von 545 ~ 43.49%
G 91 von 545 ~ 16.7%
B 217 von 545 ~ 39.82%
Die Farbe #ED5BD9 wird in CMYK als (0,62,8,7) definiert.
CMYK: (0,62,8,7) C0M62Y8K7 (0%,62%,8%,7%) (0.00/0.62/0.08/0.07)
ED | 5B | D9 | |
---|---|---|---|
RGB | 237 | 91 | 217 |
HSL | 308° | 80.22% | 64.31% |
HSB/HSV | 308° | 61.60% | 92.94% |
CMYK | 0.00% | 61.60% | 8.44% |
7.06% |
Hexadezimal | ED | 5B | D9 |
Dezimal | 237 | 91 | 217 |
Binär | 11101101 | 1011011 | 11011001 |
Oktal | 355 | 133 | 331 |
Beispiele css- und html für Elemente in der Farbe #ED5BD9. Bitte benutzen Sie auch rgb(237,91,217) statt hex-Code.
.myTextColor { color: #ED5BD9; }
<p style="color:#ED5BD9">This sample text font color is #ED5BD9.</p>
Die Farbe dieses Textes ist #ED5BD9.
.myBgColor { background-color: #ED5BD9; }
<div style="background-color:#ED5BD9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED5BD9.
.myBorderColor { border: 1px solid #ED5BD9; }
<div style="border:3px solid #ED5BD9">Div</div>
Die Grenzen von diesem div sind in Farbe #ED5BD9.
.myOpacity80 { color: #ED5BD9; opacity: 0.8; }
<p style="color:#ED5BD9;opacity:0.8;">80%</p>
Text in Farbe #ED5BD9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED5BD9;}
<p style="text-shadow: 3px 3px 1px #ED5BD9">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED5BD9.
.textShadow {text-shadow: 3px 3px 1px #ED5BD9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED5BD9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED5BD9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED5BD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED5BD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED5BD9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED5BD9; -webkit-box-shadow: 1px 1px 3px 2px #ED5BD9; box-shadow: 1px 1px 3px 2px #ED5BD9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED5BD9; -webkit-box-shadow: 1px 1px 3px 2px #ED5BD9; box-shadow:1px 1px 3px 2px #ED5BD9;">
Div content here</div>
Dieser Text ist in der Farbe #ED5BD9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED5BD9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED5BD9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED5BD9.