Color spaces of #322755
RGB | 50 | 39 | 85 |
---|---|---|---|
HSL | 0.71 | 0.37 | 0.24 |
HSV | 254° | 54° | 33° |
CMYK | 0.41 | 0.54 | 0.00 0.67 |
XYZ | 3.6806 | 2.7850 | 8.9379 |
Yxy | 2.7850 | 0.2389 | 0.1808 |
Hunter Lab | 16.6883 | 10.1635 | -20.0726 |
CIE-Lab | 19.1614 | 17.6018 | -26.2973 |
#322755 color RGB value is (50,39,85).
#322755 hex color red value is 50, green value is 39 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #322755 hue: 0.71 , saturation: 0.37 and the lightness value of 322755 is 0.24.
The process color (four color CMYK) of #322755 color hex is 0.41, 0.54, 0.00, 0.67. Web safe color of #322755 is #333366. Color #322755 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00100111 | 01010101 |
Octal | 62 | 47 | 125 |
Decimal | 50 | 39 | 85 |
Hex | 32 | 27 | 55 |
Shades of #322755
Tints of #322755
RGB Percentages of Color #322755
CMYK Percentages of Color #322755
Complementary Color
#322755 | #4a5527 |
#322755 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#322755 Color Preview on White Background
Lorem ipsum dolor sit amet.
#322755 Color CSS Codes
.mybgcolor {background-color:#322755; } .myforecolor {color:#322755; } .mybordercolor {border:3px solid #322755; }
#322755 Text Font Color
<p style="color:#322755">Text here</p>
This sample text font color is #322755
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.
#322755 Background Color
<div style="background-color:#322755">
Div content here</div>
This div background color is #322755
#322755 Border Color
<div style="border:3px solid #322755">
Div here</div>
This div border color is #322755
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,39,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #322755; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #322755; -webkit-box-shadow: 1px 1px 3px 2px #322755; box-shadow: 1px 1px 3px 2px #322755; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,39,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 #322755">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #322755; -webkit-box-shadow: 1px 1px 3px 2px #322755; box-shadow: 1px 1px 3px 2px #322755;">
Div content here</div>
This div box has shadow with color #322755
Comments
No comments written yet.
Please login to write comment.