HEX: #B58BE2
RGB: (181,139,226)
#B58BE2 enthält hauptsächlich rote und blaue Farbe. Für #B58BE2 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B58BE2 wird in RGB als (181,139,226) definiert.
RGB: (181,139,226)
(71%, 55%, 89%)
R 181 von 255 = 71%
G 139 von 255 = 55%
B 226 von 255 = 89%
R + G + B ~ 72%. #B58BE2 ziemlich helle Farbe.
R + G + B = 181 + 139 + 226 = 546 (100%)
R 181 von 546 ~ 33.15%
G 139 von 546 ~ 25.46%
B 226 von 546 ~ 41.39'%
Die Farbe #B58BE2 wird in CMYK als (20,38,0,11) definiert.
CMYK: (20,38,0,11)
C20M38Y0K11 (20%, 38%, 0%, 11%)
(0.20 / 0.38 / 0.00 / 0.11)
Farbe #B58BE2 in den populären Farbmodellen.
B5 | 8B | E2 | |
---|---|---|---|
RGB | 181 | 139 | 226 |
HSL | 269° | 60.00% | 71.57% |
HSB/HSV | 269° | 38.50% | 88.63% |
CMYK | 19.91% | 38.50% | 0.00% |
11.37% |
Die Farbe #B58BE2 in den populären Zahlensystemen.
Hexadezimal | B5 | 8B | E2 |
Dezimal | 181 | 139 | 226 |
Binär | 10110101 | 10001011 | 11100010 |
Oktal | 265 | 213 | 342 |
Dunkle Töne der Farbe #B58BE2
Helle Töne der Farbe #B58BE2
Beispiele css- und html für Elemente in der Farbe #B58BE2. Bitte benutzen Sie auch rgb(181,139,226) statt hex-Code.
.myTextColor { color: #B58BE2; }
<p style="color:#B58BE2">This sample text font color is #B58BE2.</p>
Die Farbe dieses Textes ist #B58BE2.
.myBgColor { background-color: #B58BE2; }
<div style="background-color:#B58BE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B58BE2.
.myBorderColor { border: 1px solid #B58BE2; }
<div style="border:3px solid #B58BE2">Div</div>
Die Grenzen von diesem div sind in Farbe #B58BE2.
.myOpacity80 { color: #B58BE2; opacity: 0.8; }
<p style="color:#B58BE2;opacity:0.8;">80%</p>
Text in Farbe #B58BE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B58BE2;}
<p style="text-shadow: 3px 3px 1px #B58BE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #B58BE2.
.textShadow {text-shadow: 3px 3px 1px #B58BE2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B58BE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B58BE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B58BE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B58BE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #B58BE2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B58BE2;
-webkit-box-shadow: 1px 1px 3px 2px #B58BE2;
box-shadow: 1px 1px 3px 2px #B58BE2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B58BE2; -webkit-box-shadow: 1px 1px 3px 2px #B58BE2; box-shadow:1px 1px 3px 2px #B58BE2;">
Div content here
</div>
Dieser Text ist in der Farbe #B58BE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B58BE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B58BE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B58BE2.
Kontrastfarbe für #hex ist #4A741D.