Color spaces of #460dbd
RGB | 70 | 13 | 189 |
---|---|---|---|
HSL | 0.72 | 0.87 | 0.40 |
HSV | 259° | 93° | 74° |
CMYK | 0.63 | 0.93 | 0.00 0.26 |
XYZ | 11.8550 | 5.2641 | 48.5353 |
Yxy | 5.2641 | 0.1806 | 0.0802 |
Hunter Lab | 22.9436 | 52.0798 | -109.3624 |
CIE-Lab | 27.4743 | 62.4291 | -77.8229 |
#460dbd color RGB value is (70,13,189).
#460dbd hex color red value is 70, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #460dbd hue: 0.72 , saturation: 0.87 and the lightness value of 460dbd is 0.40.
The process color (four color CMYK) of #460dbd color hex is 0.63, 0.93, 0.00, 0.26. Web safe color of #460dbd is #3300cc. Color #460dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00001101 | 10111101 |
Octal | 106 | 15 | 275 |
Decimal | 70 | 13 | 189 |
Hex | 46 | D | BD |
Shades of #460dbd
Tints of #460dbd
RGB Percentages of Color #460dbd
CMYK Percentages of Color #460dbd
Complementary Color
#460dbd | #84bd0d |
#460dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#460dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#460dbd Color CSS Codes
.mybgcolor {background-color:#460dbd; } .myforecolor {color:#460dbd; } .mybordercolor {border:3px solid #460dbd; }
#460dbd Text Font Color
<p style="color:#460dbd">Text here</p>
This sample text font color is #460dbd
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.
#460dbd Background Color
<div style="background-color:#460dbd">
Div content here</div>
This div background color is #460dbd
#460dbd Border Color
<div style="border:3px solid #460dbd">
Div here</div>
This div border color is #460dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,13,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #460dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #460dbd; -webkit-box-shadow: 1px 1px 3px 2px #460dbd; box-shadow: 1px 1px 3px 2px #460dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,13,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #460dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #460dbd; -webkit-box-shadow: 1px 1px 3px 2px #460dbd; box-shadow: 1px 1px 3px 2px #460dbd;">
Div content here</div>
This div box has shadow with color #460dbd
Comments
No comments written yet.
Please login to write comment.