HEX: #AE7590
RGB: (174,117,144)
#AE7590 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AE7590 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AE7590 wird in RGB als (174,117,144) definiert.
RGB: (174,117,144) (68%,46%,56%)
R 174 von 255 = 68%
G 117 von 255 = 46%
B 144 von 255 = 56%
R + G + B ~ 57%. #AE7590 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
174 + 117 + 144 = 435 (100%)
R 174 von 435 ~ 40%
G 117 von 435 ~ 26.9%
B 144 von 435 ~ 33.1%
Die Farbe #AE7590 wird in CMYK als (0,33,17,32) definiert.
CMYK: (0,33,17,32) C0M33Y17K32 (0%,33%,17%,32%) (0.00/0.33/0.17/0.32)
AE | 75 | 90 | |
---|---|---|---|
RGB | 174 | 117 | 144 |
HSL | 332° | 26.03% | 57.06% |
HSB/HSV | 332° | 32.76% | 68.24% |
CMYK | 0.00% | 32.76% | 17.24% |
31.76% |
Hexadezimal | AE | 75 | 90 |
Dezimal | 174 | 117 | 144 |
Binär | 10101110 | 1110101 | 10010000 |
Oktal | 256 | 165 | 220 |
Beispiele css- und html für Elemente in der Farbe #AE7590. Bitte benutzen Sie auch rgb(174,117,144) statt hex-Code.
.myTextColor { color: #AE7590; }
<p style="color:#AE7590">This sample text font color is #AE7590.</p>
Die Farbe dieses Textes ist #AE7590.
.myBgColor { background-color: #AE7590; }
<div style="background-color:#AE7590">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE7590.
.myBorderColor { border: 1px solid #AE7590; }
<div style="border:3px solid #AE7590">Div</div>
Die Grenzen von diesem div sind in Farbe #AE7590.
.myOpacity80 { color: #AE7590; opacity: 0.8; }
<p style="color:#AE7590;opacity:0.8;">80%</p>
Text in Farbe #AE7590 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE7590;}
<p style="text-shadow: 3px 3px 1px #AE7590">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE7590.
.textShadow {text-shadow: 3px 3px 1px #AE7590, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE7590, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE7590 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE7590, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE7590, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE7590 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE7590; -webkit-box-shadow: 1px 1px 3px 2px #AE7590; box-shadow: 1px 1px 3px 2px #AE7590; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE7590; -webkit-box-shadow: 1px 1px 3px 2px #AE7590; box-shadow:1px 1px 3px 2px #AE7590;">
Div content here</div>
Dieser Text ist in der Farbe #AE7590 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE7590 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE7590.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE7590.