HEX: #C4A1EA
RGB: (196,161,234)
#C4A1EA contains mainly red and blue colors. Web safe color of #C4A1EA is #CC99FF (or #C9F).
#C4A1EA color RGB value is (196,161,234).
RGB: (196,161,234)
(77%, 63%, 92%)
R 196 of 255 = 77%
G 161 of 255 = 63%
B 234 of 255 = 92%
R + G + B ~ 77%. #C4A1EA is quite light color.
R + G + B = 196 + 161 + 234 = 591 (100%)
R 196 of 591 ~ 33.16%
G 161 of 591 ~ 27.24%
B 234 of 591 ~ 39.59'%
#C4A1EA color CMYK value is (16,31,0,8).
CMYK: (16,31,0,8) C16M31Y0K8 (16%,31%,0%,8%) (0.16/0.31/0.00/0.08)
Color #C4A1EA in popluar color models
C4 | A1 | EA | |
---|---|---|---|
RGB | 196 | 161 | 234 |
HSL | 269° | 63.48% | 77.45% |
HSB/HSV | 269° | 31.20% | 91.76% |
CMYK | 16.24% | 31.20% | 0.00% |
8.24% |
Color #C4A1EA in popluar number systems.
HEX | C4 | A1 | EA |
Decimal | 196 | 161 | 234 |
Binary | 11000100 | 10100001 | 11101010 |
Octal | 304 | 241 | 352 |
Examples of css and html codes for elements with #C4A1EA color. Also use rgb(196,161,234) instead hex code.
.myTextColor { color: #C4A1EA; }
<p style="color:#C4A1EA">This sample text font color is #C4A1EA.</p>
This text font color is #C4A1EA.
.myBgColor { background-color: #C4A1EA; }
<div style="background-color:#C4A1EA">Inner text</div>
This div background color is #C4A1EA.
.myBorderColor { border: 1px solid #C4A1EA; }
<div style="border:3px solid #C4A1EA">Div</div>
This div border color is #C4A1EA.
.myOpacity80 { color: #C4A1EA; opacity: 0.8; }
<p style="color:#C4A1EA;opacity:0.8;">80%</p>
Text with #C4A1EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4A1EA;}
<p style="text-shadow: 3px 3px 1px #C4A1EA">Text here.</p>
This text has shadow with #C4A1EA color.
.textShadow {text-shadow: 3px 3px 1px #C4A1EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4A1EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4A1EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4A1EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4A1EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4A1EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4A1EA; -webkit-box-shadow: 1px 1px 3px 2px #C4A1EA; box-shadow: 1px 1px 3px 2px #C4A1EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4A1EA; -webkit-box-shadow: 1px 1px 3px 2px #C4A1EA; box-shadow:1px 1px 3px 2px #C4A1EA;">
Div content here</div>
This text has color #C4A1EA on black background.
This text has color #C4A1EA on white background.
This text has black color on #C4A1EA background.
This text has white color on #C4A1EA background.