HEX: #A68AEB
RGB: (166,138,235)
#A68AEB enthält hauptsächlich blaue Farbe. Für #A68AEB ist eine «websichere» Webfarbe #9999FF (oder kurz #99F).
Die Farbe #A68AEB wird in RGB als (166,138,235) definiert.
RGB: (166,138,235) (65%,54%,92%)
R 166 von 255 = 65%
G 138 von 255 = 54%
B 235 von 255 = 92%
R + G + B ~ 70%. #A68AEB ziemlich helle Farbe.
R + G + B =
166 + 138 + 235 = 539 (100%)
R 166 von 539 ~ 30.8%
G 138 von 539 ~ 25.6%
B 235 von 539 ~ 43.6%
Die Farbe #A68AEB wird in CMYK als (29,41,0,8) definiert.
CMYK: (29,41,0,8) C29M41Y0K8 (29%,41%,0%,8%) (0.29/0.41/0.00/0.08)
A6 | 8A | EB | |
---|---|---|---|
RGB | 166 | 138 | 235 |
HSL | 257° | 70.80% | 73.14% |
HSB/HSV | 257° | 41.28% | 92.16% |
CMYK | 29.36% | 41.28% | 0.00% |
7.84% |
Hexadezimal | A6 | 8A | EB |
Dezimal | 166 | 138 | 235 |
Binär | 10100110 | 10001010 | 11101011 |
Oktal | 246 | 212 | 353 |
Beispiele css- und html für Elemente in der Farbe #A68AEB. Bitte benutzen Sie auch rgb(166,138,235) statt hex-Code.
.myTextColor { color: #A68AEB; }
<p style="color:#A68AEB">This sample text font color is #A68AEB.</p>
Die Farbe dieses Textes ist #A68AEB.
.myBgColor { background-color: #A68AEB; }
<div style="background-color:#A68AEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A68AEB.
.myBorderColor { border: 1px solid #A68AEB; }
<div style="border:3px solid #A68AEB">Div</div>
Die Grenzen von diesem div sind in Farbe #A68AEB.
.myOpacity80 { color: #A68AEB; opacity: 0.8; }
<p style="color:#A68AEB;opacity:0.8;">80%</p>
Text in Farbe #A68AEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A68AEB;}
<p style="text-shadow: 3px 3px 1px #A68AEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #A68AEB.
.textShadow {text-shadow: 3px 3px 1px #A68AEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A68AEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A68AEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A68AEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A68AEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A68AEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A68AEB; -webkit-box-shadow: 1px 1px 3px 2px #A68AEB; box-shadow: 1px 1px 3px 2px #A68AEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A68AEB; -webkit-box-shadow: 1px 1px 3px 2px #A68AEB; box-shadow:1px 1px 3px 2px #A68AEB;">
Div content here</div>
Dieser Text ist in der Farbe #A68AEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A68AEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A68AEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A68AEB.