Color spaces of #281431
RGB | 40 | 20 | 49 |
---|---|---|---|
HSL | 0.78 | 0.42 | 0.14 |
HSV | 281° | 59° | 19° |
CMYK | 0.18 | 0.59 | 0.00 0.81 |
XYZ | 1.6796 | 1.1732 | 3.0437 |
Yxy | 1.1732 | 0.2848 | 0.1990 |
Hunter Lab | 10.8314 | 8.7245 | -9.0788 |
CIE-Lab | 10.3582 | 16.6216 | -15.2533 |
#281431 color RGB value is (40,20,49).
#281431 hex color red value is 40, green value is 20 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #281431 hue: 0.78 , saturation: 0.42 and the lightness value of 281431 is 0.14.
The process color (four color CMYK) of #281431 color hex is 0.18, 0.59, 0.00, 0.81. Web safe color of #281431 is #330033. Color #281431 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00010100 | 00110001 |
Octal | 50 | 24 | 61 |
Decimal | 40 | 20 | 49 |
Hex | 28 | 14 | 31 |
Shades of #281431
Tints of #281431
RGB Percentages of Color #281431
CMYK Percentages of Color #281431
Complementary Color
#281431 | #1d3114 |
#281431 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#281431 Color Preview on White Background
Lorem ipsum dolor sit amet.
#281431 Color CSS Codes
.mybgcolor {background-color:#281431; } .myforecolor {color:#281431; } .mybordercolor {border:3px solid #281431; }
#281431 Text Font Color
<p style="color:#281431">Text here</p>
This sample text font color is #281431
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.
#281431 Background Color
<div style="background-color:#281431">
Div content here</div>
This div background color is #281431
#281431 Border Color
<div style="border:3px solid #281431">
Div here</div>
This div border color is #281431
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,20,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #281431; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #281431; -webkit-box-shadow: 1px 1px 3px 2px #281431; box-shadow: 1px 1px 3px 2px #281431; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,20,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #281431">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #281431; -webkit-box-shadow: 1px 1px 3px 2px #281431; box-shadow: 1px 1px 3px 2px #281431;">
Div content here</div>
This div box has shadow with color #281431
Comments
No comments written yet.
Please login to write comment.