HEX: #D375AB
RGB: (211,117,171)
#D375AB enthält hauptsächlich rote und blaue Farbe. Für #D375AB ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D375AB wird in RGB als (211,117,171) definiert.
RGB: (211,117,171) (83%,46%,67%)
R 211 von 255 = 83%
G 117 von 255 = 46%
B 171 von 255 = 67%
R + G + B ~ 65%. #D375AB ziemlich helle Farbe.
R + G + B =
211 + 117 + 171 = 499 (100%)
R 211 von 499 ~ 42.28%
G 117 von 499 ~ 23.45%
B 171 von 499 ~ 34.27%
Die Farbe #D375AB wird in CMYK als (0,45,19,17) definiert.
CMYK: (0,45,19,17) C0M45Y19K17 (0%,45%,19%,17%) (0.00/0.45/0.19/0.17)
D3 | 75 | AB | |
---|---|---|---|
RGB | 211 | 117 | 171 |
HSL | 326° | 51.65% | 64.31% |
HSB/HSV | 326° | 44.55% | 82.75% |
CMYK | 0.00% | 44.55% | 18.96% |
17.25% |
Hexadezimal | D3 | 75 | AB |
Dezimal | 211 | 117 | 171 |
Binär | 11010011 | 1110101 | 10101011 |
Oktal | 323 | 165 | 253 |
Beispiele css- und html für Elemente in der Farbe #D375AB. Bitte benutzen Sie auch rgb(211,117,171) statt hex-Code.
.myTextColor { color: #D375AB; }
<p style="color:#D375AB">This sample text font color is #D375AB.</p>
Die Farbe dieses Textes ist #D375AB.
.myBgColor { background-color: #D375AB; }
<div style="background-color:#D375AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D375AB.
.myBorderColor { border: 1px solid #D375AB; }
<div style="border:3px solid #D375AB">Div</div>
Die Grenzen von diesem div sind in Farbe #D375AB.
.myOpacity80 { color: #D375AB; opacity: 0.8; }
<p style="color:#D375AB;opacity:0.8;">80%</p>
Text in Farbe #D375AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D375AB;}
<p style="text-shadow: 3px 3px 1px #D375AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D375AB.
.textShadow {text-shadow: 3px 3px 1px #D375AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D375AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D375AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D375AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D375AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D375AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D375AB; -webkit-box-shadow: 1px 1px 3px 2px #D375AB; box-shadow: 1px 1px 3px 2px #D375AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D375AB; -webkit-box-shadow: 1px 1px 3px 2px #D375AB; box-shadow:1px 1px 3px 2px #D375AB;">
Div content here</div>
Dieser Text ist in der Farbe #D375AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D375AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D375AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D375AB.