Color spaces of #280849
RGB | 40 | 8 | 73 |
---|---|---|---|
HSL | 0.75 | 0.80 | 0.16 |
HSV | 270° | 89° | 29° |
CMYK | 0.45 | 0.89 | 0.00 0.71 |
XYZ | 2.1645 | 1.1058 | 6.4027 |
Yxy | 1.1058 | 0.2238 | 0.1143 |
Hunter Lab | 10.5157 | 18.3391 | -28.7389 |
CIE-Lab | 9.8434 | 30.3298 | -33.2157 |
#280849 color RGB value is (40,8,73).
#280849 hex color red value is 40, green value is 8 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #280849 hue: 0.75 , saturation: 0.80 and the lightness value of 280849 is 0.16.
The process color (four color CMYK) of #280849 color hex is 0.45, 0.89, 0.00, 0.71. Web safe color of #280849 is #330033. Color #280849 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00001000 | 01001001 |
Octal | 50 | 10 | 111 |
Decimal | 40 | 8 | 73 |
Hex | 28 | 8 | 49 |
Shades of #280849
Tints of #280849
RGB Percentages of Color #280849
CMYK Percentages of Color #280849
Complementary Color
#280849 | #294908 |
#280849 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#280849 Color Preview on White Background
Lorem ipsum dolor sit amet.
#280849 Color CSS Codes
.mybgcolor {background-color:#280849; } .myforecolor {color:#280849; } .mybordercolor {border:3px solid #280849; }
#280849 Text Font Color
<p style="color:#280849">Text here</p>
This sample text font color is #280849
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.
#280849 Background Color
<div style="background-color:#280849">
Div content here</div>
This div background color is #280849
#280849 Border Color
<div style="border:3px solid #280849">
Div here</div>
This div border color is #280849
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,8,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #280849; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #280849; -webkit-box-shadow: 1px 1px 3px 2px #280849; box-shadow: 1px 1px 3px 2px #280849; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,8,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #280849">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #280849; -webkit-box-shadow: 1px 1px 3px 2px #280849; box-shadow: 1px 1px 3px 2px #280849;">
Div content here</div>
This div box has shadow with color #280849
Comments
No comments written yet.
Please login to write comment.