HEX: #7C498C
RGB: (124,73,140)
#7C498C enthält hauptsächlich rote und blaue Farbe. Für #7C498C ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7C498C wird in RGB als (124,73,140) definiert.
RGB: (124,73,140) (49%,29%,55%)
R 124 von 255 = 49%
G 73 von 255 = 29%
B 140 von 255 = 55%
R + G + B ~ 44%. #7C498C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 73 + 140 = 337 (100%)
R 124 von 337 ~ 36.8%
G 73 von 337 ~ 21.66%
B 140 von 337 ~ 41.54%
Die Farbe #7C498C wird in CMYK als (11,48,0,45) definiert.
CMYK: (11,48,0,45) C11M48Y0K45 (11%,48%,0%,45%) (0.11/0.48/0.00/0.45)
7C | 49 | 8C | |
---|---|---|---|
RGB | 124 | 73 | 140 |
HSL | 286° | 31.46% | 41.76% |
HSB/HSV | 286° | 47.86% | 54.90% |
CMYK | 11.43% | 47.86% | 0.00% |
45.10% |
Hexadezimal | 7C | 49 | 8C |
Dezimal | 124 | 73 | 140 |
Binär | 1111100 | 1001001 | 10001100 |
Oktal | 174 | 111 | 214 |
Beispiele css- und html für Elemente in der Farbe #7C498C. Bitte benutzen Sie auch rgb(124,73,140) statt hex-Code.
.myTextColor { color: #7C498C; }
<p style="color:#7C498C">This sample text font color is #7C498C.</p>
Die Farbe dieses Textes ist #7C498C.
.myBgColor { background-color: #7C498C; }
<div style="background-color:#7C498C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C498C.
.myBorderColor { border: 1px solid #7C498C; }
<div style="border:3px solid #7C498C">Div</div>
Die Grenzen von diesem div sind in Farbe #7C498C.
.myOpacity80 { color: #7C498C; opacity: 0.8; }
<p style="color:#7C498C;opacity:0.8;">80%</p>
Text in Farbe #7C498C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C498C;}
<p style="text-shadow: 3px 3px 1px #7C498C">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C498C.
.textShadow {text-shadow: 3px 3px 1px #7C498C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C498C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C498C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C498C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C498C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C498C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C498C; -webkit-box-shadow: 1px 1px 3px 2px #7C498C; box-shadow: 1px 1px 3px 2px #7C498C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C498C; -webkit-box-shadow: 1px 1px 3px 2px #7C498C; box-shadow:1px 1px 3px 2px #7C498C;">
Div content here</div>
Dieser Text ist in der Farbe #7C498C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C498C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C498C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C498C.