FARBE #E8BFFA

HEX: #E8BFFA
RGB: (232,191,250)

Farbeninformationen

#E8BFFA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E8BFFA ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).

Farbmodelle RGB

Die Farbe #E8BFFA wird in RGB als (232,191,250) definiert.

  • Rot hat einen Wert von 232;
  • Grün hat einen Wert von 191;
  • Blau hat einen Wert von 250.
RGB:
(232,191,250)
(91%,75%,98%)

Kanäle in RGB und Sättigung

R 232 von 255 = 91%
G 191 von 255 = 75%
B 250 von 255 = 98%

232
191
250

R + G + B ~ 88%. #E8BFFA helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
232 + 191 + 250 = 673 (100%)
R 232 von 673 ~ 34.47%
G 191 von 673 ~ 28.38%
B 250 von 673 ~ 37.15%

%34.47
%28.38
%37.15

Farbmodell CMYK

Die Farbe #E8BFFA wird in CMYK als (7,24,0,2) definiert.

  • Cyan hat einen Wert von 7.20%
  • Magenta hat einen Wert von 23.60%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 1.96%
CMYK:
(7,24,0,2)
C7M24Y0K2 
(7%,24%,0%,2%)
(0.07/0.24/0.00/0.02)	

CMYK-Kanäle in Prozent

%7.2
%23.6
%0
%1.96

Farbcodes

Farbe #E8BFFA in den populären Farbmodellen.

E8BFFA
RGB232191250
HSL282°85.51%86.47%
HSB/HSV282°23.60%98.04%
CMYK7.20%23.60%0.00%
1.96%

Die Farbe #E8BFFA in den populären Zahlensystemen.

HexadezimalE8BFFA
Dezimal232191250
Binär111010001011111111111010
Oktal350277372

Farbtöne

Dunkle Töne der Farbe #E8BFFA

#E8BFFA
(232,191,250)
#D3AEE4
(211,174,228)
#BE9DCE
(190,157,206)
#A98CB8
(169,140,184)
#947BA2
(148,123,162)
#7F6A8C
(127,106,140)
#6A5976
(106,89,118)
#554860
(85,72,96)
#40374A
(64,55,74)
#2B2634
(43,38,52)
#16151E
(22,21,30)
#000000
(0,0,0)

Helle Töne der Farbe #E8BFFA

#E8BFFA
(232,191,250)
#EAC4FA
(234,196,250)
#ECC9FA
(236,201,250)
#EECEFA
(238,206,250)
#F0D3FA
(240,211,250)
#F2D8FA
(242,216,250)
#F4DDFA
(244,221,250)
#F6E2FA
(246,226,250)
#F8E7FA
(248,231,250)
#FAECFA
(250,236,250)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #E8BFFA. Bitte benutzen Sie auch rgb(232,191,250) statt hex-Code.

Textfarbe

.myTextColor { color: #E8BFFA; }

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

Die Farbe dieses Textes ist #E8BFFA.


Hintergrundfarbe

.myBgColor { background-color: #E8BFFA; }

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

Der Hintergrund von diesem div ist in Farbe #E8BFFA.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #E8BFFA.


Transparenz

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

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

Text in Farbe #E8BFFA 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 #E8BFFA;}

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

Dieser Text hat den Schatten in Farbe #E8BFFA.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E8BFFA;
-webkit-box-shadow: 1px 1px 3px 2px #E8BFFA;
box-shadow:1px 1px 3px 2px #E8BFFA;">
Div content here</div>
Dieses div hat den Schatten in Farbe #E8BFFA.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #E8BFFA

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


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

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