Color spaces of #450220
RGB | 69 | 2 | 32 |
---|---|---|---|
HSL | 0.93 | 0.94 | 0.14 |
HSV | 333° | 97° | 27° |
CMYK | 0.00 | 0.97 | 0.54 0.73 |
XYZ | 2.7367 | 1.4129 | 1.4950 |
Yxy | 1.4129 | 0.4848 | 0.2503 |
Hunter Lab | 11.8865 | 20.2955 | 0.8635 |
CIE-Lab | 12.0433 | 32.3736 | 0.4591 |
#450220 color RGB value is (69,2,32).
#450220 hex color red value is 69, green value is 2 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #450220 hue: 0.93 , saturation: 0.94 and the lightness value of 450220 is 0.14.
The process color (four color CMYK) of #450220 color hex is 0.00, 0.97, 0.54, 0.73. Web safe color of #450220 is #330033. Color #450220 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00000010 | 00100000 |
Octal | 105 | 2 | 40 |
Decimal | 69 | 2 | 32 |
Hex | 45 | 2 | 20 |
Shades of #450220
Tints of #450220
RGB Percentages of Color #450220
CMYK Percentages of Color #450220
Complementary Color
#450220 | #024527 |
#450220 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#450220 Color Preview on White Background
Lorem ipsum dolor sit amet.
#450220 Color CSS Codes
.mybgcolor {background-color:#450220; } .myforecolor {color:#450220; } .mybordercolor {border:3px solid #450220; }
#450220 Text Font Color
<p style="color:#450220">Text here</p>
This sample text font color is #450220
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.
#450220 Background Color
<div style="background-color:#450220">
Div content here</div>
This div background color is #450220
#450220 Border Color
<div style="border:3px solid #450220">
Div here</div>
This div border color is #450220
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,2,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #450220; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #450220; -webkit-box-shadow: 1px 1px 3px 2px #450220; box-shadow: 1px 1px 3px 2px #450220; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,2,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #450220">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #450220; -webkit-box-shadow: 1px 1px 3px 2px #450220; box-shadow: 1px 1px 3px 2px #450220;">
Div content here</div>
This div box has shadow with color #450220
Comments
No comments written yet.
Please login to write comment.