Color spaces of #252332
RGB | 37 | 35 | 50 |
---|---|---|---|
HSL | 0.69 | 0.18 | 0.17 |
HSV | 248° | 30° | 20° |
CMYK | 0.26 | 0.30 | 0.00 0.80 |
XYZ | 1.9397 | 1.8257 | 3.2678 |
Yxy | 1.8257 | 0.2758 | 0.2596 |
Hunter Lab | 13.5118 | 1.9789 | -4.8808 |
CIE-Lab | 14.5446 | 4.9794 | -9.4899 |
#252332 color RGB value is (37,35,50).
#252332 hex color red value is 37, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #252332 hue: 0.69 , saturation: 0.18 and the lightness value of 252332 is 0.17.
The process color (four color CMYK) of #252332 color hex is 0.26, 0.30, 0.00, 0.80. Web safe color of #252332 is #333333. Color #252332 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00100011 | 00110010 |
Octal | 45 | 43 | 62 |
Decimal | 37 | 35 | 50 |
Hex | 25 | 23 | 32 |
Shades of #252332
Tints of #252332
RGB Percentages of Color #252332
CMYK Percentages of Color #252332
Complementary Color
#252332 | #303223 |
#252332 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#252332 Color Preview on White Background
Lorem ipsum dolor sit amet.
#252332 Color CSS Codes
.mybgcolor {background-color:#252332; } .myforecolor {color:#252332; } .mybordercolor {border:3px solid #252332; }
#252332 Text Font Color
<p style="color:#252332">Text here</p>
This sample text font color is #252332
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.
#252332 Background Color
<div style="background-color:#252332">
Div content here</div>
This div background color is #252332
#252332 Border Color
<div style="border:3px solid #252332">
Div here</div>
This div border color is #252332
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,35,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #252332; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #252332; -webkit-box-shadow: 1px 1px 3px 2px #252332; box-shadow: 1px 1px 3px 2px #252332; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,35,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 #252332">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #252332; -webkit-box-shadow: 1px 1px 3px 2px #252332; box-shadow: 1px 1px 3px 2px #252332;">
Div content here</div>
This div box has shadow with color #252332
Comments
No comments written yet.
Please login to write comment.