Color spaces of #46066f
RGB | 70 | 6 | 111 |
---|---|---|---|
HSL | 0.77 | 0.90 | 0.23 |
HSV | 277° | 95° | 44° |
CMYK | 0.37 | 0.95 | 0.00 0.56 |
XYZ | 5.4602 | 2.5800 | 15.2491 |
Yxy | 2.5800 | 0.2345 | 0.1108 |
Hunter Lab | 16.0624 | 32.5696 | -45.0443 |
CIE-Lab | 18.2766 | 45.1831 | -44.7647 |
#46066f color RGB value is (70,6,111).
#46066f hex color red value is 70, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46066f hue: 0.77 , saturation: 0.90 and the lightness value of 46066f is 0.23.
The process color (four color CMYK) of #46066f color hex is 0.37, 0.95, 0.00, 0.56. Web safe color of #46066f is #330066. Color #46066f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00000110 | 01101111 |
Octal | 106 | 6 | 157 |
Decimal | 70 | 6 | 111 |
Hex | 46 | 6 | 6F |
Shades of #46066f
Tints of #46066f
RGB Percentages of Color #46066f
CMYK Percentages of Color #46066f
Complementary Color
#46066f | #2f6f06 |
#46066f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46066f Color Preview on White Background
Lorem ipsum dolor sit amet.
#46066f Color CSS Codes
.mybgcolor {background-color:#46066f; } .myforecolor {color:#46066f; } .mybordercolor {border:3px solid #46066f; }
#46066f Text Font Color
<p style="color:#46066f">Text here</p>
This sample text font color is #46066f
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.
#46066f Background Color
<div style="background-color:#46066f">
Div content here</div>
This div background color is #46066f
#46066f Border Color
<div style="border:3px solid #46066f">
Div here</div>
This div border color is #46066f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,6,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46066f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46066f; -webkit-box-shadow: 1px 1px 3px 2px #46066f; box-shadow: 1px 1px 3px 2px #46066f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,6,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46066f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46066f; -webkit-box-shadow: 1px 1px 3px 2px #46066f; box-shadow: 1px 1px 3px 2px #46066f;">
Div content here</div>
This div box has shadow with color #46066f
Comments
No comments written yet.
Please login to write comment.