#c26584 color RGB value is (12, 38, 88).
#c26584 hex color red value is 12, green value is 38, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #c26584
hue: 219.47,
saturation: 0.76 and lightness: 0.2.
The process color (four-color CMYK) of #c26584 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c26584 is #ff9999. Color #c26584 contains mainly RED.
| Color spaces of #c26584 | Value |
|---|---|
| RGB | 194, 101, 132 |
| HSL | 0.94, 0.43, 0.58 |
| HSV | 340°, 48°, 76° |
| XYZ | 31.07, 22.45, 24.52 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000010 | 1100101 | 10000100 |
| Octal | 302 | 145 | 204 |
| Decimal | 194 | 101 | 132 |
| Hex | C2 | 65 | 84 |
Shades of #c26584
Tints of #c26584
.mybgColor {background-color: #c26584;}
.myforeColor {color: #c26584;}
.myborderColor {border:3px solid #c26584;}
<p style="color:#c26584">Text here</p>
This sample text is styled with the font color #c26584. 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:#c26584">Div content here</div>
<div style="border:3px solid #c26584">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(194, 101, 132, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c26584; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c26584;
-webkit-box-shadow: 1px 1px 3px #c26584;
box-shadow: 1px 1px 3px #c26584; }
<p style="text-shadow: 4px 4px 2px rgba(194, 101, 132, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c26584;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c26584;
-webkit-box-shadow: 1px 1px 3px #c26584;
box-shadow: 1px 1px 3px #c26584;">Div content here</div>
