HEX: #BD70D9
RGB: (189,112,217)
#BD70D9 enthält hauptsächlich rote und blaue Farbe. Für #BD70D9 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #BD70D9 wird in RGB als (189,112,217) definiert.
RGB: (189,112,217) (74%,44%,85%)
R 189 von 255 = 74%
G 112 von 255 = 44%
B 217 von 255 = 85%
R + G + B ~ 68%. #BD70D9 ziemlich helle Farbe.
R + G + B =
189 + 112 + 217 = 518 (100%)
R 189 von 518 ~ 36.49%
G 112 von 518 ~ 21.62%
B 217 von 518 ~ 41.89%
Die Farbe #BD70D9 wird in CMYK als (13,48,0,15) definiert.
CMYK: (13,48,0,15) C13M48Y0K15 (13%,48%,0%,15%) (0.13/0.48/0.00/0.15)
BD | 70 | D9 | |
---|---|---|---|
RGB | 189 | 112 | 217 |
HSL | 284° | 58.01% | 64.51% |
HSB/HSV | 284° | 48.39% | 85.10% |
CMYK | 12.90% | 48.39% | 0.00% |
14.90% |
Hexadezimal | BD | 70 | D9 |
Dezimal | 189 | 112 | 217 |
Binär | 10111101 | 1110000 | 11011001 |
Oktal | 275 | 160 | 331 |
Beispiele css- und html für Elemente in der Farbe #BD70D9. Bitte benutzen Sie auch rgb(189,112,217) statt hex-Code.
.myTextColor { color: #BD70D9; }
<p style="color:#BD70D9">This sample text font color is #BD70D9.</p>
Die Farbe dieses Textes ist #BD70D9.
.myBgColor { background-color: #BD70D9; }
<div style="background-color:#BD70D9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BD70D9.
.myBorderColor { border: 1px solid #BD70D9; }
<div style="border:3px solid #BD70D9">Div</div>
Die Grenzen von diesem div sind in Farbe #BD70D9.
.myOpacity80 { color: #BD70D9; opacity: 0.8; }
<p style="color:#BD70D9;opacity:0.8;">80%</p>
Text in Farbe #BD70D9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BD70D9;}
<p style="text-shadow: 3px 3px 1px #BD70D9">Text here.</p>
Dieser Text hat den Schatten in Farbe #BD70D9.
.textShadow {text-shadow: 3px 3px 1px #BD70D9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BD70D9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BD70D9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD70D9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BD70D9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BD70D9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BD70D9; -webkit-box-shadow: 1px 1px 3px 2px #BD70D9; box-shadow: 1px 1px 3px 2px #BD70D9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BD70D9; -webkit-box-shadow: 1px 1px 3px 2px #BD70D9; box-shadow:1px 1px 3px 2px #BD70D9;">
Div content here</div>
Dieser Text ist in der Farbe #BD70D9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BD70D9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BD70D9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BD70D9.