Color spaces of #410eae
RGB | 65 | 14 | 174 |
---|---|---|---|
HSL | 0.72 | 0.85 | 0.37 |
HSV | 259° | 92° | 68° |
CMYK | 0.63 | 0.92 | 0.00 0.32 |
XYZ | 9.9770 | 4.4939 | 40.3860 |
Yxy | 4.4939 | 0.1819 | 0.0819 |
Hunter Lab | 21.1988 | 46.9112 | -98.1146 |
CIE-Lab | 25.2413 | 58.0973 | -72.5932 |
#410eae color RGB value is (65,14,174).
#410eae hex color red value is 65, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #410eae hue: 0.72 , saturation: 0.85 and the lightness value of 410eae is 0.37.
The process color (four color CMYK) of #410eae color hex is 0.63, 0.92, 0.00, 0.32. Web safe color of #410eae is #330099. Color #410eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00001110 | 10101110 |
Octal | 101 | 16 | 256 |
Decimal | 65 | 14 | 174 |
Hex | 41 | E | AE |
Shades of #410eae
Tints of #410eae
RGB Percentages of Color #410eae
CMYK Percentages of Color #410eae
Complementary Color
#410eae | #7bae0e |
#410eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#410eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#410eae Color CSS Codes
.mybgcolor {background-color:#410eae; } .myforecolor {color:#410eae; } .mybordercolor {border:3px solid #410eae; }
#410eae Text Font Color
<p style="color:#410eae">Text here</p>
This sample text font color is #410eae
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.
#410eae Background Color
<div style="background-color:#410eae">
Div content here</div>
This div background color is #410eae
#410eae Border Color
<div style="border:3px solid #410eae">
Div here</div>
This div border color is #410eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,14,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #410eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #410eae; -webkit-box-shadow: 1px 1px 3px 2px #410eae; box-shadow: 1px 1px 3px 2px #410eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,14,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #410eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #410eae; -webkit-box-shadow: 1px 1px 3px 2px #410eae; box-shadow: 1px 1px 3px 2px #410eae;">
Div content here</div>
This div box has shadow with color #410eae
Comments
No comments written yet.
Please login to write comment.