Color spaces of #251faa
RGB | 37 | 31 | 170 |
---|---|---|---|
HSL | 0.67 | 0.69 | 0.39 |
HSV | 243° | 82° | 67° |
CMYK | 0.78 | 0.82 | 0.00 0.33 |
XYZ | 8.5086 | 4.2756 | 38.4070 |
Yxy | 4.2756 | 0.1662 | 0.0835 |
Hunter Lab | 20.6775 | 37.2653 | -95.6526 |
CIE-Lab | 24.5624 | 48.8332 | -71.3772 |
#251faa color RGB value is (37,31,170).
#251faa hex color red value is 37, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #251faa hue: 0.67 , saturation: 0.69 and the lightness value of 251faa is 0.39.
The process color (four color CMYK) of #251faa color hex is 0.78, 0.82, 0.00, 0.33. Web safe color of #251faa is #333399. Color #251faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00011111 | 10101010 |
Octal | 45 | 37 | 252 |
Decimal | 37 | 31 | 170 |
Hex | 25 | 1F | AA |
Shades of #251faa
Tints of #251faa
RGB Percentages of Color #251faa
CMYK Percentages of Color #251faa
Complementary Color
#251faa | #a4aa1f |
#251faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#251faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#251faa Color CSS Codes
.mybgcolor {background-color:#251faa; } .myforecolor {color:#251faa; } .mybordercolor {border:3px solid #251faa; }
#251faa Text Font Color
<p style="color:#251faa">Text here</p>
This sample text font color is #251faa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#251faa Background Color
<div style="background-color:#251faa">
Div content here</div>
This div background color is #251faa
#251faa Border Color
<div style="border:3px solid #251faa">
Div here</div>
This div border color is #251faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,31,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #251faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #251faa; -webkit-box-shadow: 1px 1px 3px 2px #251faa; box-shadow: 1px 1px 3px 2px #251faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,31,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #251faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #251faa; -webkit-box-shadow: 1px 1px 3px 2px #251faa; box-shadow: 1px 1px 3px 2px #251faa;">
Div content here</div>
This div box has shadow with color #251faa
Comments
No comments written yet.
Please login to write comment.