HEX: #BE7EBB
RGB: (190,126,187)
#BE7EBB enthält hauptsächlich rote und blaue Farbe. Für #BE7EBB ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BE7EBB wird in RGB als (190,126,187) definiert.
RGB: (190,126,187) (75%,49%,73%)
R 190 von 255 = 75%
G 126 von 255 = 49%
B 187 von 255 = 73%
R + G + B ~ 66%. #BE7EBB ziemlich helle Farbe.
R + G + B =
190 + 126 + 187 = 503 (100%)
R 190 von 503 ~ 37.77%
G 126 von 503 ~ 25.05%
B 187 von 503 ~ 37.18%
Die Farbe #BE7EBB wird in CMYK als (0,34,2,25) definiert.
CMYK: (0,34,2,25) C0M34Y2K25 (0%,34%,2%,25%) (0.00/0.34/0.02/0.25)
BE | 7E | BB | |
---|---|---|---|
RGB | 190 | 126 | 187 |
HSL | 303° | 32.99% | 61.96% |
HSB/HSV | 303° | 33.68% | 74.51% |
CMYK | 0.00% | 33.68% | 1.58% |
25.49% |
Hexadezimal | BE | 7E | BB |
Dezimal | 190 | 126 | 187 |
Binär | 10111110 | 1111110 | 10111011 |
Oktal | 276 | 176 | 273 |
Beispiele css- und html für Elemente in der Farbe #BE7EBB. Bitte benutzen Sie auch rgb(190,126,187) statt hex-Code.
.myTextColor { color: #BE7EBB; }
<p style="color:#BE7EBB">This sample text font color is #BE7EBB.</p>
Die Farbe dieses Textes ist #BE7EBB.
.myBgColor { background-color: #BE7EBB; }
<div style="background-color:#BE7EBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE7EBB.
.myBorderColor { border: 1px solid #BE7EBB; }
<div style="border:3px solid #BE7EBB">Div</div>
Die Grenzen von diesem div sind in Farbe #BE7EBB.
.myOpacity80 { color: #BE7EBB; opacity: 0.8; }
<p style="color:#BE7EBB;opacity:0.8;">80%</p>
Text in Farbe #BE7EBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE7EBB;}
<p style="text-shadow: 3px 3px 1px #BE7EBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE7EBB.
.textShadow {text-shadow: 3px 3px 1px #BE7EBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE7EBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE7EBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE7EBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE7EBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE7EBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BE7EBB; -webkit-box-shadow: 1px 1px 3px 2px #BE7EBB; box-shadow: 1px 1px 3px 2px #BE7EBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE7EBB; -webkit-box-shadow: 1px 1px 3px 2px #BE7EBB; box-shadow:1px 1px 3px 2px #BE7EBB;">
Div content here</div>
Dieser Text ist in der Farbe #BE7EBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE7EBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE7EBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE7EBB.