HEX: #B4759E
RGB: (180,117,158)
#B4759E enthält hauptsächlich rote und blaue Farbe. Für #B4759E ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B4759E wird in RGB als (180,117,158) definiert.
RGB: (180,117,158) (71%,46%,62%)
R 180 von 255 = 71%
G 117 von 255 = 46%
B 158 von 255 = 62%
R + G + B ~ 60%. #B4759E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 117 + 158 = 455 (100%)
R 180 von 455 ~ 39.56%
G 117 von 455 ~ 25.71%
B 158 von 455 ~ 34.73%
Die Farbe #B4759E wird in CMYK als (0,35,12,29) definiert.
CMYK: (0,35,12,29) C0M35Y12K29 (0%,35%,12%,29%) (0.00/0.35/0.12/0.29)
B4 | 75 | 9E | |
---|---|---|---|
RGB | 180 | 117 | 158 |
HSL | 321° | 29.58% | 58.24% |
HSB/HSV | 321° | 35.00% | 70.59% |
CMYK | 0.00% | 35.00% | 12.22% |
29.41% |
Hexadezimal | B4 | 75 | 9E |
Dezimal | 180 | 117 | 158 |
Binär | 10110100 | 1110101 | 10011110 |
Oktal | 264 | 165 | 236 |
Beispiele css- und html für Elemente in der Farbe #B4759E. Bitte benutzen Sie auch rgb(180,117,158) statt hex-Code.
.myTextColor { color: #B4759E; }
<p style="color:#B4759E">This sample text font color is #B4759E.</p>
Die Farbe dieses Textes ist #B4759E.
.myBgColor { background-color: #B4759E; }
<div style="background-color:#B4759E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4759E.
.myBorderColor { border: 1px solid #B4759E; }
<div style="border:3px solid #B4759E">Div</div>
Die Grenzen von diesem div sind in Farbe #B4759E.
.myOpacity80 { color: #B4759E; opacity: 0.8; }
<p style="color:#B4759E;opacity:0.8;">80%</p>
Text in Farbe #B4759E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4759E;}
<p style="text-shadow: 3px 3px 1px #B4759E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4759E.
.textShadow {text-shadow: 3px 3px 1px #B4759E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4759E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4759E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4759E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4759E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4759E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4759E; -webkit-box-shadow: 1px 1px 3px 2px #B4759E; box-shadow: 1px 1px 3px 2px #B4759E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4759E; -webkit-box-shadow: 1px 1px 3px 2px #B4759E; box-shadow:1px 1px 3px 2px #B4759E;">
Div content here</div>
Dieser Text ist in der Farbe #B4759E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4759E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4759E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4759E.