HEX: #B74A78
RGB: (183,74,120)
#B74A78 enthält hauptsächlich rote Farbe. Für #B74A78 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #B74A78 wird in RGB als (183,74,120) definiert.
RGB: (183,74,120)
(72%, 29%, 47%)
R 183 von 255 = 72%
G 74 von 255 = 29%
B 120 von 255 = 47%
R + G + B ~ 49%. #B74A78 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 183 + 74 + 120 = 377 (100%)
R 183 von 377 ~ 48.54%
G 74 von 377 ~ 19.63%
B 120 von 377 ~ 31.83'%
Die Farbe #B74A78 wird in CMYK als (0,60,34,28) definiert.
CMYK: (0,60,34,28)
C0M60Y34K28 (0%, 60%, 34%, 28%)
(0.00 / 0.60 / 0.34 / 0.28)
Farbe #B74A78 in den populären Farbmodellen.
B7 | 4A | 78 | |
---|---|---|---|
RGB | 183 | 74 | 120 |
HSL | 335° | 43.08% | 50.39% |
HSB/HSV | 335° | 59.56% | 71.76% |
CMYK | 0.00% | 59.56% | 34.43% |
28.24% |
Die Farbe #B74A78 in den populären Zahlensystemen.
Hexadezimal | B7 | 4A | 78 |
Dezimal | 183 | 74 | 120 |
Binär | 10110111 | 1001010 | 1111000 |
Oktal | 267 | 112 | 170 |
Dunkle Töne der Farbe #B74A78
Helle Töne der Farbe #B74A78
Beispiele css- und html für Elemente in der Farbe #B74A78. Bitte benutzen Sie auch rgb(183,74,120) statt hex-Code.
.myTextColor { color: #B74A78; }
<p style="color:#B74A78">This sample text font color is #B74A78.</p>
Die Farbe dieses Textes ist #B74A78.
.myBgColor { background-color: #B74A78; }
<div style="background-color:#B74A78">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B74A78.
.myBorderColor { border: 1px solid #B74A78; }
<div style="border:3px solid #B74A78">Div</div>
Die Grenzen von diesem div sind in Farbe #B74A78.
.myOpacity80 { color: #B74A78; opacity: 0.8; }
<p style="color:#B74A78;opacity:0.8;">80%</p>
Text in Farbe #B74A78 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B74A78;}
<p style="text-shadow: 3px 3px 1px #B74A78">Text here.</p>
Dieser Text hat den Schatten in Farbe #B74A78.
.textShadow {text-shadow: 3px 3px 1px #B74A78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B74A78, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B74A78 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B74A78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B74A78, Direction=45, Strength=4)">Text</p>
This text has shadow with #B74A78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B74A78;
-webkit-box-shadow: 1px 1px 3px 2px #B74A78;
box-shadow: 1px 1px 3px 2px #B74A78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B74A78; -webkit-box-shadow: 1px 1px 3px 2px #B74A78; box-shadow:1px 1px 3px 2px #B74A78;">
Div content here
</div>
Dieser Text ist in der Farbe #B74A78 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B74A78 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B74A78.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B74A78.
Kontrastfarbe für #hex ist #48B587.