Color spaces of #122132
RGB | 18 | 33 | 50 |
---|---|---|---|
HSL | 0.59 | 0.47 | 0.13 |
HSV | 212° | 64° | 20° |
CMYK | 0.64 | 0.34 | 0.00 0.80 |
XYZ | 1.3690 | 1.4466 | 3.2247 |
Yxy | 1.4466 | 0.2266 | 0.2395 |
Hunter Lab | 12.0275 | -0.7307 | -7.4771 |
CIE-Lab | 12.2645 | -0.1760 | -13.1467 |
#122132 color RGB value is (18,33,50).
#122132 hex color red value is 18, green value is 33 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #122132 hue: 0.59 , saturation: 0.47 and the lightness value of 122132 is 0.13.
The process color (four color CMYK) of #122132 color hex is 0.64, 0.34, 0.00, 0.80. Web safe color of #122132 is #003333. Color #122132 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 00100001 | 00110010 |
Octal | 22 | 41 | 62 |
Decimal | 18 | 33 | 50 |
Hex | 12 | 21 | 32 |
Shades of #122132
Tints of #122132
RGB Percentages of Color #122132
CMYK Percentages of Color #122132
Complementary Color
#122132 | #322312 |
#122132 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#122132 Color Preview on White Background
Lorem ipsum dolor sit amet.
#122132 Color CSS Codes
.mybgcolor {background-color:#122132; } .myforecolor {color:#122132; } .mybordercolor {border:3px solid #122132; }
#122132 Text Font Color
<p style="color:#122132">Text here</p>
This sample text font color is #122132
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.
#122132 Background Color
<div style="background-color:#122132">
Div content here</div>
This div background color is #122132
#122132 Border Color
<div style="border:3px solid #122132">
Div here</div>
This div border color is #122132
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,33,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #122132; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #122132; -webkit-box-shadow: 1px 1px 3px 2px #122132; box-shadow: 1px 1px 3px 2px #122132; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,33,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #122132">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #122132; -webkit-box-shadow: 1px 1px 3px 2px #122132; box-shadow: 1px 1px 3px 2px #122132;">
Div content here</div>
This div box has shadow with color #122132
Comments
No comments written yet.
Please login to write comment.