HEX: #BE6ADA
RGB: (190,106,218)
#BE6ADA enthält hauptsächlich rote und blaue Farbe. Für #BE6ADA ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BE6ADA wird in RGB als (190,106,218) definiert.
RGB: (190,106,218) (75%,42%,85%)
R 190 von 255 = 75%
G 106 von 255 = 42%
B 218 von 255 = 85%
R + G + B ~ 67%. #BE6ADA ziemlich helle Farbe.
R + G + B =
190 + 106 + 218 = 514 (100%)
R 190 von 514 ~ 36.96%
G 106 von 514 ~ 20.62%
B 218 von 514 ~ 42.41%
Die Farbe #BE6ADA wird in CMYK als (13,51,0,15) definiert.
CMYK: (13,51,0,15) C13M51Y0K15 (13%,51%,0%,15%) (0.13/0.51/0.00/0.15)
BE | 6A | DA | |
---|---|---|---|
RGB | 190 | 106 | 218 |
HSL | 285° | 60.22% | 63.53% |
HSB/HSV | 285° | 51.38% | 85.49% |
CMYK | 12.84% | 51.38% | 0.00% |
14.51% |
Hexadezimal | BE | 6A | DA |
Dezimal | 190 | 106 | 218 |
Binär | 10111110 | 1101010 | 11011010 |
Oktal | 276 | 152 | 332 |
Beispiele css- und html für Elemente in der Farbe #BE6ADA. Bitte benutzen Sie auch rgb(190,106,218) statt hex-Code.
.myTextColor { color: #BE6ADA; }
<p style="color:#BE6ADA">This sample text font color is #BE6ADA.</p>
Die Farbe dieses Textes ist #BE6ADA.
.myBgColor { background-color: #BE6ADA; }
<div style="background-color:#BE6ADA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE6ADA.
.myBorderColor { border: 1px solid #BE6ADA; }
<div style="border:3px solid #BE6ADA">Div</div>
Die Grenzen von diesem div sind in Farbe #BE6ADA.
.myOpacity80 { color: #BE6ADA; opacity: 0.8; }
<p style="color:#BE6ADA;opacity:0.8;">80%</p>
Text in Farbe #BE6ADA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE6ADA;}
<p style="text-shadow: 3px 3px 1px #BE6ADA">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE6ADA.
.textShadow {text-shadow: 3px 3px 1px #BE6ADA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE6ADA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE6ADA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE6ADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE6ADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE6ADA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BE6ADA; -webkit-box-shadow: 1px 1px 3px 2px #BE6ADA; box-shadow: 1px 1px 3px 2px #BE6ADA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE6ADA; -webkit-box-shadow: 1px 1px 3px 2px #BE6ADA; box-shadow:1px 1px 3px 2px #BE6ADA;">
Div content here</div>
Dieser Text ist in der Farbe #BE6ADA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE6ADA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE6ADA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE6ADA.