Color spaces of #461355
RGB | 70 | 19 | 85 |
---|---|---|---|
HSL | 0.80 | 0.63 | 0.20 |
HSV | 286° | 78° | 33° |
CMYK | 0.18 | 0.78 | 0.00 0.67 |
XYZ | 4.3984 | 2.4237 | 8.8303 |
Yxy | 2.4237 | 0.2810 | 0.1548 |
Hunter Lab | 15.5682 | 23.1861 | -22.7315 |
CIE-Lab | 17.5700 | 34.8119 | -28.6909 |
#461355 color RGB value is (70,19,85).
#461355 hex color red value is 70, green value is 19 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #461355 hue: 0.80 , saturation: 0.63 and the lightness value of 461355 is 0.20.
The process color (four color CMYK) of #461355 color hex is 0.18, 0.78, 0.00, 0.67. Web safe color of #461355 is #330066. Color #461355 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00010011 | 01010101 |
Octal | 106 | 23 | 125 |
Decimal | 70 | 19 | 85 |
Hex | 46 | 13 | 55 |
Shades of #461355
Tints of #461355
RGB Percentages of Color #461355
CMYK Percentages of Color #461355
Complementary Color
#461355 | #225513 |
#461355 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#461355 Color Preview on White Background
Lorem ipsum dolor sit amet.
#461355 Color CSS Codes
.mybgcolor {background-color:#461355; } .myforecolor {color:#461355; } .mybordercolor {border:3px solid #461355; }
#461355 Text Font Color
<p style="color:#461355">Text here</p>
This sample text font color is #461355
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.
#461355 Background Color
<div style="background-color:#461355">
Div content here</div>
This div background color is #461355
#461355 Border Color
<div style="border:3px solid #461355">
Div here</div>
This div border color is #461355
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,19,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #461355; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #461355; -webkit-box-shadow: 1px 1px 3px 2px #461355; box-shadow: 1px 1px 3px 2px #461355; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,19,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #461355">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #461355; -webkit-box-shadow: 1px 1px 3px 2px #461355; box-shadow: 1px 1px 3px 2px #461355;">
Div content here</div>
This div box has shadow with color #461355
Comments
No comments written yet.
Please login to write comment.