HEX: #B575AD
RGB: (181,117,173)
#B575AD enthält hauptsächlich rote und blaue Farbe. Für #B575AD ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B575AD wird in RGB als (181,117,173) definiert.
RGB: (181,117,173) (71%,46%,68%)
R 181 von 255 = 71%
G 117 von 255 = 46%
B 173 von 255 = 68%
R + G + B ~ 62%. #B575AD ziemlich helle Farbe.
R + G + B =
181 + 117 + 173 = 471 (100%)
R 181 von 471 ~ 38.43%
G 117 von 471 ~ 24.84%
B 173 von 471 ~ 36.73%
Die Farbe #B575AD wird in CMYK als (0,35,4,29) definiert.
CMYK: (0,35,4,29) C0M35Y4K29 (0%,35%,4%,29%) (0.00/0.35/0.04/0.29)
B5 | 75 | AD | |
---|---|---|---|
RGB | 181 | 117 | 173 |
HSL | 308° | 30.19% | 58.43% |
HSB/HSV | 308° | 35.36% | 70.98% |
CMYK | 0.00% | 35.36% | 4.42% |
29.02% |
Hexadezimal | B5 | 75 | AD |
Dezimal | 181 | 117 | 173 |
Binär | 10110101 | 1110101 | 10101101 |
Oktal | 265 | 165 | 255 |
Beispiele css- und html für Elemente in der Farbe #B575AD. Bitte benutzen Sie auch rgb(181,117,173) statt hex-Code.
.myTextColor { color: #B575AD; }
<p style="color:#B575AD">This sample text font color is #B575AD.</p>
Die Farbe dieses Textes ist #B575AD.
.myBgColor { background-color: #B575AD; }
<div style="background-color:#B575AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B575AD.
.myBorderColor { border: 1px solid #B575AD; }
<div style="border:3px solid #B575AD">Div</div>
Die Grenzen von diesem div sind in Farbe #B575AD.
.myOpacity80 { color: #B575AD; opacity: 0.8; }
<p style="color:#B575AD;opacity:0.8;">80%</p>
Text in Farbe #B575AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B575AD;}
<p style="text-shadow: 3px 3px 1px #B575AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B575AD.
.textShadow {text-shadow: 3px 3px 1px #B575AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B575AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B575AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B575AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B575AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B575AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B575AD; -webkit-box-shadow: 1px 1px 3px 2px #B575AD; box-shadow: 1px 1px 3px 2px #B575AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B575AD; -webkit-box-shadow: 1px 1px 3px 2px #B575AD; box-shadow:1px 1px 3px 2px #B575AD;">
Div content here</div>
Dieser Text ist in der Farbe #B575AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B575AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B575AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B575AD.