HEX: #957AEF
RGB: (149,122,239)
#957AEF enthält hauptsächlich blaue Farbe. Für #957AEF ist eine «websichere» Webfarbe #9966FF (oder kurz #96F).
Die Farbe #957AEF wird in RGB als (149,122,239) definiert.
RGB: (149,122,239) (58%,48%,94%)
R 149 von 255 = 58%
G 122 von 255 = 48%
B 239 von 255 = 94%
R + G + B ~ 67%. #957AEF ziemlich helle Farbe.
R + G + B =
149 + 122 + 239 = 510 (100%)
R 149 von 510 ~ 29.22%
G 122 von 510 ~ 23.92%
B 239 von 510 ~ 46.86%
Die Farbe #957AEF wird in CMYK als (38,49,0,6) definiert.
CMYK: (38,49,0,6) C38M49Y0K6 (38%,49%,0%,6%) (0.38/0.49/0.00/0.06)
95 | 7A | EF | |
---|---|---|---|
RGB | 149 | 122 | 239 |
HSL | 254° | 78.52% | 70.78% |
HSB/HSV | 254° | 48.95% | 93.73% |
CMYK | 37.66% | 48.95% | 0.00% |
6.27% |
Hexadezimal | 95 | 7A | EF |
Dezimal | 149 | 122 | 239 |
Binär | 10010101 | 1111010 | 11101111 |
Oktal | 225 | 172 | 357 |
Beispiele css- und html für Elemente in der Farbe #957AEF. Bitte benutzen Sie auch rgb(149,122,239) statt hex-Code.
.myTextColor { color: #957AEF; }
<p style="color:#957AEF">This sample text font color is #957AEF.</p>
Die Farbe dieses Textes ist #957AEF.
.myBgColor { background-color: #957AEF; }
<div style="background-color:#957AEF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #957AEF.
.myBorderColor { border: 1px solid #957AEF; }
<div style="border:3px solid #957AEF">Div</div>
Die Grenzen von diesem div sind in Farbe #957AEF.
.myOpacity80 { color: #957AEF; opacity: 0.8; }
<p style="color:#957AEF;opacity:0.8;">80%</p>
Text in Farbe #957AEF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957AEF;}
<p style="text-shadow: 3px 3px 1px #957AEF">Text here.</p>
Dieser Text hat den Schatten in Farbe #957AEF.
.textShadow {text-shadow: 3px 3px 1px #957AEF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957AEF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #957AEF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957AEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957AEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #957AEF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957AEF; -webkit-box-shadow: 1px 1px 3px 2px #957AEF; box-shadow: 1px 1px 3px 2px #957AEF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957AEF; -webkit-box-shadow: 1px 1px 3px 2px #957AEF; box-shadow:1px 1px 3px 2px #957AEF;">
Div content here</div>
Dieser Text ist in der Farbe #957AEF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #957AEF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #957AEF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #957AEF.