HEX: #C4A5FC
RGB: (196,165,252)
#C4A5FC contains mainly red and blue colors. Web safe color of #C4A5FC is #CC99FF (or #C9F).
#C4A5FC color RGB value is (196,165,252).
RGB: (196,165,252)
(77%, 65%, 99%)
R 196 of 255 = 77%
G 165 of 255 = 65%
B 252 of 255 = 99%
R + G + B ~ 80%. #C4A5FC is quite light color.
R + G + B = 196 + 165 + 252 = 613 (100%)
R 196 of 613 ~ 31.97%
G 165 of 613 ~ 26.92%
B 252 of 613 ~ 41.11'%
#C4A5FC color CMYK value is (22,35,0,1).
CMYK: (22,35,0,1)
C22M35Y0K1 (22%, 35%, 0%, 1%)
(0.22 / 0.35 / 0.00 / 0.01)
Color #C4A5FC in popluar color models
C4 | A5 | FC | |
---|---|---|---|
RGB | 196 | 165 | 252 |
HSL | 261° | 93.55% | 81.76% |
HSB/HSV | 261° | 34.52% | 98.82% |
CMYK | 22.22% | 34.52% | 0.00% |
1.18% |
Color #C4A5FC in popluar number systems.
HEX | C4 | A5 | FC |
Decimal | 196 | 165 | 252 |
Binary | 11000100 | 10100101 | 11111100 |
Octal | 304 | 245 | 374 |
Shades of #C4A5FC
Tints of #C4A5FC
Examples of css and html codes for elements with #C4A5FC color. Also use rgb(196,165,252) instead hex code.
.myTextColor { color: #C4A5FC; }
<p style="color:#C4A5FC">This sample text font color is #C4A5FC.</p>
This text font color is #C4A5FC.
.myBgColor { background-color: #C4A5FC; }
<div style="background-color:#C4A5FC">Inner text</div>
This div background color is #C4A5FC.
.myBorderColor { border: 1px solid #C4A5FC; }
<div style="border:3px solid #C4A5FC">Div</div>
This div border color is #C4A5FC.
.myOpacity80 { color: #C4A5FC; opacity: 0.8; }
<p style="color:#C4A5FC;opacity:0.8;">80%</p>
Text with #C4A5FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4A5FC;}
<p style="text-shadow: 3px 3px 1px #C4A5FC">Text here.</p>
This text has shadow with #C4A5FC color.
.textShadow {text-shadow: 3px 3px 1px #C4A5FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4A5FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4A5FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4A5FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4A5FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4A5FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4A5FC;
-webkit-box-shadow: 1px 1px 3px 2px #C4A5FC;
box-shadow: 1px 1px 3px 2px #C4A5FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4A5FC; -webkit-box-shadow: 1px 1px 3px 2px #C4A5FC; box-shadow:1px 1px 3px 2px #C4A5FC;">
Div content here
</div>
This text has color #C4A5FC on black background.
This text has color #C4A5FC on white background.
This text has black color on #C4A5FC background.
This text has white color on #C4A5FC background.
Complementary color for #hex is #3B5A03.