Color spaces of #903848
RGB | 144 | 56 | 72 |
---|---|---|---|
HSL | 0.97 | 0.44 | 0.39 |
HSV | 349° | 61° | 56° |
CMYK | 0.00 | 0.61 | 0.50 0.44 |
XYZ | 14.0855 | 9.2255 | 7.1692 |
Yxy | 9.2255 | 0.4621 | 0.3027 |
Hunter Lab | 30.3735 | 29.6245 | 7.2670 |
CIE-Lab | 36.4149 | 38.6686 | 9.6098 |
#903848 color RGB value is (144,56,72).
#903848 hex color red value is 144, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #903848 hue: 0.97 , saturation: 0.44 and the lightness value of 903848 is 0.39.
The process color (four color CMYK) of #903848 color hex is 0.00, 0.61, 0.50, 0.44. Web safe color of #903848 is #993333. Color #903848 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00111000 | 01001000 |
Octal | 220 | 70 | 110 |
Decimal | 144 | 56 | 72 |
Hex | 90 | 38 | 48 |
Shades of #903848
Tints of #903848
RGB Percentages of Color #903848
CMYK Percentages of Color #903848
Complementary Color
#903848 | #389080 |
#903848 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#903848 Color Preview on White Background
Lorem ipsum dolor sit amet.
#903848 Color CSS Codes
.mybgcolor {background-color:#903848; } .myforecolor {color:#903848; } .mybordercolor {border:3px solid #903848; }
#903848 Text Font Color
<p style="color:#903848">Text here</p>
This sample text font color is #903848
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.
#903848 Background Color
<div style="background-color:#903848">
Div content here</div>
This div background color is #903848
#903848 Border Color
<div style="border:3px solid #903848">
Div here</div>
This div border color is #903848
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,56,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #903848; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #903848; -webkit-box-shadow: 1px 1px 3px 2px #903848; box-shadow: 1px 1px 3px 2px #903848; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,56,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #903848">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #903848; -webkit-box-shadow: 1px 1px 3px 2px #903848; box-shadow: 1px 1px 3px 2px #903848;">
Div content here</div>
This div box has shadow with color #903848
Comments
No comments written yet.
Please login to write comment.