HEX: #C2A5EB
RGB: (194,165,235)
#C2A5EB contains mainly red and blue colors. Web safe color of #C2A5EB is #CC99FF (or #C9F).
#C2A5EB color RGB value is (194,165,235).
RGB: (194,165,235)
(76%, 65%, 92%)
R 194 of 255 = 76%
G 165 of 255 = 65%
B 235 of 255 = 92%
R + G + B ~ 78%. #C2A5EB is quite light color.
R + G + B = 194 + 165 + 235 = 594 (100%)
R 194 of 594 ~ 32.66%
G 165 of 594 ~ 27.78%
B 235 of 594 ~ 39.56'%
#C2A5EB color CMYK value is (17,30,0,8).
CMYK: (17,30,0,8) C17M30Y0K8 (17%,30%,0%,8%) (0.17/0.30/0.00/0.08)
Color #C2A5EB in popluar color models
C2 | A5 | EB | |
---|---|---|---|
RGB | 194 | 165 | 235 |
HSL | 265° | 63.64% | 78.43% |
HSB/HSV | 265° | 29.79% | 92.16% |
CMYK | 17.45% | 29.79% | 0.00% |
7.84% |
Color #C2A5EB in popluar number systems.
HEX | C2 | A5 | EB |
Decimal | 194 | 165 | 235 |
Binary | 11000010 | 10100101 | 11101011 |
Octal | 302 | 245 | 353 |
Shades of #C2A5EB
Tints of #C2A5EB
Examples of css and html codes for elements with #C2A5EB color. Also use rgb(194,165,235) instead hex code.
.myTextColor { color: #C2A5EB; }
<p style="color:#C2A5EB">This sample text font color is #C2A5EB.</p>
This text font color is #C2A5EB.
.myBgColor { background-color: #C2A5EB; }
<div style="background-color:#C2A5EB">Inner text</div>
This div background color is #C2A5EB.
.myBorderColor { border: 1px solid #C2A5EB; }
<div style="border:3px solid #C2A5EB">Div</div>
This div border color is #C2A5EB.
.myOpacity80 { color: #C2A5EB; opacity: 0.8; }
<p style="color:#C2A5EB;opacity:0.8;">80%</p>
Text with #C2A5EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2A5EB;}
<p style="text-shadow: 3px 3px 1px #C2A5EB">Text here.</p>
This text has shadow with #C2A5EB color.
.textShadow {text-shadow: 3px 3px 1px #C2A5EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2A5EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2A5EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2A5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2A5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2A5EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2A5EB;
-webkit-box-shadow: 1px 1px 3px 2px #C2A5EB;
box-shadow: 1px 1px 3px 2px #C2A5EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2A5EB; -webkit-box-shadow: 1px 1px 3px 2px #C2A5EB; box-shadow:1px 1px 3px 2px #C2A5EB;">
Div content here
</div>
This text has color #C2A5EB on black background.
This text has color #C2A5EB on white background.
This text has black color on #C2A5EB background.
This text has white color on #C2A5EB background.
Complementary color for #hex is #3D5A14.