#c05fae color RGB value is (12, 5, 250).
#c05fae hex color red value is 12, green value is 5, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #c05fae
hue: 241.71,
saturation: 0.96 and lightness: 0.5.
The process color (four-color CMYK) of #c05fae color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c05fae is #ff9999. Color #c05fae contains mainly RED.
| Color spaces of #c05fae | Value |
|---|---|
| RGB | 192, 95, 174 |
| HSL | 0.86, 0.43, 0.56 |
| HSV | 311°, 51°, 75° |
| XYZ | 33.47, 22.45, 42.61 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000000 | 1011111 | 10101110 |
| Octal | 300 | 137 | 256 |
| Decimal | 192 | 95 | 174 |
| Hex | C0 | 5F | AE |
Shades of #c05fae
Tints of #c05fae
.mybgColor {background-color: #c05fae;}
.myforeColor {color: #c05fae;}
.myborderColor {border:3px solid #c05fae;}
<p style="color:#c05fae">Text here</p>
This sample text is styled with the font color #c05fae. 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:#c05fae">Div content here</div>
<div style="border:3px solid #c05fae">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(192, 95, 174, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c05fae; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c05fae;
-webkit-box-shadow: 1px 1px 3px #c05fae;
box-shadow: 1px 1px 3px #c05fae; }
<p style="text-shadow: 4px 4px 2px rgba(192, 95, 174, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c05fae;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c05fae;
-webkit-box-shadow: 1px 1px 3px #c05fae;
box-shadow: 1px 1px 3px #c05fae;">Div content here</div>
