Color spaces of #450815
RGB | 69 | 8 | 21 |
---|---|---|---|
HSL | 0.96 | 0.79 | 0.15 |
HSV | 347° | 88° | 27° |
CMYK | 0.00 | 0.88 | 0.70 0.73 |
XYZ | 2.6764 | 1.4930 | 0.8566 |
Yxy | 1.4930 | 0.5325 | 0.2971 |
Hunter Lab | 12.2188 | 17.7155 | 4.3967 |
CIE-Lab | 12.5635 | 28.9973 | 9.4089 |
#450815 color RGB value is (69,8,21).
#450815 hex color red value is 69, green value is 8 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #450815 hue: 0.96 , saturation: 0.79 and the lightness value of 450815 is 0.15.
The process color (four color CMYK) of #450815 color hex is 0.00, 0.88, 0.70, 0.73. Web safe color of #450815 is #330000. Color #450815 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00001000 | 00010101 |
Octal | 105 | 10 | 25 |
Decimal | 69 | 8 | 21 |
Hex | 45 | 8 | 15 |
Shades of #450815
Tints of #450815
RGB Percentages of Color #450815
CMYK Percentages of Color #450815
Complementary Color
#450815 | #084538 |
#450815 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#450815 Color Preview on White Background
Lorem ipsum dolor sit amet.
#450815 Color CSS Codes
.mybgcolor {background-color:#450815; } .myforecolor {color:#450815; } .mybordercolor {border:3px solid #450815; }
#450815 Text Font Color
<p style="color:#450815">Text here</p>
This sample text font color is #450815
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.
#450815 Background Color
<div style="background-color:#450815">
Div content here</div>
This div background color is #450815
#450815 Border Color
<div style="border:3px solid #450815">
Div here</div>
This div border color is #450815
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,8,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #450815; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #450815; -webkit-box-shadow: 1px 1px 3px 2px #450815; box-shadow: 1px 1px 3px 2px #450815; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,8,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #450815">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #450815; -webkit-box-shadow: 1px 1px 3px 2px #450815; box-shadow: 1px 1px 3px 2px #450815;">
Div content here</div>
This div box has shadow with color #450815
Comments
No comments written yet.
Please login to write comment.