Color spaces of #281463
RGB | 40 | 20 | 99 |
---|---|---|---|
HSL | 0.71 | 0.66 | 0.23 |
HSV | 255° | 80° | 39° |
CMYK | 0.60 | 0.80 | 0.00 0.61 |
XYZ | 3.3774 | 1.8523 | 11.9839 |
Yxy | 1.8523 | 0.1962 | 0.1076 |
Hunter Lab | 13.6099 | 20.4787 | -42.6795 |
CIE-Lab | 14.6922 | 32.0868 | -42.9288 |
#281463 color RGB value is (40,20,99).
#281463 hex color red value is 40, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #281463 hue: 0.71 , saturation: 0.66 and the lightness value of 281463 is 0.23.
The process color (four color CMYK) of #281463 color hex is 0.60, 0.80, 0.00, 0.61. Web safe color of #281463 is #330066. Color #281463 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00010100 | 01100011 |
Octal | 50 | 24 | 143 |
Decimal | 40 | 20 | 99 |
Hex | 28 | 14 | 63 |
Shades of #281463
Tints of #281463
RGB Percentages of Color #281463
CMYK Percentages of Color #281463
Complementary Color
#281463 | #4f6314 |
#281463 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#281463 Color Preview on White Background
Lorem ipsum dolor sit amet.
#281463 Color CSS Codes
.mybgcolor {background-color:#281463; } .myforecolor {color:#281463; } .mybordercolor {border:3px solid #281463; }
#281463 Text Font Color
<p style="color:#281463">Text here</p>
This sample text font color is #281463
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.
#281463 Background Color
<div style="background-color:#281463">
Div content here</div>
This div background color is #281463
#281463 Border Color
<div style="border:3px solid #281463">
Div here</div>
This div border color is #281463
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,20,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #281463; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #281463; -webkit-box-shadow: 1px 1px 3px 2px #281463; box-shadow: 1px 1px 3px 2px #281463; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,20,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #281463">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #281463; -webkit-box-shadow: 1px 1px 3px 2px #281463; box-shadow: 1px 1px 3px 2px #281463;">
Div content here</div>
This div box has shadow with color #281463
Comments
No comments written yet.
Please login to write comment.