Color spaces of #323bab
RGB | 50 | 59 | 171 |
---|---|---|---|
HSL | 0.65 | 0.55 | 0.43 |
HSV | 236° | 71° | 67° |
CMYK | 0.71 | 0.65 | 0.00 0.33 |
XYZ | 10.2300 | 6.7463 | 39.2911 |
Yxy | 6.7463 | 0.1818 | 0.1199 |
Hunter Lab | 25.9736 | 24.8503 | -71.5082 |
CIE-Lab | 31.2222 | 34.2945 | -60.9708 |
#323bab color RGB value is (50,59,171).
#323bab hex color red value is 50, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #323bab hue: 0.65 , saturation: 0.55 and the lightness value of 323bab is 0.43.
The process color (four color CMYK) of #323bab color hex is 0.71, 0.65, 0.00, 0.33. Web safe color of #323bab is #333399. Color #323bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00111011 | 10101011 |
Octal | 62 | 73 | 253 |
Decimal | 50 | 59 | 171 |
Hex | 32 | 3B | AB |
Shades of #323bab
Tints of #323bab
RGB Percentages of Color #323bab
CMYK Percentages of Color #323bab
Complementary Color
#323bab | #aba232 |
#323bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#323bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#323bab Color CSS Codes
.mybgcolor {background-color:#323bab; } .myforecolor {color:#323bab; } .mybordercolor {border:3px solid #323bab; }
#323bab Text Font Color
<p style="color:#323bab">Text here</p>
This sample text font color is #323bab
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.
#323bab Background Color
<div style="background-color:#323bab">
Div content here</div>
This div background color is #323bab
#323bab Border Color
<div style="border:3px solid #323bab">
Div here</div>
This div border color is #323bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,59,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #323bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #323bab; -webkit-box-shadow: 1px 1px 3px 2px #323bab; box-shadow: 1px 1px 3px 2px #323bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,59,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #323bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #323bab; -webkit-box-shadow: 1px 1px 3px 2px #323bab; box-shadow: 1px 1px 3px 2px #323bab;">
Div content here</div>
This div box has shadow with color #323bab
Comments
No comments written yet.
Please login to write comment.