HEX: #BEA5EC
RGB: (190,165,236)
#BEA5EC enthält hauptsächlich rote und blaue Farbe. Für #BEA5EC ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #BEA5EC wird in RGB als (190,165,236) definiert.
RGB: (190,165,236)
(75%, 65%, 93%)
R 190 von 255 = 75%
G 165 von 255 = 65%
B 236 von 255 = 93%
R + G + B ~ 78%. #BEA5EC ziemlich helle Farbe.
R + G + B = 190 + 165 + 236 = 591 (100%)
R 190 von 591 ~ 32.15%
G 165 von 591 ~ 27.92%
B 236 von 591 ~ 39.93'%
Die Farbe #BEA5EC wird in CMYK als (19,30,0,7) definiert.
CMYK: (19,30,0,7)
C19M30Y0K7 (19%, 30%, 0%, 7%)
(0.19 / 0.30 / 0.00 / 0.07)
Farbe #BEA5EC in den populären Farbmodellen.
BE | A5 | EC | |
---|---|---|---|
RGB | 190 | 165 | 236 |
HSL | 261° | 65.14% | 78.63% |
HSB/HSV | 261° | 30.08% | 92.55% |
CMYK | 19.49% | 30.08% | 0.00% |
7.45% |
Die Farbe #BEA5EC in den populären Zahlensystemen.
Hexadezimal | BE | A5 | EC |
Dezimal | 190 | 165 | 236 |
Binär | 10111110 | 10100101 | 11101100 |
Oktal | 276 | 245 | 354 |
Dunkle Töne der Farbe #BEA5EC
Helle Töne der Farbe #BEA5EC
Beispiele css- und html für Elemente in der Farbe #BEA5EC. Bitte benutzen Sie auch rgb(190,165,236) statt hex-Code.
.myTextColor { color: #BEA5EC; }
<p style="color:#BEA5EC">This sample text font color is #BEA5EC.</p>
Die Farbe dieses Textes ist #BEA5EC.
.myBgColor { background-color: #BEA5EC; }
<div style="background-color:#BEA5EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEA5EC.
.myBorderColor { border: 1px solid #BEA5EC; }
<div style="border:3px solid #BEA5EC">Div</div>
Die Grenzen von diesem div sind in Farbe #BEA5EC.
.myOpacity80 { color: #BEA5EC; opacity: 0.8; }
<p style="color:#BEA5EC;opacity:0.8;">80%</p>
Text in Farbe #BEA5EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA5EC;}
<p style="text-shadow: 3px 3px 1px #BEA5EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEA5EC.
.textShadow {text-shadow: 3px 3px 1px #BEA5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA5EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEA5EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA5EC;
-webkit-box-shadow: 1px 1px 3px 2px #BEA5EC;
box-shadow: 1px 1px 3px 2px #BEA5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA5EC; -webkit-box-shadow: 1px 1px 3px 2px #BEA5EC; box-shadow:1px 1px 3px 2px #BEA5EC;">
Div content here
</div>
Dieser Text ist in der Farbe #BEA5EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEA5EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEA5EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEA5EC.
Kontrastfarbe für #hex ist #415A13.