HEX: #711CDF
RGB: (113,28,223)
#711CDF contains mainly blue color. Web safe color of #711CDF is #6633CC (or #63C).
#711CDF color RGB value is (113,28,223).
RGB: (113,28,223)
(44%, 11%, 87%)
R 113 of 255 = 44%
G 28 of 255 = 11%
B 223 of 255 = 87%
R + G + B ~ 47%. #711CDF is middle color (not dark and not light).
R + G + B = 113 + 28 + 223 = 364 (100%)
R 113 of 364 ~ 31.04%
G 28 of 364 ~ 7.69%
B 223 of 364 ~ 61.26'%
#711CDF color CMYK value is (49,87,0,13).
CMYK: (49,87,0,13)
C49M87Y0K13 (49%, 87%, 0%, 13%)
(0.49 / 0.87 / 0.00 / 0.13)
Color #711CDF in popluar color models
71 | 1C | DF | |
---|---|---|---|
RGB | 113 | 28 | 223 |
HSL | 266° | 77.69% | 49.22% |
HSB/HSV | 266° | 87.44% | 87.45% |
CMYK | 49.33% | 87.44% | 0.00% |
12.55% |
Color #711CDF in popluar number systems.
HEX | 71 | 1C | DF |
Decimal | 113 | 28 | 223 |
Binary | 1110001 | 11100 | 11011111 |
Octal | 161 | 34 | 337 |
Shades of #711CDF
Tints of #711CDF
Examples of css and html codes for elements with #711CDF color. Also use rgb(113,28,223) instead hex code.
.myTextColor { color: #711CDF; }
<p style="color:#711CDF">This sample text font color is #711CDF.</p>
This text font color is #711CDF.
.myBgColor { background-color: #711CDF; }
<div style="background-color:#711CDF">Inner text</div>
This div background color is #711CDF.
.myBorderColor { border: 1px solid #711CDF; }
<div style="border:3px solid #711CDF">Div</div>
This div border color is #711CDF.
.myOpacity80 { color: #711CDF; opacity: 0.8; }
<p style="color:#711CDF;opacity:0.8;">80%</p>
Text with #711CDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #711CDF;}
<p style="text-shadow: 3px 3px 1px #711CDF">Text here.</p>
This text has shadow with #711CDF color.
.textShadow {text-shadow: 3px 3px 1px #711CDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #711CDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #711CDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#711CDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#711CDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #711CDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #711CDF;
-webkit-box-shadow: 1px 1px 3px 2px #711CDF;
box-shadow: 1px 1px 3px 2px #711CDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #711CDF; -webkit-box-shadow: 1px 1px 3px 2px #711CDF; box-shadow:1px 1px 3px 2px #711CDF;">
Div content here
</div>
This text has color #711CDF on black background.
This text has color #711CDF on white background.
This text has black color on #711CDF background.
This text has white color on #711CDF background.
Complementary color for #711CDF is #8EE320.