HEX: #AE7EF2
RGB: (174,126,242)
#AE7EF2 contains mainly blue color. Web safe color of #AE7EF2 is #9966FF (or #96F).
#AE7EF2 color RGB value is (174,126,242).
RGB: (174,126,242)
(68%, 49%, 95%)
R 174 of 255 = 68%
G 126 of 255 = 49%
B 242 of 255 = 95%
R + G + B ~ 71%. #AE7EF2 is quite light color.
R + G + B = 174 + 126 + 242 = 542 (100%)
R 174 of 542 ~ 32.1%
G 126 of 542 ~ 23.25%
B 242 of 542 ~ 44.65'%
#AE7EF2 color CMYK value is (28,48,0,5).
CMYK: (28,48,0,5) C28M48Y0K5 (28%,48%,0%,5%) (0.28/0.48/0.00/0.05)
Color #AE7EF2 in popluar color models
AE | 7E | F2 | |
---|---|---|---|
RGB | 174 | 126 | 242 |
HSL | 265° | 81.69% | 72.16% |
HSB/HSV | 265° | 47.93% | 94.90% |
CMYK | 28.10% | 47.93% | 0.00% |
5.10% |
Color #AE7EF2 in popluar number systems.
HEX | AE | 7E | F2 |
Decimal | 174 | 126 | 242 |
Binary | 10101110 | 1111110 | 11110010 |
Octal | 256 | 176 | 362 |
Shades of #AE7EF2
Tints of #AE7EF2
Examples of css and html codes for elements with #AE7EF2 color. Also use rgb(174,126,242) instead hex code.
.myTextColor { color: #AE7EF2; }
<p style="color:#AE7EF2">This sample text font color is #AE7EF2.</p>
This text font color is #AE7EF2.
.myBgColor { background-color: #AE7EF2; }
<div style="background-color:#AE7EF2">Inner text</div>
This div background color is #AE7EF2.
.myBorderColor { border: 1px solid #AE7EF2; }
<div style="border:3px solid #AE7EF2">Div</div>
This div border color is #AE7EF2.
.myOpacity80 { color: #AE7EF2; opacity: 0.8; }
<p style="color:#AE7EF2;opacity:0.8;">80%</p>
Text with #AE7EF2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE7EF2;}
<p style="text-shadow: 3px 3px 1px #AE7EF2">Text here.</p>
This text has shadow with #AE7EF2 color.
.textShadow {text-shadow: 3px 3px 1px #AE7EF2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE7EF2, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE7EF2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE7EF2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE7EF2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE7EF2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE7EF2;
-webkit-box-shadow: 1px 1px 3px 2px #AE7EF2;
box-shadow: 1px 1px 3px 2px #AE7EF2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE7EF2; -webkit-box-shadow: 1px 1px 3px 2px #AE7EF2; box-shadow:1px 1px 3px 2px #AE7EF2;">
Div content here
</div>
This text has color #AE7EF2 on black background.
This text has color #AE7EF2 on white background.
This text has black color on #AE7EF2 background.
This text has white color on #AE7EF2 background.
Complementary color for #hex is #51810D.