HEX: #C09EE2
RGB: (192,158,226)
#C09EE2 contains mainly red and blue colors. Web safe color of #C09EE2 is #CC99CC (or #C9C).
#C09EE2 color RGB value is (192,158,226).
RGB: (192,158,226)
(75%, 62%, 89%)
R 192 of 255 = 75%
G 158 of 255 = 62%
B 226 of 255 = 89%
R + G + B ~ 75%. #C09EE2 is quite light color.
R + G + B = 192 + 158 + 226 = 576 (100%)
R 192 of 576 ~ 33.33%
G 158 of 576 ~ 27.43%
B 226 of 576 ~ 39.24'%
#C09EE2 color CMYK value is (15,30,0,11).
CMYK: (15,30,0,11)
C15M30Y0K11 (15%, 30%, 0%, 11%)
(0.15 / 0.30 / 0.00 / 0.11)
Color #C09EE2 in popluar color models
C0 | 9E | E2 | |
---|---|---|---|
RGB | 192 | 158 | 226 |
HSL | 270° | 53.97% | 75.29% |
HSB/HSV | 270° | 30.09% | 88.63% |
CMYK | 15.04% | 30.09% | 0.00% |
11.37% |
Color #C09EE2 in popluar number systems.
HEX | C0 | 9E | E2 |
Decimal | 192 | 158 | 226 |
Binary | 11000000 | 10011110 | 11100010 |
Octal | 300 | 236 | 342 |
Shades of #C09EE2
Tints of #C09EE2
Examples of css and html codes for elements with #C09EE2 color. Also use rgb(192,158,226) instead hex code.
.myTextColor { color: #C09EE2; }
<p style="color:#C09EE2">This sample text font color is #C09EE2.</p>
This text font color is #C09EE2.
.myBgColor { background-color: #C09EE2; }
<div style="background-color:#C09EE2">Inner text</div>
This div background color is #C09EE2.
.myBorderColor { border: 1px solid #C09EE2; }
<div style="border:3px solid #C09EE2">Div</div>
This div border color is #C09EE2.
.myOpacity80 { color: #C09EE2; opacity: 0.8; }
<p style="color:#C09EE2;opacity:0.8;">80%</p>
Text with #C09EE2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C09EE2;}
<p style="text-shadow: 3px 3px 1px #C09EE2">Text here.</p>
This text has shadow with #C09EE2 color.
.textShadow {text-shadow: 3px 3px 1px #C09EE2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C09EE2, 5px 5px 20px red">Text here.</p>
This text has shadow with #C09EE2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C09EE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C09EE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #C09EE2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C09EE2;
-webkit-box-shadow: 1px 1px 3px 2px #C09EE2;
box-shadow: 1px 1px 3px 2px #C09EE2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C09EE2; -webkit-box-shadow: 1px 1px 3px 2px #C09EE2; box-shadow:1px 1px 3px 2px #C09EE2;">
Div content here
</div>
This text has color #C09EE2 on black background.
This text has color #C09EE2 on white background.
This text has black color on #C09EE2 background.
This text has white color on #C09EE2 background.
Complementary color for #hex is #3F611D.