HEX: #C585AD
RGB: (197,133,173)
#C585AD enthält hauptsächlich rote und blaue Farbe. Für #C585AD ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C585AD wird in RGB als (197,133,173) definiert.
RGB: (197,133,173) (77%,52%,68%)
R 197 von 255 = 77%
G 133 von 255 = 52%
B 173 von 255 = 68%
R + G + B ~ 66%. #C585AD ziemlich helle Farbe.
R + G + B =
197 + 133 + 173 = 503 (100%)
R 197 von 503 ~ 39.17%
G 133 von 503 ~ 26.44%
B 173 von 503 ~ 34.39%
Die Farbe #C585AD wird in CMYK als (0,32,12,23) definiert.
CMYK: (0,32,12,23) C0M32Y12K23 (0%,32%,12%,23%) (0.00/0.32/0.12/0.23)
C5 | 85 | AD | |
---|---|---|---|
RGB | 197 | 133 | 173 |
HSL | 323° | 35.56% | 64.71% |
HSB/HSV | 323° | 32.49% | 77.25% |
CMYK | 0.00% | 32.49% | 12.18% |
22.75% |
Hexadezimal | C5 | 85 | AD |
Dezimal | 197 | 133 | 173 |
Binär | 11000101 | 10000101 | 10101101 |
Oktal | 305 | 205 | 255 |
Beispiele css- und html für Elemente in der Farbe #C585AD. Bitte benutzen Sie auch rgb(197,133,173) statt hex-Code.
.myTextColor { color: #C585AD; }
<p style="color:#C585AD">This sample text font color is #C585AD.</p>
Die Farbe dieses Textes ist #C585AD.
.myBgColor { background-color: #C585AD; }
<div style="background-color:#C585AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C585AD.
.myBorderColor { border: 1px solid #C585AD; }
<div style="border:3px solid #C585AD">Div</div>
Die Grenzen von diesem div sind in Farbe #C585AD.
.myOpacity80 { color: #C585AD; opacity: 0.8; }
<p style="color:#C585AD;opacity:0.8;">80%</p>
Text in Farbe #C585AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C585AD;}
<p style="text-shadow: 3px 3px 1px #C585AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C585AD.
.textShadow {text-shadow: 3px 3px 1px #C585AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C585AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C585AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C585AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C585AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C585AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C585AD; -webkit-box-shadow: 1px 1px 3px 2px #C585AD; box-shadow: 1px 1px 3px 2px #C585AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C585AD; -webkit-box-shadow: 1px 1px 3px 2px #C585AD; box-shadow:1px 1px 3px 2px #C585AD;">
Div content here</div>
Dieser Text ist in der Farbe #C585AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C585AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C585AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C585AD.