Color spaces of #460fad
RGB | 70 | 15 | 173 |
---|---|---|---|
HSL | 0.72 | 0.84 | 0.37 |
HSV | 261° | 91° | 68° |
CMYK | 0.60 | 0.91 | 0.00 0.32 |
XYZ | 10.2394 | 4.6609 | 39.8951 |
Yxy | 4.6609 | 0.1869 | 0.0851 |
Hunter Lab | 21.5891 | 46.8790 | -94.4512 |
CIE-Lab | 25.7460 | 57.9719 | -71.1385 |
#460fad color RGB value is (70,15,173).
#460fad hex color red value is 70, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #460fad hue: 0.72 , saturation: 0.84 and the lightness value of 460fad is 0.37.
The process color (four color CMYK) of #460fad color hex is 0.60, 0.91, 0.00, 0.32. Web safe color of #460fad is #330099. Color #460fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00001111 | 10101101 |
Octal | 106 | 17 | 255 |
Decimal | 70 | 15 | 173 |
Hex | 46 | F | AD |
Shades of #460fad
Tints of #460fad
RGB Percentages of Color #460fad
CMYK Percentages of Color #460fad
Complementary Color
#460fad | #76ad0f |
#460fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#460fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#460fad Color CSS Codes
.mybgcolor {background-color:#460fad; } .myforecolor {color:#460fad; } .mybordercolor {border:3px solid #460fad; }
#460fad Text Font Color
<p style="color:#460fad">Text here</p>
This sample text font color is #460fad
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.
#460fad Background Color
<div style="background-color:#460fad">
Div content here</div>
This div background color is #460fad
#460fad Border Color
<div style="border:3px solid #460fad">
Div here</div>
This div border color is #460fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,15,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #460fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #460fad; -webkit-box-shadow: 1px 1px 3px 2px #460fad; box-shadow: 1px 1px 3px 2px #460fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,15,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #460fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #460fad; -webkit-box-shadow: 1px 1px 3px 2px #460fad; box-shadow: 1px 1px 3px 2px #460fad;">
Div content here</div>
This div box has shadow with color #460fad
Comments
No comments written yet.
Please login to write comment.