Color spaces of #463450
RGB | 70 | 52 | 80 |
---|---|---|---|
HSL | 0.77 | 0.21 | 0.26 |
HSV | 279° | 35° | 31° |
CMYK | 0.13 | 0.35 | 0.00 0.69 |
XYZ | 5.2017 | 4.3373 | 8.1524 |
Yxy | 4.3373 | 0.2940 | 0.2452 |
Hunter Lab | 20.8262 | 8.1376 | -8.6307 |
CIE-Lab | 24.7566 | 14.1583 | -14.0257 |
#463450 color RGB value is (70,52,80).
#463450 hex color red value is 70, green value is 52 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #463450 hue: 0.77 , saturation: 0.21 and the lightness value of 463450 is 0.26.
The process color (four color CMYK) of #463450 color hex is 0.13, 0.35, 0.00, 0.69. Web safe color of #463450 is #333366. Color #463450 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00110100 | 01010000 |
Octal | 106 | 64 | 120 |
Decimal | 70 | 52 | 80 |
Hex | 46 | 34 | 50 |
Shades of #463450
Tints of #463450
RGB Percentages of Color #463450
CMYK Percentages of Color #463450
Complementary Color
#463450 | #3e5034 |
#463450 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#463450 Color Preview on White Background
Lorem ipsum dolor sit amet.
#463450 Color CSS Codes
.mybgcolor {background-color:#463450; } .myforecolor {color:#463450; } .mybordercolor {border:3px solid #463450; }
#463450 Text Font Color
<p style="color:#463450">Text here</p>
This sample text font color is #463450
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.
#463450 Background Color
<div style="background-color:#463450">
Div content here</div>
This div background color is #463450
#463450 Border Color
<div style="border:3px solid #463450">
Div here</div>
This div border color is #463450
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,52,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #463450; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #463450; -webkit-box-shadow: 1px 1px 3px 2px #463450; box-shadow: 1px 1px 3px 2px #463450; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,52,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #463450">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #463450; -webkit-box-shadow: 1px 1px 3px 2px #463450; box-shadow: 1px 1px 3px 2px #463450;">
Div content here</div>
This div box has shadow with color #463450
Comments
No comments written yet.
Please login to write comment.