Color spaces of #322fdd
RGB | 50 | 47 | 221 |
---|---|---|---|
HSL | 0.67 | 0.72 | 0.53 |
HSV | 241° | 79° | 87° |
CMYK | 0.77 | 0.79 | 0.00 0.13 |
XYZ | 15.3831 | 7.9316 | 69.1268 |
Yxy | 7.9316 | 0.1664 | 0.0858 |
Hunter Lab | 28.1631 | 48.2139 | -125.8141 |
CIE-Lab | 33.8400 | 57.6547 | -85.9622 |
#322fdd color RGB value is (50,47,221).
#322fdd hex color red value is 50, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #322fdd hue: 0.67 , saturation: 0.72 and the lightness value of 322fdd is 0.53.
The process color (four color CMYK) of #322fdd color hex is 0.77, 0.79, 0.00, 0.13. Web safe color of #322fdd is #3333cc. Color #322fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00101111 | 11011101 |
Octal | 62 | 57 | 335 |
Decimal | 50 | 47 | 221 |
Hex | 32 | 2F | DD |
Shades of #322fdd
Tints of #322fdd
RGB Percentages of Color #322fdd
CMYK Percentages of Color #322fdd
Complementary Color
#322fdd | #dadd2f |
#322fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#322fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#322fdd Color CSS Codes
.mybgcolor {background-color:#322fdd; } .myforecolor {color:#322fdd; } .mybordercolor {border:3px solid #322fdd; }
#322fdd Text Font Color
<p style="color:#322fdd">Text here</p>
This sample text font color is #322fdd
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.
#322fdd Background Color
<div style="background-color:#322fdd">
Div content here</div>
This div background color is #322fdd
#322fdd Border Color
<div style="border:3px solid #322fdd">
Div here</div>
This div border color is #322fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,47,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #322fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #322fdd; -webkit-box-shadow: 1px 1px 3px 2px #322fdd; box-shadow: 1px 1px 3px 2px #322fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,47,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #322fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #322fdd; -webkit-box-shadow: 1px 1px 3px 2px #322fdd; box-shadow: 1px 1px 3px 2px #322fdd;">
Div content here</div>
This div box has shadow with color #322fdd
Comments
No comments written yet.
Please login to write comment.