HEX: #957CC4
RGB: (149,124,196)
#957CC4 enthält hauptsächlich rote und blaue Farbe. Für #957CC4 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #957CC4 wird in RGB als (149,124,196) definiert.
RGB: (149,124,196) (58%,49%,77%)
R 149 von 255 = 58%
G 124 von 255 = 49%
B 196 von 255 = 77%
R + G + B ~ 61%. #957CC4 ziemlich helle Farbe.
R + G + B =
149 + 124 + 196 = 469 (100%)
R 149 von 469 ~ 31.77%
G 124 von 469 ~ 26.44%
B 196 von 469 ~ 41.79%
Die Farbe #957CC4 wird in CMYK als (24,37,0,23) definiert.
CMYK: (24,37,0,23) C24M37Y0K23 (24%,37%,0%,23%) (0.24/0.37/0.00/0.23)
95 | 7C | C4 | |
---|---|---|---|
RGB | 149 | 124 | 196 |
HSL | 261° | 37.89% | 62.75% |
HSB/HSV | 261° | 36.73% | 76.86% |
CMYK | 23.98% | 36.73% | 0.00% |
23.14% |
Hexadezimal | 95 | 7C | C4 |
Dezimal | 149 | 124 | 196 |
Binär | 10010101 | 1111100 | 11000100 |
Oktal | 225 | 174 | 304 |
Beispiele css- und html für Elemente in der Farbe #957CC4. Bitte benutzen Sie auch rgb(149,124,196) statt hex-Code.
.myTextColor { color: #957CC4; }
<p style="color:#957CC4">This sample text font color is #957CC4.</p>
Die Farbe dieses Textes ist #957CC4.
.myBgColor { background-color: #957CC4; }
<div style="background-color:#957CC4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #957CC4.
.myBorderColor { border: 1px solid #957CC4; }
<div style="border:3px solid #957CC4">Div</div>
Die Grenzen von diesem div sind in Farbe #957CC4.
.myOpacity80 { color: #957CC4; opacity: 0.8; }
<p style="color:#957CC4;opacity:0.8;">80%</p>
Text in Farbe #957CC4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957CC4;}
<p style="text-shadow: 3px 3px 1px #957CC4">Text here.</p>
Dieser Text hat den Schatten in Farbe #957CC4.
.textShadow {text-shadow: 3px 3px 1px #957CC4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957CC4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #957CC4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957CC4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957CC4, Direction=45, Strength=4)">Text</p>
This text has shadow with #957CC4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957CC4; -webkit-box-shadow: 1px 1px 3px 2px #957CC4; box-shadow: 1px 1px 3px 2px #957CC4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957CC4; -webkit-box-shadow: 1px 1px 3px 2px #957CC4; box-shadow:1px 1px 3px 2px #957CC4;">
Div content here</div>
Dieser Text ist in der Farbe #957CC4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #957CC4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #957CC4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #957CC4.