#c5abdd color RGB value is (12, 90, 189).
#c5abdd hex color red value is 12, green value is 90, and blue value is 189.
Cylindrical-coordinate representations (HSL) of color #c5abdd
hue: 213.56,
saturation: 0.88 and lightness: 0.39.
The process color (four-color CMYK) of #c5abdd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c5abdd is #ff9999. Color #c5abdd contains mainly RED.
| Color spaces of #c5abdd | Value |
|---|---|
| RGB | 197, 171, 221 |
| HSL | 0.75, 0.42, 0.77 |
| HSV | 271°, 23°, 87° |
| XYZ | 50.64, 46.22, 74.65 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000101 | 10101011 | 11011101 |
| Octal | 305 | 253 | 335 |
| Decimal | 197 | 171 | 221 |
| Hex | C5 | AB | DD |
Shades of #c5abdd
Tints of #c5abdd
.mybgColor {background-color: #c5abdd;}
.myforeColor {color: #c5abdd;}
.myborderColor {border:3px solid #c5abdd;}
<p style="color:#c5abdd">Text here</p>
This sample text is styled with the font color #c5abdd. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#c5abdd">Div content here</div>
<div style="border:3px solid #c5abdd">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(197, 171, 221, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c5abdd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c5abdd;
-webkit-box-shadow: 1px 1px 3px #c5abdd;
box-shadow: 1px 1px 3px #c5abdd; }
<p style="text-shadow: 4px 4px 2px rgba(197, 171, 221, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c5abdd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c5abdd;
-webkit-box-shadow: 1px 1px 3px #c5abdd;
box-shadow: 1px 1px 3px #c5abdd;">Div content here</div>
