Color spaces of #320d20
RGB | 50 | 13 | 32 |
---|---|---|---|
HSL | 0.91 | 0.59 | 0.12 |
HSV | 329° | 74° | 20° |
CMYK | 0.00 | 0.74 | 0.36 0.80 |
XYZ | 1.7200 | 1.0702 | 1.4824 |
Yxy | 1.0702 | 0.4026 | 0.2505 |
Hunter Lab | 10.3450 | 11.5741 | -1.2545 |
CIE-Lab | 9.5631 | 21.0847 | -3.6822 |
#320d20 color RGB value is (50,13,32).
#320d20 hex color red value is 50, green value is 13 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #320d20 hue: 0.91 , saturation: 0.59 and the lightness value of 320d20 is 0.12.
The process color (four color CMYK) of #320d20 color hex is 0.00, 0.74, 0.36, 0.80. Web safe color of #320d20 is #330033. Color #320d20 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00001101 | 00100000 |
Octal | 62 | 15 | 40 |
Decimal | 50 | 13 | 32 |
Hex | 32 | D | 20 |
Shades of #320d20
Tints of #320d20
RGB Percentages of Color #320d20
CMYK Percentages of Color #320d20
Complementary Color
#320d20 | #0d321f |
#320d20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#320d20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#320d20 Color CSS Codes
.mybgcolor {background-color:#320d20; } .myforecolor {color:#320d20; } .mybordercolor {border:3px solid #320d20; }
#320d20 Text Font Color
<p style="color:#320d20">Text here</p>
This sample text font color is #320d20
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.
#320d20 Background Color
<div style="background-color:#320d20">
Div content here</div>
This div background color is #320d20
#320d20 Border Color
<div style="border:3px solid #320d20">
Div here</div>
This div border color is #320d20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,13,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #320d20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #320d20; -webkit-box-shadow: 1px 1px 3px 2px #320d20; box-shadow: 1px 1px 3px 2px #320d20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,13,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 #320d20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #320d20; -webkit-box-shadow: 1px 1px 3px 2px #320d20; box-shadow: 1px 1px 3px 2px #320d20;">
Div content here</div>
This div box has shadow with color #320d20
Comments
No comments written yet.
Please login to write comment.