HEX: #C385AE
RGB: (195,133,174)
#C385AE enthält hauptsächlich rote und blaue Farbe. Für #C385AE ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #C385AE wird in RGB als (195,133,174) definiert.
RGB: (195,133,174)
(76%, 52%, 68%)
R 195 von 255 = 76%
G 133 von 255 = 52%
B 174 von 255 = 68%
R + G + B ~ 65%. #C385AE ziemlich helle Farbe.
R + G + B = 195 + 133 + 174 = 502 (100%)
R 195 von 502 ~ 38.84%
G 133 von 502 ~ 26.49%
B 174 von 502 ~ 34.66'%
Die Farbe #C385AE wird in CMYK als (0,32,11,24) definiert.
CMYK: (0,32,11,24)
C0M32Y11K24 (0%, 32%, 11%, 24%)
(0.00 / 0.32 / 0.11 / 0.24)
Farbe #C385AE in den populären Farbmodellen.
C3 | 85 | AE | |
---|---|---|---|
RGB | 195 | 133 | 174 |
HSL | 320° | 34.07% | 64.31% |
HSB/HSV | 320° | 31.79% | 76.47% |
CMYK | 0.00% | 31.79% | 10.77% |
23.53% |
Die Farbe #C385AE in den populären Zahlensystemen.
Hexadezimal | C3 | 85 | AE |
Dezimal | 195 | 133 | 174 |
Binär | 11000011 | 10000101 | 10101110 |
Oktal | 303 | 205 | 256 |
Dunkle Töne der Farbe #C385AE
Helle Töne der Farbe #C385AE
Beispiele css- und html für Elemente in der Farbe #C385AE. Bitte benutzen Sie auch rgb(195,133,174) statt hex-Code.
.myTextColor { color: #C385AE; }
<p style="color:#C385AE">This sample text font color is #C385AE.</p>
Die Farbe dieses Textes ist #C385AE.
.myBgColor { background-color: #C385AE; }
<div style="background-color:#C385AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C385AE.
.myBorderColor { border: 1px solid #C385AE; }
<div style="border:3px solid #C385AE">Div</div>
Die Grenzen von diesem div sind in Farbe #C385AE.
.myOpacity80 { color: #C385AE; opacity: 0.8; }
<p style="color:#C385AE;opacity:0.8;">80%</p>
Text in Farbe #C385AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C385AE;}
<p style="text-shadow: 3px 3px 1px #C385AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C385AE.
.textShadow {text-shadow: 3px 3px 1px #C385AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C385AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C385AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C385AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C385AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C385AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C385AE;
-webkit-box-shadow: 1px 1px 3px 2px #C385AE;
box-shadow: 1px 1px 3px 2px #C385AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C385AE; -webkit-box-shadow: 1px 1px 3px 2px #C385AE; box-shadow:1px 1px 3px 2px #C385AE;">
Div content here
</div>
Dieser Text ist in der Farbe #C385AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C385AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C385AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C385AE.
Kontrastfarbe für #hex ist #3C7A51.