HEX: #74349B
RGB: (116,52,155)
#74349B enthält hauptsächlich rote und blaue Farbe. Für #74349B ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #74349B wird in RGB als (116,52,155) definiert.
RGB: (116,52,155)
(45%, 20%, 61%)
R 116 von 255 = 45%
G 52 von 255 = 20%
B 155 von 255 = 61%
R + G + B ~ 42%. #74349B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 52 + 155 = 323 (100%)
R 116 von 323 ~ 35.91%
G 52 von 323 ~ 16.1%
B 155 von 323 ~ 47.99'%
Die Farbe #74349B wird in CMYK als (25,66,0,39) definiert.
CMYK: (25,66,0,39)
C25M66Y0K39 (25%, 66%, 0%, 39%)
(0.25 / 0.66 / 0.00 / 0.39)
Farbe #74349B in den populären Farbmodellen.
74 | 34 | 9B | |
---|---|---|---|
RGB | 116 | 52 | 155 |
HSL | 277° | 49.76% | 40.59% |
HSB/HSV | 277° | 66.45% | 60.78% |
CMYK | 25.16% | 66.45% | 0.00% |
39.22% |
Die Farbe #74349B in den populären Zahlensystemen.
Hexadezimal | 74 | 34 | 9B |
Dezimal | 116 | 52 | 155 |
Binär | 1110100 | 110100 | 10011011 |
Oktal | 164 | 64 | 233 |
Dunkle Töne der Farbe #74349B
Helle Töne der Farbe #74349B
Beispiele css- und html für Elemente in der Farbe #74349B. Bitte benutzen Sie auch rgb(116,52,155) statt hex-Code.
.myTextColor { color: #74349B; }
<p style="color:#74349B">This sample text font color is #74349B.</p>
Die Farbe dieses Textes ist #74349B.
.myBgColor { background-color: #74349B; }
<div style="background-color:#74349B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74349B.
.myBorderColor { border: 1px solid #74349B; }
<div style="border:3px solid #74349B">Div</div>
Die Grenzen von diesem div sind in Farbe #74349B.
.myOpacity80 { color: #74349B; opacity: 0.8; }
<p style="color:#74349B;opacity:0.8;">80%</p>
Text in Farbe #74349B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74349B;}
<p style="text-shadow: 3px 3px 1px #74349B">Text here.</p>
Dieser Text hat den Schatten in Farbe #74349B.
.textShadow {text-shadow: 3px 3px 1px #74349B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74349B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74349B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74349B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74349B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74349B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74349B;
-webkit-box-shadow: 1px 1px 3px 2px #74349B;
box-shadow: 1px 1px 3px 2px #74349B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74349B; -webkit-box-shadow: 1px 1px 3px 2px #74349B; box-shadow:1px 1px 3px 2px #74349B;">
Div content here
</div>
Dieser Text ist in der Farbe #74349B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74349B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74349B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74349B.
Kontrastfarbe für #hex ist #8BCB64.