HEX: #7D72BE
RGB: (125,114,190)
#7D72BE enthält hauptsächlich blaue Farbe. Für #7D72BE ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7D72BE wird in RGB als (125,114,190) definiert.
RGB: (125,114,190) (49%,45%,75%)
R 125 von 255 = 49%
G 114 von 255 = 45%
B 190 von 255 = 75%
R + G + B ~ 56%. #7D72BE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 114 + 190 = 429 (100%)
R 125 von 429 ~ 29.14%
G 114 von 429 ~ 26.57%
B 190 von 429 ~ 44.29%
Die Farbe #7D72BE wird in CMYK als (34,40,0,25) definiert.
CMYK: (34,40,0,25) C34M40Y0K25 (34%,40%,0%,25%) (0.34/0.40/0.00/0.25)
7D | 72 | BE | |
---|---|---|---|
RGB | 125 | 114 | 190 |
HSL | 249° | 36.89% | 59.61% |
HSB/HSV | 249° | 40.00% | 74.51% |
CMYK | 34.21% | 40.00% | 0.00% |
25.49% |
Hexadezimal | 7D | 72 | BE |
Dezimal | 125 | 114 | 190 |
Binär | 1111101 | 1110010 | 10111110 |
Oktal | 175 | 162 | 276 |
Beispiele css- und html für Elemente in der Farbe #7D72BE. Bitte benutzen Sie auch rgb(125,114,190) statt hex-Code.
.myTextColor { color: #7D72BE; }
<p style="color:#7D72BE">This sample text font color is #7D72BE.</p>
Die Farbe dieses Textes ist #7D72BE.
.myBgColor { background-color: #7D72BE; }
<div style="background-color:#7D72BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D72BE.
.myBorderColor { border: 1px solid #7D72BE; }
<div style="border:3px solid #7D72BE">Div</div>
Die Grenzen von diesem div sind in Farbe #7D72BE.
.myOpacity80 { color: #7D72BE; opacity: 0.8; }
<p style="color:#7D72BE;opacity:0.8;">80%</p>
Text in Farbe #7D72BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D72BE;}
<p style="text-shadow: 3px 3px 1px #7D72BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D72BE.
.textShadow {text-shadow: 3px 3px 1px #7D72BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D72BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D72BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D72BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D72BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D72BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D72BE; -webkit-box-shadow: 1px 1px 3px 2px #7D72BE; box-shadow: 1px 1px 3px 2px #7D72BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D72BE; -webkit-box-shadow: 1px 1px 3px 2px #7D72BE; box-shadow:1px 1px 3px 2px #7D72BE;">
Div content here</div>
Dieser Text ist in der Farbe #7D72BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D72BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D72BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D72BE.