HEX: #EE82EE
RGB: (238,130,238)
Die Farbenname ist Violet. #EE82EE enthält hauptsächlich rote und blaue Farbe. Für #EE82EE ist eine «websichere» Webfarbe #FF99FF (oder kurz #F9F).
Die Farbe #EE82EE wird in RGB als (238,130,238) definiert.
RGB: (238,130,238) (93%,51%,93%)
R 238 von 255 = 93%
G 130 von 255 = 51%
B 238 von 255 = 93%
R + G + B ~ 79%. #EE82EE ziemlich helle Farbe.
R + G + B =
238 + 130 + 238 = 606 (100%)
R 238 von 606 ~ 39.27%
G 130 von 606 ~ 21.45%
B 238 von 606 ~ 39.27%
Die Farbe #EE82EE wird in CMYK als (0,45,0,7) definiert.
CMYK: (0,45,0,7) C0M45Y0K7 (0%,45%,0%,7%) (0.00/0.45/0.00/0.07)
EE | 82 | EE | |
---|---|---|---|
RGB | 238 | 130 | 238 |
HSL | 300° | 76.06% | 72.16% |
HSB/HSV | 300° | 45.38% | 93.33% |
CMYK | 0.00% | 45.38% | 0.00% |
6.67% |
Hexadezimal | EE | 82 | EE |
Dezimal | 238 | 130 | 238 |
Binär | 11101110 | 10000010 | 11101110 |
Oktal | 356 | 202 | 356 |
Beispiele css- und html für Elemente in der Farbe #EE82EE. Bitte benutzen Sie auch rgb(238,130,238) statt hex-Code.
.myTextColor { color: #EE82EE; }
<p style="color:#EE82EE">This sample text font color is #EE82EE.</p>
Die Farbe dieses Textes ist #EE82EE.
.myBgColor { background-color: #EE82EE; }
<div style="background-color:#EE82EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EE82EE.
.myBorderColor { border: 1px solid #EE82EE; }
<div style="border:3px solid #EE82EE">Div</div>
Die Grenzen von diesem div sind in Farbe #EE82EE.
.myOpacity80 { color: #EE82EE; opacity: 0.8; }
<p style="color:#EE82EE;opacity:0.8;">80%</p>
Text in Farbe #EE82EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE82EE;}
<p style="text-shadow: 3px 3px 1px #EE82EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EE82EE.
.textShadow {text-shadow: 3px 3px 1px #EE82EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE82EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EE82EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE82EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE82EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE82EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EE82EE; -webkit-box-shadow: 1px 1px 3px 2px #EE82EE; box-shadow: 1px 1px 3px 2px #EE82EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EE82EE; -webkit-box-shadow: 1px 1px 3px 2px #EE82EE; box-shadow:1px 1px 3px 2px #EE82EE;">
Div content here</div>
Dieser Text ist in der Farbe #EE82EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EE82EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EE82EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EE82EE.