FARBE #C89BE0

HEX: #C89BE0 RGB: (200,155,224)

Farbeninformationen

#C89BE0 enthält hauptsächlich rote und blaue Farbe. Für #C89BE0 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).

Farbmodelle RGB

Die Farbe #C89BE0 wird in RGB als (200,155,224) definiert.

RGB: (200,155,224) (78%, 61%, 88%)

Kanäle in RGB und Sättigung

R 200 von 255 = 78%
G 155 von 255 = 61%
B 224 von 255 = 88%

200
155
224

R + G + B ~ 76%. #C89BE0 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 200 + 155 + 224 = 579 (100%)
R 200 von 579 ~ 34.54%
G 155 von 579 ~ 26.77%
B 224 von 579 ~ 38.69'%

%34.54
%26.77
%38.69

Farbmodell CMYK

Die Farbe #C89BE0 wird in CMYK als (11,31,0,12) definiert.

  • Cyan hat einen Wert von 10.71%
  • Magenta hat einen Wert von 30.80%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 12.16%

CMYK: (11,31,0,12)
C11M31Y0K12 (11%, 31%, 0%, 12%)
(0.11 / 0.31 / 0.00 / 0.12)

CMYK-Kanäle in Prozent

%10.71
%30.8
%0
%12.16

Farbcodes

Farbe #C89BE0 in den populären Farbmodellen.

C8 9B E0
RGB 200 155 224
HSL 279° 52.67% 74.31%
HSB/HSV 279° 30.80% 87.84%
CMYK 10.71% 30.80% 0.00%
12.16%

Die Farbe #C89BE0 in den populären Zahlensystemen.

Hexadezimal C8 9B E0
Dezimal 200 155 224
Binär 11001000 10011011 11100000
Oktal 310 233 340

Farbtöne

Dunkle Töne der Farbe #C89BE0

#C89BE0
(200,155,224)
#B68DCC
(182,141,204)
#A47FB8
(164,127,184)
#9271A4
(146,113,164)
#806390
(128,99,144)
#6E557C
(110,85,124)
#5C4768
(92,71,104)
#4A3954
(74,57,84)
#382B40
(56,43,64)
#261D2C
(38,29,44)
#140F18
(20,15,24)
#000000
(0,0,0)

Helle Töne der Farbe #C89BE0

#C89BE0
(200,155,224)
#CDA4E2
(205,164,226)
#D2ADE4
(210,173,228)
#D7B6E6
(215,182,230)
#DCBFE8
(220,191,232)
#E1C8EA
(225,200,234)
#E6D1EC
(230,209,236)
#EBDAEE
(235,218,238)
#F0E3F0
(240,227,240)
#F5ECF2
(245,236,242)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #C89BE0. Bitte benutzen Sie auch rgb(200,155,224) statt hex-Code.

Textfarbe

.myTextColor { color: #C89BE0; }

<p style="color:#C89BE0">This sample text font color is #C89BE0.</p>

Die Farbe dieses Textes ist #C89BE0.

Hintergrundfarbe

.myBgColor { background-color: #C89BE0; }

<div style="background-color:#C89BE0">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #C89BE0.

Grenzfarbe

.myBorderColor { border: 1px solid #C89BE0; }

<div style="border:3px solid #C89BE0">Div</div>

Die Grenzen von diesem div sind in Farbe #C89BE0.

Transparenz

.myOpacity80 { color: #C89BE0; opacity: 0.8; }

<p style="color:#C89BE0;opacity:0.8;">80%</p>

Text in Farbe #C89BE0 und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.
Hintergrund mit Transparenzgrad 80%.
Hintergrund mit Transparenzgrad 50%.
Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #C89BE0;}

<p style="text-shadow: 3px 3px 1px #C89BE0">Text here.</p>

Dieser Text hat den Schatten in Farbe #C89BE0.


.textShadow {text-shadow: 3px 3px 1px #C89BE0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C89BE0, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #C89BE0 und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C89BE0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C89BE0, Direction=45, Strength=4)">Text</p>

This text has shadow with #C89BE0 and red colors in old Internet Explorer.

Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C89BE0;
-webkit-box-shadow: 1px 1px 3px 2px #C89BE0;
box-shadow: 1px 1px 3px 2px #C89BE0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C89BE0; -webkit-box-shadow: 1px 1px 3px 2px #C89BE0; box-shadow:1px 1px 3px 2px #C89BE0;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #C89BE0.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #C89BE0 auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #C89BE0 auf dem weißen Hintergrund.


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #C89BE0

Dieser Text ist schwarz auf dem Hintergrund in Farbe #C89BE0.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #C89BE0

Dieser Text ist weiß auf dem Hintergrund in Farbe #C89BE0.


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #C89BE0 ist #37641F.


I love getcolorcode.com

Farbtriade

1 #E0C89B und #9BE0C8 kombiniert mit #C89BE0 sind eine Farbtriade.

2 #E09BC8 und #9BC8E0 kombiniert mit #C89BE0 sind eine Farbtriade.