Color spaces of #413252
RGB | 65 | 50 | 82 |
---|---|---|---|
HSL | 0.74 | 0.24 | 0.26 |
HSV | 268° | 39° | 32° |
CMYK | 0.21 | 0.39 | 0.00 0.68 |
XYZ | 4.8436 | 4.0142 | 8.5022 |
Yxy | 4.0142 | 0.2790 | 0.2312 |
Hunter Lab | 20.0355 | 8.0905 | -11.1353 |
CIE-Lab | 23.7183 | 14.1734 | -17.0046 |
#413252 color RGB value is (65,50,82).
#413252 hex color red value is 65, green value is 50 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #413252 hue: 0.74 , saturation: 0.24 and the lightness value of 413252 is 0.26.
The process color (four color CMYK) of #413252 color hex is 0.21, 0.39, 0.00, 0.68. Web safe color of #413252 is #333366. Color #413252 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00110010 | 01010010 |
Octal | 101 | 62 | 122 |
Decimal | 65 | 50 | 82 |
Hex | 41 | 32 | 52 |
Shades of #413252
Tints of #413252
RGB Percentages of Color #413252
CMYK Percentages of Color #413252
Complementary Color
#413252 | #435232 |
#413252 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#413252 Color Preview on White Background
Lorem ipsum dolor sit amet.
#413252 Color CSS Codes
.mybgcolor {background-color:#413252; } .myforecolor {color:#413252; } .mybordercolor {border:3px solid #413252; }
#413252 Text Font Color
<p style="color:#413252">Text here</p>
This sample text font color is #413252
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.
#413252 Background Color
<div style="background-color:#413252">
Div content here</div>
This div background color is #413252
#413252 Border Color
<div style="border:3px solid #413252">
Div here</div>
This div border color is #413252
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,50,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #413252; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #413252; -webkit-box-shadow: 1px 1px 3px 2px #413252; box-shadow: 1px 1px 3px 2px #413252; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,50,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #413252">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #413252; -webkit-box-shadow: 1px 1px 3px 2px #413252; box-shadow: 1px 1px 3px 2px #413252;">
Div content here</div>
This div box has shadow with color #413252
Comments
No comments written yet.
Please login to write comment.