Color spaces of #322ecc
RGB | 50 | 46 | 204 |
---|---|---|---|
HSL | 0.67 | 0.63 | 0.49 |
HSV | 242° | 77° | 80° |
CMYK | 0.75 | 0.77 | 0.00 0.20 |
XYZ | 13.1915 | 6.9917 | 57.7810 |
Yxy | 6.9917 | 0.1692 | 0.0897 |
Hunter Lab | 26.4418 | 42.7783 | -111.0520 |
CIE-Lab | 31.7880 | 52.8913 | -79.5286 |
#322ecc color RGB value is (50,46,204).
#322ecc hex color red value is 50, green value is 46 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #322ecc hue: 0.67 , saturation: 0.63 and the lightness value of 322ecc is 0.49.
The process color (four color CMYK) of #322ecc color hex is 0.75, 0.77, 0.00, 0.20. Web safe color of #322ecc is #3333cc. Color #322ecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00101110 | 11001100 |
Octal | 62 | 56 | 314 |
Decimal | 50 | 46 | 204 |
Hex | 32 | 2E | CC |
Shades of #322ecc
Tints of #322ecc
RGB Percentages of Color #322ecc
CMYK Percentages of Color #322ecc
Complementary Color
#322ecc | #c8cc2e |
#322ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#322ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#322ecc Color CSS Codes
.mybgcolor {background-color:#322ecc; } .myforecolor {color:#322ecc; } .mybordercolor {border:3px solid #322ecc; }
#322ecc Text Font Color
<p style="color:#322ecc">Text here</p>
This sample text font color is #322ecc
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.
#322ecc Background Color
<div style="background-color:#322ecc">
Div content here</div>
This div background color is #322ecc
#322ecc Border Color
<div style="border:3px solid #322ecc">
Div here</div>
This div border color is #322ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,46,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #322ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #322ecc; -webkit-box-shadow: 1px 1px 3px 2px #322ecc; box-shadow: 1px 1px 3px 2px #322ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,46,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #322ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #322ecc; -webkit-box-shadow: 1px 1px 3px 2px #322ecc; box-shadow: 1px 1px 3px 2px #322ecc;">
Div content here</div>
This div box has shadow with color #322ecc
Comments
No comments written yet.
Please login to write comment.