Color spaces of #201720
RGB | 32 | 23 | 32 |
---|---|---|---|
HSL | 0.83 | 0.16 | 0.11 |
HSV | 300° | 28° | 13° |
CMYK | 0.00 | 0.28 | 0.00 0.87 |
XYZ | 1.1628 | 1.0242 | 1.5029 |
Yxy | 1.0242 | 0.3151 | 0.2776 |
Hunter Lab | 10.1203 | 2.7988 | -1.7206 |
CIE-Lab | 9.1914 | 6.6268 | -4.5420 |
#201720 color RGB value is (32,23,32).
#201720 hex color red value is 32, green value is 23 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #201720 hue: 0.83 , saturation: 0.16 and the lightness value of 201720 is 0.11.
The process color (four color CMYK) of #201720 color hex is 0.00, 0.28, 0.00, 0.87. Web safe color of #201720 is #330033. Color #201720 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00010111 | 00100000 |
Octal | 40 | 27 | 40 |
Decimal | 32 | 23 | 32 |
Hex | 20 | 17 | 20 |
Shades of #201720
Tints of #201720
RGB Percentages of Color #201720
CMYK Percentages of Color #201720
Complementary Color
#201720 | #172017 |
#201720 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#201720 Color Preview on White Background
Lorem ipsum dolor sit amet.
#201720 Color CSS Codes
.mybgcolor {background-color:#201720; } .myforecolor {color:#201720; } .mybordercolor {border:3px solid #201720; }
#201720 Text Font Color
<p style="color:#201720">Text here</p>
This sample text font color is #201720
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.
#201720 Background Color
<div style="background-color:#201720">
Div content here</div>
This div background color is #201720
#201720 Border Color
<div style="border:3px solid #201720">
Div here</div>
This div border color is #201720
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,23,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #201720; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #201720; -webkit-box-shadow: 1px 1px 3px 2px #201720; box-shadow: 1px 1px 3px 2px #201720; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,23,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 #201720">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #201720; -webkit-box-shadow: 1px 1px 3px 2px #201720; box-shadow: 1px 1px 3px 2px #201720;">
Div content here</div>
This div box has shadow with color #201720
Comments
No comments written yet.
Please login to write comment.