#251e2a color RGB value is (2, 81, 226).
#251e2a hex color red value is 2, green value is 81, and blue value is 226.
Cylindrical-coordinate representations (HSL) of color #251e2a
hue: 218.84,
saturation: 0.98 and lightness: 0.45.
The process color (four-color CMYK) of #251e2a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #251e2a is #ff9999. Color #251e2a contains mainly RED.
| Color spaces of #251e2a | Value |
|---|---|
| RGB | 37, 30, 42 |
| HSL | 0.76, 0.17, 0.14 |
| HSV | 275°, 29°, 16° |
| XYZ | 1.65, 1.49, 2.39 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100101 | 11110 | 101010 |
| Octal | 45 | 36 | 52 |
| Decimal | 37 | 30 | 42 |
| Hex | 25 | 1E | 2A |
Shades of #251e2a
Tints of #251e2a
.mybgColor {background-color: #251e2a;}
.myforeColor {color: #251e2a;}
.myborderColor {border:3px solid #251e2a;}
<p style="color:#251e2a">Text here</p>
This sample text is styled with the font color #251e2a. 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:#251e2a">Div content here</div>
<div style="border:3px solid #251e2a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(37, 30, 42, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #251e2a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #251e2a;
-webkit-box-shadow: 1px 1px 3px #251e2a;
box-shadow: 1px 1px 3px #251e2a; }
<p style="text-shadow: 4px 4px 2px rgba(37, 30, 42, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #251e2a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #251e2a;
-webkit-box-shadow: 1px 1px 3px #251e2a;
box-shadow: 1px 1px 3px #251e2a;">Div content here</div>
