HEX: #9E7DD7
RGB: (158,125,215)
#9E7DD7 enthält hauptsächlich rote und blaue Farbe. Für #9E7DD7 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9E7DD7 wird in RGB als (158,125,215) definiert.
RGB: (158,125,215) (62%,49%,84%)
R 158 von 255 = 62%
G 125 von 255 = 49%
B 215 von 255 = 84%
R + G + B ~ 65%. #9E7DD7 ziemlich helle Farbe.
R + G + B =
158 + 125 + 215 = 498 (100%)
R 158 von 498 ~ 31.73%
G 125 von 498 ~ 25.1%
B 215 von 498 ~ 43.17%
Die Farbe #9E7DD7 wird in CMYK als (27,42,0,16) definiert.
CMYK: (27,42,0,16) C27M42Y0K16 (27%,42%,0%,16%) (0.27/0.42/0.00/0.16)
9E | 7D | D7 | |
---|---|---|---|
RGB | 158 | 125 | 215 |
HSL | 262° | 52.94% | 66.67% |
HSB/HSV | 262° | 41.86% | 84.31% |
CMYK | 26.51% | 41.86% | 0.00% |
15.69% |
Hexadezimal | 9E | 7D | D7 |
Dezimal | 158 | 125 | 215 |
Binär | 10011110 | 1111101 | 11010111 |
Oktal | 236 | 175 | 327 |
Beispiele css- und html für Elemente in der Farbe #9E7DD7. Bitte benutzen Sie auch rgb(158,125,215) statt hex-Code.
.myTextColor { color: #9E7DD7; }
<p style="color:#9E7DD7">This sample text font color is #9E7DD7.</p>
Die Farbe dieses Textes ist #9E7DD7.
.myBgColor { background-color: #9E7DD7; }
<div style="background-color:#9E7DD7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9E7DD7.
.myBorderColor { border: 1px solid #9E7DD7; }
<div style="border:3px solid #9E7DD7">Div</div>
Die Grenzen von diesem div sind in Farbe #9E7DD7.
.myOpacity80 { color: #9E7DD7; opacity: 0.8; }
<p style="color:#9E7DD7;opacity:0.8;">80%</p>
Text in Farbe #9E7DD7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E7DD7;}
<p style="text-shadow: 3px 3px 1px #9E7DD7">Text here.</p>
Dieser Text hat den Schatten in Farbe #9E7DD7.
.textShadow {text-shadow: 3px 3px 1px #9E7DD7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E7DD7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9E7DD7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E7DD7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E7DD7, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E7DD7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9E7DD7; -webkit-box-shadow: 1px 1px 3px 2px #9E7DD7; box-shadow: 1px 1px 3px 2px #9E7DD7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9E7DD7; -webkit-box-shadow: 1px 1px 3px 2px #9E7DD7; box-shadow:1px 1px 3px 2px #9E7DD7;">
Div content here</div>
Dieser Text ist in der Farbe #9E7DD7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9E7DD7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9E7DD7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9E7DD7.