Color spaces of #48144a
RGB | 72 | 20 | 74 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.18 |
HSV | 298° | 73° | 29° |
CMYK | 0.03 | 0.73 | 0.00 0.71 |
XYZ | 4.1587 | 2.3724 | 6.7173 |
Yxy | 2.3724 | 0.3139 | 0.1791 |
Hunter Lab | 15.4026 | 21.2404 | -15.0754 |
CIE-Lab | 17.3314 | 32.5181 | -21.5589 |
#48144a color RGB value is (72,20,74).
#48144a hex color red value is 72, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48144a hue: 0.83 , saturation: 0.57 and the lightness value of 48144a is 0.18.
The process color (four color CMYK) of #48144a color hex is 0.03, 0.73, 0.00, 0.71. Web safe color of #48144a is #330033. Color #48144a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 00010100 | 01001010 |
Octal | 110 | 24 | 112 |
Decimal | 72 | 20 | 74 |
Hex | 48 | 14 | 4A |
Shades of #48144a
Tints of #48144a
RGB Percentages of Color #48144a
CMYK Percentages of Color #48144a
Complementary Color
#48144a | #164a14 |
#48144a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48144a Color Preview on White Background
Lorem ipsum dolor sit amet.
#48144a Color CSS Codes
.mybgcolor {background-color:#48144a; } .myforecolor {color:#48144a; } .mybordercolor {border:3px solid #48144a; }
#48144a Text Font Color
<p style="color:#48144a">Text here</p>
This sample text font color is #48144a
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.
#48144a Background Color
<div style="background-color:#48144a">
Div content here</div>
This div background color is #48144a
#48144a Border Color
<div style="border:3px solid #48144a">
Div here</div>
This div border color is #48144a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,20,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48144a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48144a; -webkit-box-shadow: 1px 1px 3px 2px #48144a; box-shadow: 1px 1px 3px 2px #48144a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,20,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48144a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48144a; -webkit-box-shadow: 1px 1px 3px 2px #48144a; box-shadow: 1px 1px 3px 2px #48144a;">
Div content here</div>
This div box has shadow with color #48144a
Comments
No comments written yet.
Please login to write comment.