Color spaces of #252932
RGB | 37 | 41 | 50 |
---|---|---|---|
HSL | 0.62 | 0.15 | 0.17 |
HSV | 222° | 26° | 20° |
CMYK | 0.26 | 0.18 | 0.00 0.80 |
XYZ | 2.1316 | 2.2095 | 3.3317 |
Yxy | 2.2095 | 0.2778 | 0.2880 |
Hunter Lab | 14.8644 | -0.4152 | -2.8842 |
CIE-Lab | 16.5504 | 0.6988 | -6.4341 |
#252932 color RGB value is (37,41,50).
#252932 hex color red value is 37, green value is 41 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #252932 hue: 0.62 , saturation: 0.15 and the lightness value of 252932 is 0.17.
The process color (four color CMYK) of #252932 color hex is 0.26, 0.18, 0.00, 0.80. Web safe color of #252932 is #333333. Color #252932 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00101001 | 00110010 |
Octal | 45 | 51 | 62 |
Decimal | 37 | 41 | 50 |
Hex | 25 | 29 | 32 |
Shades of #252932
Tints of #252932
RGB Percentages of Color #252932
CMYK Percentages of Color #252932
Complementary Color
#252932 | #322e25 |
#252932 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#252932 Color Preview on White Background
Lorem ipsum dolor sit amet.
#252932 Color CSS Codes
.mybgcolor {background-color:#252932; } .myforecolor {color:#252932; } .mybordercolor {border:3px solid #252932; }
#252932 Text Font Color
<p style="color:#252932">Text here</p>
This sample text font color is #252932
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.
#252932 Background Color
<div style="background-color:#252932">
Div content here</div>
This div background color is #252932
#252932 Border Color
<div style="border:3px solid #252932">
Div here</div>
This div border color is #252932
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,41,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #252932; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #252932; -webkit-box-shadow: 1px 1px 3px 2px #252932; box-shadow: 1px 1px 3px 2px #252932; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,41,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #252932">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #252932; -webkit-box-shadow: 1px 1px 3px 2px #252932; box-shadow: 1px 1px 3px 2px #252932;">
Div content here</div>
This div box has shadow with color #252932
Comments
No comments written yet.
Please login to write comment.