HEX: #754488
RGB: (117,68,136)
#754488 contains mainly red and blue colors. Web safe color of #754488 is #663399 (or #639).
#754488 color RGB value is (117,68,136).
RGB: (117,68,136) (46%,27%,53%)
R 117 of 255 = 46%
G 68 of 255 = 27%
B 136 of 255 = 53%
R + G + B ~ 42%. #754488 is middle color (not dark and not light).
R + G + B =
117 + 68 + 136 = 321 (100%)
R 117 of 321 ~ 36.45%
G 68 of 321 ~ 21.18%
B 136 of 321 ~ 42.37%
#754488 color CMYK value is (14,50,0,47).
CMYK: (14,50,0,47) C14M50Y0K47 (14%,50%,0%,47%) (0.14/0.50/0.00/0.47)
75 | 44 | 88 | |
---|---|---|---|
RGB | 117 | 68 | 136 |
HSL | 283° | 33.33% | 40.00% |
HSB/HSV | 283° | 50.00% | 53.33% |
CMYK | 13.97% | 50.00% | 0.00% |
46.67% |
HEX | 75 | 44 | 88 |
Decimal | 117 | 68 | 136 |
Binary | 1110101 | 1000100 | 10001000 |
Octal | 165 | 104 | 210 |
Examples of css and html codes for elements with #754488 color. Also use rgb(117,68,136) instead hex code.
.myTextColor { color: #754488; }
<p style="color:#754488">This sample text font color is #754488.</p>
This text font color is #754488.
.myBgColor { background-color: #754488; }
<div style="background-color:#754488">Inner text</div>
This div background color is #754488.
.myBorderColor { border: 1px solid #754488; }
<div style="border:3px solid #754488">Div</div>
This div border color is #754488.
.myOpacity80 { color: #754488; opacity: 0.8; }
<p style="color:#754488;opacity:0.8;">80%</p>
Text with #754488 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #754488;}
<p style="text-shadow: 3px 3px 1px #754488">Text here.</p>
This text has shadow with #754488 color.
.textShadow {text-shadow: 3px 3px 1px #754488, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #754488, 5px 5px 20px red">Text here.</p>
This text has shadow with #754488 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#754488, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#754488, Direction=45, Strength=4)">Text</p>
This text has shadow with #754488 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #754488; -webkit-box-shadow: 1px 1px 3px 2px #754488; box-shadow: 1px 1px 3px 2px #754488; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #754488; -webkit-box-shadow: 1px 1px 3px 2px #754488; box-shadow:1px 1px 3px 2px #754488;">
Div content here</div>
This text has color #754488 on black background.
This text has color #754488 on white background.
This text has black color on #754488 background.
This text has white color on #754488 background.