Color spaces of #323555
RGB | 50 | 53 | 85 |
---|---|---|---|
HSL | 0.65 | 0.26 | 0.26 |
HSV | 235° | 41° | 33° |
CMYK | 0.41 | 0.38 | 0.00 0.67 |
XYZ | 4.2282 | 3.8802 | 9.1204 |
Yxy | 3.8802 | 0.2454 | 0.2252 |
Hunter Lab | 19.6982 | 3.8429 | -13.6629 |
CIE-Lab | 23.2714 | 7.8910 | -19.7988 |
#323555 color RGB value is (50,53,85).
#323555 hex color red value is 50, green value is 53 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #323555 hue: 0.65 , saturation: 0.26 and the lightness value of 323555 is 0.26.
The process color (four color CMYK) of #323555 color hex is 0.41, 0.38, 0.00, 0.67. Web safe color of #323555 is #333366. Color #323555 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00110101 | 01010101 |
Octal | 62 | 65 | 125 |
Decimal | 50 | 53 | 85 |
Hex | 32 | 35 | 55 |
Shades of #323555
Tints of #323555
RGB Percentages of Color #323555
CMYK Percentages of Color #323555
Complementary Color
#323555 | #555232 |
#323555 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#323555 Color Preview on White Background
Lorem ipsum dolor sit amet.
#323555 Color CSS Codes
.mybgcolor {background-color:#323555; } .myforecolor {color:#323555; } .mybordercolor {border:3px solid #323555; }
#323555 Text Font Color
<p style="color:#323555">Text here</p>
This sample text font color is #323555
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.
#323555 Background Color
<div style="background-color:#323555">
Div content here</div>
This div background color is #323555
#323555 Border Color
<div style="border:3px solid #323555">
Div here</div>
This div border color is #323555
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,53,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #323555; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #323555; -webkit-box-shadow: 1px 1px 3px 2px #323555; box-shadow: 1px 1px 3px 2px #323555; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,53,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #323555">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #323555; -webkit-box-shadow: 1px 1px 3px 2px #323555; box-shadow: 1px 1px 3px 2px #323555;">
Div content here</div>
This div box has shadow with color #323555
Comments
No comments written yet.
Please login to write comment.