HEX: #A47FB7
RGB: (164,127,183)
#A47FB7 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A47FB7 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #A47FB7 wird in RGB als (164,127,183) definiert.
RGB: (164,127,183)
(64%, 50%, 72%)
R 164 von 255 = 64%
G 127 von 255 = 50%
B 183 von 255 = 72%
R + G + B ~ 62%. #A47FB7 ziemlich helle Farbe.
R + G + B = 164 + 127 + 183 = 474 (100%)
R 164 von 474 ~ 34.6%
G 127 von 474 ~ 26.79%
B 183 von 474 ~ 38.61'%
Die Farbe #A47FB7 wird in CMYK als (10,31,0,28) definiert.
CMYK: (10,31,0,28)
C10M31Y0K28 (10%, 31%, 0%, 28%)
(0.10 / 0.31 / 0.00 / 0.28)
Farbe #A47FB7 in den populären Farbmodellen.
A4 | 7F | B7 | |
---|---|---|---|
RGB | 164 | 127 | 183 |
HSL | 280° | 28.00% | 60.78% |
HSB/HSV | 280° | 30.60% | 71.76% |
CMYK | 10.38% | 30.60% | 0.00% |
28.24% |
Die Farbe #A47FB7 in den populären Zahlensystemen.
Hexadezimal | A4 | 7F | B7 |
Dezimal | 164 | 127 | 183 |
Binär | 10100100 | 1111111 | 10110111 |
Oktal | 244 | 177 | 267 |
Dunkle Töne der Farbe #A47FB7
Helle Töne der Farbe #A47FB7
Beispiele css- und html für Elemente in der Farbe #A47FB7. Bitte benutzen Sie auch rgb(164,127,183) statt hex-Code.
.myTextColor { color: #A47FB7; }
<p style="color:#A47FB7">This sample text font color is #A47FB7.</p>
Die Farbe dieses Textes ist #A47FB7.
.myBgColor { background-color: #A47FB7; }
<div style="background-color:#A47FB7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A47FB7.
.myBorderColor { border: 1px solid #A47FB7; }
<div style="border:3px solid #A47FB7">Div</div>
Die Grenzen von diesem div sind in Farbe #A47FB7.
.myOpacity80 { color: #A47FB7; opacity: 0.8; }
<p style="color:#A47FB7;opacity:0.8;">80%</p>
Text in Farbe #A47FB7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47FB7;}
<p style="text-shadow: 3px 3px 1px #A47FB7">Text here.</p>
Dieser Text hat den Schatten in Farbe #A47FB7.
.textShadow {text-shadow: 3px 3px 1px #A47FB7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47FB7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A47FB7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47FB7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47FB7, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47FB7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47FB7;
-webkit-box-shadow: 1px 1px 3px 2px #A47FB7;
box-shadow: 1px 1px 3px 2px #A47FB7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47FB7; -webkit-box-shadow: 1px 1px 3px 2px #A47FB7; box-shadow:1px 1px 3px 2px #A47FB7;">
Div content here
</div>
Dieser Text ist in der Farbe #A47FB7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A47FB7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A47FB7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A47FB7.
Kontrastfarbe für #hex ist #5B8048.