HEX: #752B75
RGB: (117,43,117)
#752B75 enthält hauptsächlich rote und blaue Farbe. Für #752B75 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #752B75 wird in RGB als (117,43,117) definiert.
RGB: (117,43,117) (46%,17%,46%)
R 117 von 255 = 46%
G 43 von 255 = 17%
B 117 von 255 = 46%
R + G + B ~ 36%. #752B75 ziemlich dunkle Farbe.
R + G + B =
117 + 43 + 117 = 277 (100%)
R 117 von 277 ~ 42.24%
G 43 von 277 ~ 15.52%
B 117 von 277 ~ 42.24%
Die Farbe #752B75 wird in CMYK als (0,63,0,54) definiert.
CMYK: (0,63,0,54) C0M63Y0K54 (0%,63%,0%,54%) (0.00/0.63/0.00/0.54)
75 | 2B | 75 | |
---|---|---|---|
RGB | 117 | 43 | 117 |
HSL | 300° | 46.25% | 31.37% |
HSB/HSV | 300° | 63.25% | 45.88% |
CMYK | 0.00% | 63.25% | 0.00% |
54.12% |
Hexadezimal | 75 | 2B | 75 |
Dezimal | 117 | 43 | 117 |
Binär | 1110101 | 101011 | 1110101 |
Oktal | 165 | 53 | 165 |
Beispiele css- und html für Elemente in der Farbe #752B75. Bitte benutzen Sie auch rgb(117,43,117) statt hex-Code.
.myTextColor { color: #752B75; }
<p style="color:#752B75">This sample text font color is #752B75.</p>
Die Farbe dieses Textes ist #752B75.
.myBgColor { background-color: #752B75; }
<div style="background-color:#752B75">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #752B75.
.myBorderColor { border: 1px solid #752B75; }
<div style="border:3px solid #752B75">Div</div>
Die Grenzen von diesem div sind in Farbe #752B75.
.myOpacity80 { color: #752B75; opacity: 0.8; }
<p style="color:#752B75;opacity:0.8;">80%</p>
Text in Farbe #752B75 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #752B75;}
<p style="text-shadow: 3px 3px 1px #752B75">Text here.</p>
Dieser Text hat den Schatten in Farbe #752B75.
.textShadow {text-shadow: 3px 3px 1px #752B75, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #752B75, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #752B75 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#752B75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#752B75, Direction=45, Strength=4)">Text</p>
This text has shadow with #752B75 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #752B75; -webkit-box-shadow: 1px 1px 3px 2px #752B75; box-shadow: 1px 1px 3px 2px #752B75; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #752B75; -webkit-box-shadow: 1px 1px 3px 2px #752B75; box-shadow:1px 1px 3px 2px #752B75;">
Div content here</div>
Dieser Text ist in der Farbe #752B75 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #752B75 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #752B75.
Dieser Text ist weiß auf dem Hintergrund in Farbe #752B75.