Color spaces of #20214f
RGB | 32 | 33 | 79 |
---|---|---|---|
HSL | 0.66 | 0.42 | 0.22 |
HSV | 239° | 59° | 31° |
CMYK | 0.59 | 0.58 | 0.00 0.69 |
XYZ | 2.5508 | 1.9593 | 7.6409 |
Yxy | 1.9593 | 0.2099 | 0.1612 |
Hunter Lab | 13.9975 | 8.0329 | -22.5667 |
CIE-Lab | 15.2722 | 14.9041 | -28.5769 |
#20214f color RGB value is (32,33,79).
#20214f hex color red value is 32, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #20214f hue: 0.66 , saturation: 0.42 and the lightness value of 20214f is 0.22.
The process color (four color CMYK) of #20214f color hex is 0.59, 0.58, 0.00, 0.69. Web safe color of #20214f is #333366. Color #20214f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00100001 | 01001111 |
Octal | 40 | 41 | 117 |
Decimal | 32 | 33 | 79 |
Hex | 20 | 21 | 4F |
Shades of #20214f
Tints of #20214f
RGB Percentages of Color #20214f
CMYK Percentages of Color #20214f
Complementary Color
#20214f | #4f4e20 |
#20214f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#20214f Color Preview on White Background
Lorem ipsum dolor sit amet.
#20214f Color CSS Codes
.mybgcolor {background-color:#20214f; } .myforecolor {color:#20214f; } .mybordercolor {border:3px solid #20214f; }
#20214f Text Font Color
<p style="color:#20214f">Text here</p>
This sample text font color is #20214f
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.
#20214f Background Color
<div style="background-color:#20214f">
Div content here</div>
This div background color is #20214f
#20214f Border Color
<div style="border:3px solid #20214f">
Div here</div>
This div border color is #20214f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,33,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #20214f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20214f; -webkit-box-shadow: 1px 1px 3px 2px #20214f; box-shadow: 1px 1px 3px 2px #20214f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,33,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #20214f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #20214f; -webkit-box-shadow: 1px 1px 3px 2px #20214f; box-shadow: 1px 1px 3px 2px #20214f;">
Div content here</div>
This div box has shadow with color #20214f
#20214f Color Palettes
Comments
No comments written yet.
Please login to write comment.