#332042 color RGB value is (3, 50, 4).
#332042 hex color red value is 3, green value is 50, and blue value is 4.
Cylindrical-coordinate representations (HSL) of color #332042
hue: 121.28,
saturation: 0.89 and lightness: 0.1.
The process color (four-color CMYK) of #332042 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #332042 is #ff9999. Color #332042 contains mainly RED.
| Color spaces of #332042 | Value |
|---|---|
| RGB | 51, 32, 66 |
| HSL | 0.76, 0.35, 0.19 |
| HSV | 274°, 52°, 26° |
| XYZ | 2.86, 2.13, 5.41 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 110011 | 100000 | 1000010 |
| Octal | 63 | 40 | 102 |
| Decimal | 51 | 32 | 66 |
| Hex | 33 | 20 | 42 |
Shades of #332042
Tints of #332042
.mybgColor {background-color: #332042;}
.myforeColor {color: #332042;}
.myborderColor {border:3px solid #332042;}
<p style="color:#332042">Text here</p>
This sample text is styled with the font color #332042. 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:#332042">Div content here</div>
<div style="border:3px solid #332042">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(51, 32, 66, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #332042; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #332042;
-webkit-box-shadow: 1px 1px 3px #332042;
box-shadow: 1px 1px 3px #332042; }
<p style="text-shadow: 4px 4px 2px rgba(51, 32, 66, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #332042;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #332042;
-webkit-box-shadow: 1px 1px 3px #332042;
box-shadow: 1px 1px 3px #332042;">Div content here</div>
