HEX: #8D63EE
RGB: (141,99,238)
#8D63EE enthält hauptsächlich blaue Farbe. Für #8D63EE ist eine «websichere» Webfarbe #9966FF (oder kurz #96F).
Die Farbe #8D63EE wird in RGB als (141,99,238) definiert.
RGB: (141,99,238) (55%,39%,93%)
R 141 von 255 = 55%
G 99 von 255 = 39%
B 238 von 255 = 93%
R + G + B ~ 62%. #8D63EE ziemlich helle Farbe.
R + G + B =
141 + 99 + 238 = 478 (100%)
R 141 von 478 ~ 29.5%
G 99 von 478 ~ 20.71%
B 238 von 478 ~ 49.79%
Die Farbe #8D63EE wird in CMYK als (41,58,0,7) definiert.
CMYK: (41,58,0,7) C41M58Y0K7 (41%,58%,0%,7%) (0.41/0.58/0.00/0.07)
8D | 63 | EE | |
---|---|---|---|
RGB | 141 | 99 | 238 |
HSL | 258° | 80.35% | 66.08% |
HSB/HSV | 258° | 58.40% | 93.33% |
CMYK | 40.76% | 58.40% | 0.00% |
6.67% |
Hexadezimal | 8D | 63 | EE |
Dezimal | 141 | 99 | 238 |
Binär | 10001101 | 1100011 | 11101110 |
Oktal | 215 | 143 | 356 |
Beispiele css- und html für Elemente in der Farbe #8D63EE. Bitte benutzen Sie auch rgb(141,99,238) statt hex-Code.
.myTextColor { color: #8D63EE; }
<p style="color:#8D63EE">This sample text font color is #8D63EE.</p>
Die Farbe dieses Textes ist #8D63EE.
.myBgColor { background-color: #8D63EE; }
<div style="background-color:#8D63EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8D63EE.
.myBorderColor { border: 1px solid #8D63EE; }
<div style="border:3px solid #8D63EE">Div</div>
Die Grenzen von diesem div sind in Farbe #8D63EE.
.myOpacity80 { color: #8D63EE; opacity: 0.8; }
<p style="color:#8D63EE;opacity:0.8;">80%</p>
Text in Farbe #8D63EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8D63EE;}
<p style="text-shadow: 3px 3px 1px #8D63EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #8D63EE.
.textShadow {text-shadow: 3px 3px 1px #8D63EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8D63EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8D63EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D63EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8D63EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #8D63EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8D63EE; -webkit-box-shadow: 1px 1px 3px 2px #8D63EE; box-shadow: 1px 1px 3px 2px #8D63EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8D63EE; -webkit-box-shadow: 1px 1px 3px 2px #8D63EE; box-shadow:1px 1px 3px 2px #8D63EE;">
Div content here</div>
Dieser Text ist in der Farbe #8D63EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8D63EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8D63EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8D63EE.