HEX: #AD82C7
RGB: (173,130,199)
#AD82C7 enthält hauptsächlich rote und blaue Farbe. Für #AD82C7 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AD82C7 wird in RGB als (173,130,199) definiert.
RGB: (173,130,199) (68%,51%,78%)
R 173 von 255 = 68%
G 130 von 255 = 51%
B 199 von 255 = 78%
R + G + B ~ 66%. #AD82C7 ziemlich helle Farbe.
R + G + B =
173 + 130 + 199 = 502 (100%)
R 173 von 502 ~ 34.46%
G 130 von 502 ~ 25.9%
B 199 von 502 ~ 39.64%
Die Farbe #AD82C7 wird in CMYK als (13,35,0,22) definiert.
CMYK: (13,35,0,22) C13M35Y0K22 (13%,35%,0%,22%) (0.13/0.35/0.00/0.22)
AD | 82 | C7 | |
---|---|---|---|
RGB | 173 | 130 | 199 |
HSL | 277° | 38.12% | 64.51% |
HSB/HSV | 277° | 34.67% | 78.04% |
CMYK | 13.07% | 34.67% | 0.00% |
21.96% |
Hexadezimal | AD | 82 | C7 |
Dezimal | 173 | 130 | 199 |
Binär | 10101101 | 10000010 | 11000111 |
Oktal | 255 | 202 | 307 |
Beispiele css- und html für Elemente in der Farbe #AD82C7. Bitte benutzen Sie auch rgb(173,130,199) statt hex-Code.
.myTextColor { color: #AD82C7; }
<p style="color:#AD82C7">This sample text font color is #AD82C7.</p>
Die Farbe dieses Textes ist #AD82C7.
.myBgColor { background-color: #AD82C7; }
<div style="background-color:#AD82C7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD82C7.
.myBorderColor { border: 1px solid #AD82C7; }
<div style="border:3px solid #AD82C7">Div</div>
Die Grenzen von diesem div sind in Farbe #AD82C7.
.myOpacity80 { color: #AD82C7; opacity: 0.8; }
<p style="color:#AD82C7;opacity:0.8;">80%</p>
Text in Farbe #AD82C7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD82C7;}
<p style="text-shadow: 3px 3px 1px #AD82C7">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD82C7.
.textShadow {text-shadow: 3px 3px 1px #AD82C7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD82C7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD82C7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD82C7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD82C7, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD82C7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD82C7; -webkit-box-shadow: 1px 1px 3px 2px #AD82C7; box-shadow: 1px 1px 3px 2px #AD82C7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD82C7; -webkit-box-shadow: 1px 1px 3px 2px #AD82C7; box-shadow:1px 1px 3px 2px #AD82C7;">
Div content here</div>
Dieser Text ist in der Farbe #AD82C7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD82C7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD82C7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD82C7.