color details

Color Details
#251e2a Color Hex

#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
Color spaces of #251e2aValue
RGB37, 30, 42
HSL0.76, 0.17, 0.14
HSV275°, 29°, 16°
XYZ1.65, 1.49, 2.39
Base Numbers
Base Red Green Blue
Binary 100101 11110 101010
Octal 45 36 52
Decimal 37 30 42
Hex 25 1E 2A

RGB Percentages for Color #251e2a

33.94%
27.52%
38.53%

CMYK Percentages of the Color #251e2a

11.9%
28.57%
83.53%
CSS Codes for Color #251e2a
.mybgColor {background-color: #251e2a;}
.myforeColor {color: #251e2a;}
.myborderColor {border:3px solid #251e2a;}
Text Font Color #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,

Background Color #251e2a

<div style="background-color:#251e2a">Div content here</div>

The background color of this div is #251e2a
Border Color #251e2a

<div style="border:3px solid #251e2a">Div here</div>

The border color of this div is #251e2a
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37, 30, 42, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #251e2a;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #251e2a

Scroll to Top