HEX: #FF7DB4
RGB: (255,125,180)
#FF7DB4 contains mainly red color. Web safe color of #FF7DB4 is #FF66CC (or #F6C).
#FF7DB4 color RGB value is (255,125,180).
RGB: (255,125,180)
(100%, 49%, 71%)
R 255 of 255 = 100%
G 125 of 255 = 49%
B 180 of 255 = 71%
R + G + B ~ 73%. #FF7DB4 is quite light color.
R + G + B = 255 + 125 + 180 = 560 (100%)
R 255 of 560 ~ 45.54%
G 125 of 560 ~ 22.32%
B 180 of 560 ~ 32.14'%
#FF7DB4 color CMYK value is (0,51,29,0).
CMYK: (0,51,29,0)
C0M51Y29K0 (0%, 51%, 29%, 0%)
(0.00 / 0.51 / 0.29 / 0.00)
Color #FF7DB4 in popluar color models
FF | 7D | B4 | |
---|---|---|---|
RGB | 255 | 125 | 180 |
HSL | 335° | 100.00% | 74.51% |
HSB/HSV | 335° | 50.98% | 100.00% |
CMYK | 0.00% | 50.98% | 29.41% |
0.00% |
Color #FF7DB4 in popluar number systems.
HEX | FF | 7D | B4 |
Decimal | 255 | 125 | 180 |
Binary | 11111111 | 1111101 | 10110100 |
Octal | 377 | 175 | 264 |
Shades of #FF7DB4
Tints of #FF7DB4
Examples of css and html codes for elements with #FF7DB4 color. Also use rgb(255,125,180) instead hex code.
.myTextColor { color: #FF7DB4; }
<p style="color:#FF7DB4">This sample text font color is #FF7DB4.</p>
This text font color is #FF7DB4.
.myBgColor { background-color: #FF7DB4; }
<div style="background-color:#FF7DB4">Inner text</div>
This div background color is #FF7DB4.
.myBorderColor { border: 1px solid #FF7DB4; }
<div style="border:3px solid #FF7DB4">Div</div>
This div border color is #FF7DB4.
.myOpacity80 { color: #FF7DB4; opacity: 0.8; }
<p style="color:#FF7DB4;opacity:0.8;">80%</p>
Text with #FF7DB4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF7DB4;}
<p style="text-shadow: 3px 3px 1px #FF7DB4">Text here.</p>
This text has shadow with #FF7DB4 color.
.textShadow {text-shadow: 3px 3px 1px #FF7DB4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF7DB4, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF7DB4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF7DB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF7DB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF7DB4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF7DB4;
-webkit-box-shadow: 1px 1px 3px 2px #FF7DB4;
box-shadow: 1px 1px 3px 2px #FF7DB4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF7DB4; -webkit-box-shadow: 1px 1px 3px 2px #FF7DB4; box-shadow:1px 1px 3px 2px #FF7DB4;">
Div content here
</div>
This text has color #FF7DB4 on black background.
This text has color #FF7DB4 on white background.
This text has black color on #FF7DB4 background.
This text has white color on #FF7DB4 background.
Complementary color for #hex is #00824B.