Color spaces of #24147f
RGB | 36 | 20 | 127 |
---|---|---|---|
HSL | 0.69 | 0.73 | 0.29 |
HSV | 249° | 84° | 50° |
CMYK | 0.72 | 0.84 | 0.00 0.50 |
XYZ | 4.8085 | 2.4077 | 20.2900 |
Yxy | 2.4077 | 0.1748 | 0.0875 |
Hunter Lab | 15.5168 | 28.1611 | -66.6669 |
CIE-Lab | 17.4959 | 40.5452 | -56.4846 |
#24147f color RGB value is (36,20,127).
#24147f hex color red value is 36, green value is 20 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #24147f hue: 0.69 , saturation: 0.73 and the lightness value of 24147f is 0.29.
The process color (four color CMYK) of #24147f color hex is 0.72, 0.84, 0.00, 0.50. Web safe color of #24147f is #330066. Color #24147f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 00010100 | 01111111 |
Octal | 44 | 24 | 177 |
Decimal | 36 | 20 | 127 |
Hex | 24 | 14 | 7F |
Shades of #24147f
Tints of #24147f
RGB Percentages of Color #24147f
CMYK Percentages of Color #24147f
Complementary Color
#24147f | #6f7f14 |
#24147f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24147f Color Preview on White Background
Lorem ipsum dolor sit amet.
#24147f Color CSS Codes
.mybgcolor {background-color:#24147f; } .myforecolor {color:#24147f; } .mybordercolor {border:3px solid #24147f; }
#24147f Text Font Color
<p style="color:#24147f">Text here</p>
This sample text font color is #24147f
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.
#24147f Background Color
<div style="background-color:#24147f">
Div content here</div>
This div background color is #24147f
#24147f Border Color
<div style="border:3px solid #24147f">
Div here</div>
This div border color is #24147f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,20,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24147f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24147f; -webkit-box-shadow: 1px 1px 3px 2px #24147f; box-shadow: 1px 1px 3px 2px #24147f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,20,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #24147f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24147f; -webkit-box-shadow: 1px 1px 3px 2px #24147f; box-shadow: 1px 1px 3px 2px #24147f;">
Div content here</div>
This div box has shadow with color #24147f
Comments
No comments written yet.
Please login to write comment.