HEX: #C893CC
RGB: (200,147,204)
#C893CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C893CC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C893CC wird in RGB als (200,147,204) definiert.
RGB: (200,147,204) (78%,58%,80%)
R 200 von 255 = 78%
G 147 von 255 = 58%
B 204 von 255 = 80%
R + G + B ~ 72%. #C893CC ziemlich helle Farbe.
R + G + B =
200 + 147 + 204 = 551 (100%)
R 200 von 551 ~ 36.3%
G 147 von 551 ~ 26.68%
B 204 von 551 ~ 37.02%
Die Farbe #C893CC wird in CMYK als (2,28,0,20) definiert.
CMYK: (2,28,0,20) C2M28Y0K20 (2%,28%,0%,20%) (0.02/0.28/0.00/0.20)
C8 | 93 | CC | |
---|---|---|---|
RGB | 200 | 147 | 204 |
HSL | 296° | 35.85% | 68.82% |
HSB/HSV | 296° | 27.94% | 80.00% |
CMYK | 1.96% | 27.94% | 0.00% |
20.00% |
Hexadezimal | C8 | 93 | CC |
Dezimal | 200 | 147 | 204 |
Binär | 11001000 | 10010011 | 11001100 |
Oktal | 310 | 223 | 314 |
Beispiele css- und html für Elemente in der Farbe #C893CC. Bitte benutzen Sie auch rgb(200,147,204) statt hex-Code.
.myTextColor { color: #C893CC; }
<p style="color:#C893CC">This sample text font color is #C893CC.</p>
Die Farbe dieses Textes ist #C893CC.
.myBgColor { background-color: #C893CC; }
<div style="background-color:#C893CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C893CC.
.myBorderColor { border: 1px solid #C893CC; }
<div style="border:3px solid #C893CC">Div</div>
Die Grenzen von diesem div sind in Farbe #C893CC.
.myOpacity80 { color: #C893CC; opacity: 0.8; }
<p style="color:#C893CC;opacity:0.8;">80%</p>
Text in Farbe #C893CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C893CC;}
<p style="text-shadow: 3px 3px 1px #C893CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C893CC.
.textShadow {text-shadow: 3px 3px 1px #C893CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C893CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C893CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C893CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C893CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C893CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C893CC; -webkit-box-shadow: 1px 1px 3px 2px #C893CC; box-shadow: 1px 1px 3px 2px #C893CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C893CC; -webkit-box-shadow: 1px 1px 3px 2px #C893CC; box-shadow:1px 1px 3px 2px #C893CC;">
Div content here</div>
Dieser Text ist in der Farbe #C893CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C893CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C893CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C893CC.