Color spaces of #46016d
RGB | 70 | 1 | 109 |
---|---|---|---|
HSL | 0.77 | 0.98 | 0.22 |
HSV | 278° | 99° | 43° |
CMYK | 0.36 | 0.99 | 0.00 0.57 |
XYZ | 5.2970 | 2.4279 | 14.6575 |
Yxy | 2.4279 | 0.2367 | 0.1085 |
Hunter Lab | 15.5817 | 33.4130 | -44.8660 |
CIE-Lab | 17.5893 | 46.2039 | -44.5888 |
#46016d color RGB value is (70,1,109).
#46016d hex color red value is 70, green value is 1 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #46016d hue: 0.77 , saturation: 0.98 and the lightness value of 46016d is 0.22.
The process color (four color CMYK) of #46016d color hex is 0.36, 0.99, 0.00, 0.57. Web safe color of #46016d is #330066. Color #46016d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00000001 | 01101101 |
Octal | 106 | 1 | 155 |
Decimal | 70 | 1 | 109 |
Hex | 46 | 1 | 6D |
Shades of #46016d
Tints of #46016d
RGB Percentages of Color #46016d
CMYK Percentages of Color #46016d
Complementary Color
#46016d | #286d01 |
#46016d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46016d Color Preview on White Background
Lorem ipsum dolor sit amet.
#46016d Color CSS Codes
.mybgcolor {background-color:#46016d; } .myforecolor {color:#46016d; } .mybordercolor {border:3px solid #46016d; }
#46016d Text Font Color
<p style="color:#46016d">Text here</p>
This sample text font color is #46016d
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.
#46016d Background Color
<div style="background-color:#46016d">
Div content here</div>
This div background color is #46016d
#46016d Border Color
<div style="border:3px solid #46016d">
Div here</div>
This div border color is #46016d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,1,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46016d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46016d; -webkit-box-shadow: 1px 1px 3px 2px #46016d; box-shadow: 1px 1px 3px 2px #46016d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,1,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46016d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46016d; -webkit-box-shadow: 1px 1px 3px 2px #46016d; box-shadow: 1px 1px 3px 2px #46016d;">
Div content here</div>
This div box has shadow with color #46016d
Comments
No comments written yet.
Please login to write comment.