#ca8bbe color RGB value is (12, 168, 187).
#ca8bbe hex color red value is 12, green value is 168, and blue value is 187.
Cylindrical-coordinate representations (HSL) of color #ca8bbe
hue: 186.51,
saturation: 0.88 and lightness: 0.39.
The process color (four-color CMYK) of #ca8bbe color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ca8bbe is #ff9999. Color #ca8bbe contains mainly RED.
| Color spaces of #ca8bbe | Value |
|---|---|
| RGB | 202, 139, 190 |
| HSL | 0.87, 0.37, 0.67 |
| HSV | 311°, 31°, 79° |
| XYZ | 42.88, 34.74, 53.15 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001010 | 10001011 | 10111110 |
| Octal | 312 | 213 | 276 |
| Decimal | 202 | 139 | 190 |
| Hex | CA | 8B | BE |
Shades of #ca8bbe
Tints of #ca8bbe
.mybgColor {background-color: #ca8bbe;}
.myforeColor {color: #ca8bbe;}
.myborderColor {border:3px solid #ca8bbe;}
<p style="color:#ca8bbe">Text here</p>
This sample text is styled with the font color #ca8bbe. 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:#ca8bbe">Div content here</div>
<div style="border:3px solid #ca8bbe">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(202, 139, 190, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ca8bbe; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ca8bbe;
-webkit-box-shadow: 1px 1px 3px #ca8bbe;
box-shadow: 1px 1px 3px #ca8bbe; }
<p style="text-shadow: 4px 4px 2px rgba(202, 139, 190, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ca8bbe;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ca8bbe;
-webkit-box-shadow: 1px 1px 3px #ca8bbe;
box-shadow: 1px 1px 3px #ca8bbe;">Div content here</div>
