HEX: #B49BD5
RGB: (180,155,213)
#B49BD5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49BD5 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B49BD5 wird in RGB als (180,155,213) definiert.
RGB: (180,155,213)
(71%, 61%, 84%)
R 180 von 255 = 71%
G 155 von 255 = 61%
B 213 von 255 = 84%
R + G + B ~ 72%. #B49BD5 ziemlich helle Farbe.
R + G + B = 180 + 155 + 213 = 548 (100%)
R 180 von 548 ~ 32.85%
G 155 von 548 ~ 28.28%
B 213 von 548 ~ 38.87'%
Die Farbe #B49BD5 wird in CMYK als (15,27,0,16) definiert.
CMYK: (15,27,0,16)
C15M27Y0K16 (15%, 27%, 0%, 16%)
(0.15 / 0.27 / 0.00 / 0.16)
Farbe #B49BD5 in den populären Farbmodellen.
B4 | 9B | D5 | |
---|---|---|---|
RGB | 180 | 155 | 213 |
HSL | 266° | 40.85% | 72.16% |
HSB/HSV | 266° | 27.23% | 83.53% |
CMYK | 15.49% | 27.23% | 0.00% |
16.47% |
Die Farbe #B49BD5 in den populären Zahlensystemen.
Hexadezimal | B4 | 9B | D5 |
Dezimal | 180 | 155 | 213 |
Binär | 10110100 | 10011011 | 11010101 |
Oktal | 264 | 233 | 325 |
Dunkle Töne der Farbe #B49BD5
Helle Töne der Farbe #B49BD5
Beispiele css- und html für Elemente in der Farbe #B49BD5. Bitte benutzen Sie auch rgb(180,155,213) statt hex-Code.
.myTextColor { color: #B49BD5; }
<p style="color:#B49BD5">This sample text font color is #B49BD5.</p>
Die Farbe dieses Textes ist #B49BD5.
.myBgColor { background-color: #B49BD5; }
<div style="background-color:#B49BD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49BD5.
.myBorderColor { border: 1px solid #B49BD5; }
<div style="border:3px solid #B49BD5">Div</div>
Die Grenzen von diesem div sind in Farbe #B49BD5.
.myOpacity80 { color: #B49BD5; opacity: 0.8; }
<p style="color:#B49BD5;opacity:0.8;">80%</p>
Text in Farbe #B49BD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49BD5;}
<p style="text-shadow: 3px 3px 1px #B49BD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49BD5.
.textShadow {text-shadow: 3px 3px 1px #B49BD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49BD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49BD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49BD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49BD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49BD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49BD5;
-webkit-box-shadow: 1px 1px 3px 2px #B49BD5;
box-shadow: 1px 1px 3px 2px #B49BD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49BD5; -webkit-box-shadow: 1px 1px 3px 2px #B49BD5; box-shadow:1px 1px 3px 2px #B49BD5;">
Div content here
</div>
Dieser Text ist in der Farbe #B49BD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49BD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49BD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49BD5.
Kontrastfarbe für #hex ist #4B642A.