HEX: #AD98F2
RGB: (173,152,242)
#AD98F2 enthält hauptsächlich blaue Farbe. Für #AD98F2 ist eine «websichere» Webfarbe #9999FF (oder kurz #99F).
Die Farbe #AD98F2 wird in RGB als (173,152,242) definiert.
RGB: (173,152,242) (68%,60%,95%)
R 173 von 255 = 68%
G 152 von 255 = 60%
B 242 von 255 = 95%
R + G + B ~ 74%. #AD98F2 ziemlich helle Farbe.
R + G + B =
173 + 152 + 242 = 567 (100%)
R 173 von 567 ~ 30.51%
G 152 von 567 ~ 26.81%
B 242 von 567 ~ 42.68%
Die Farbe #AD98F2 wird in CMYK als (29,37,0,5) definiert.
CMYK: (29,37,0,5) C29M37Y0K5 (29%,37%,0%,5%) (0.29/0.37/0.00/0.05)
AD | 98 | F2 | |
---|---|---|---|
RGB | 173 | 152 | 242 |
HSL | 254° | 77.59% | 77.25% |
HSB/HSV | 254° | 37.19% | 94.90% |
CMYK | 28.51% | 37.19% | 0.00% |
5.10% |
Hexadezimal | AD | 98 | F2 |
Dezimal | 173 | 152 | 242 |
Binär | 10101101 | 10011000 | 11110010 |
Oktal | 255 | 230 | 362 |
Beispiele css- und html für Elemente in der Farbe #AD98F2. Bitte benutzen Sie auch rgb(173,152,242) statt hex-Code.
.myTextColor { color: #AD98F2; }
<p style="color:#AD98F2">This sample text font color is #AD98F2.</p>
Die Farbe dieses Textes ist #AD98F2.
.myBgColor { background-color: #AD98F2; }
<div style="background-color:#AD98F2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD98F2.
.myBorderColor { border: 1px solid #AD98F2; }
<div style="border:3px solid #AD98F2">Div</div>
Die Grenzen von diesem div sind in Farbe #AD98F2.
.myOpacity80 { color: #AD98F2; opacity: 0.8; }
<p style="color:#AD98F2;opacity:0.8;">80%</p>
Text in Farbe #AD98F2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD98F2;}
<p style="text-shadow: 3px 3px 1px #AD98F2">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD98F2.
.textShadow {text-shadow: 3px 3px 1px #AD98F2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD98F2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD98F2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD98F2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD98F2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD98F2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD98F2; -webkit-box-shadow: 1px 1px 3px 2px #AD98F2; box-shadow: 1px 1px 3px 2px #AD98F2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD98F2; -webkit-box-shadow: 1px 1px 3px 2px #AD98F2; box-shadow:1px 1px 3px 2px #AD98F2;">
Div content here</div>
Dieser Text ist in der Farbe #AD98F2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD98F2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD98F2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD98F2.