HEX: #B472B4
RGB: (180,114,180)
#B472B4 enthält hauptsächlich rote und blaue Farbe. Für #B472B4 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #B472B4 wird in RGB als (180,114,180) definiert.
RGB: (180,114,180) (71%,45%,71%)
R 180 von 255 = 71%
G 114 von 255 = 45%
B 180 von 255 = 71%
R + G + B ~ 62%. #B472B4 ziemlich helle Farbe.
R + G + B =
180 + 114 + 180 = 474 (100%)
R 180 von 474 ~ 37.97%
G 114 von 474 ~ 24.05%
B 180 von 474 ~ 37.97%
Die Farbe #B472B4 wird in CMYK als (0,37,0,29) definiert.
CMYK: (0,37,0,29) C0M37Y0K29 (0%,37%,0%,29%) (0.00/0.37/0.00/0.29)
B4 | 72 | B4 | |
---|---|---|---|
RGB | 180 | 114 | 180 |
HSL | 300° | 30.56% | 57.65% |
HSB/HSV | 300° | 36.67% | 70.59% |
CMYK | 0.00% | 36.67% | 0.00% |
29.41% |
Hexadezimal | B4 | 72 | B4 |
Dezimal | 180 | 114 | 180 |
Binär | 10110100 | 1110010 | 10110100 |
Oktal | 264 | 162 | 264 |
Beispiele css- und html für Elemente in der Farbe #B472B4. Bitte benutzen Sie auch rgb(180,114,180) statt hex-Code.
.myTextColor { color: #B472B4; }
<p style="color:#B472B4">This sample text font color is #B472B4.</p>
Die Farbe dieses Textes ist #B472B4.
.myBgColor { background-color: #B472B4; }
<div style="background-color:#B472B4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B472B4.
.myBorderColor { border: 1px solid #B472B4; }
<div style="border:3px solid #B472B4">Div</div>
Die Grenzen von diesem div sind in Farbe #B472B4.
.myOpacity80 { color: #B472B4; opacity: 0.8; }
<p style="color:#B472B4;opacity:0.8;">80%</p>
Text in Farbe #B472B4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B472B4;}
<p style="text-shadow: 3px 3px 1px #B472B4">Text here.</p>
Dieser Text hat den Schatten in Farbe #B472B4.
.textShadow {text-shadow: 3px 3px 1px #B472B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B472B4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B472B4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B472B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B472B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #B472B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B472B4; -webkit-box-shadow: 1px 1px 3px 2px #B472B4; box-shadow: 1px 1px 3px 2px #B472B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B472B4; -webkit-box-shadow: 1px 1px 3px 2px #B472B4; box-shadow:1px 1px 3px 2px #B472B4;">
Div content here</div>
Dieser Text ist in der Farbe #B472B4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B472B4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B472B4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B472B4.