Color spaces of #320dac
RGB | 50 | 13 | 172 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.36 |
HSV | 254° | 92° | 67° |
CMYK | 0.71 | 0.92 | 0.00 0.33 |
XYZ | 8.9057 | 3.9445 | 39.3217 |
Yxy | 3.9445 | 0.1707 | 0.0756 |
Hunter Lab | 19.8608 | 45.2843 | -103.4839 |
CIE-Lab | 23.4871 | 56.8949 | -74.3442 |
#320dac color RGB value is (50,13,172).
#320dac hex color red value is 50, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #320dac hue: 0.71 , saturation: 0.86 and the lightness value of 320dac is 0.36.
The process color (four color CMYK) of #320dac color hex is 0.71, 0.92, 0.00, 0.33. Web safe color of #320dac is #330099. Color #320dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00001101 | 10101100 |
Octal | 62 | 15 | 254 |
Decimal | 50 | 13 | 172 |
Hex | 32 | D | AC |
Shades of #320dac
Tints of #320dac
RGB Percentages of Color #320dac
CMYK Percentages of Color #320dac
Complementary Color
#320dac | #87ac0d |
#320dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#320dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#320dac Color CSS Codes
.mybgcolor {background-color:#320dac; } .myforecolor {color:#320dac; } .mybordercolor {border:3px solid #320dac; }
#320dac Text Font Color
<p style="color:#320dac">Text here</p>
This sample text font color is #320dac
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.
#320dac Background Color
<div style="background-color:#320dac">
Div content here</div>
This div background color is #320dac
#320dac Border Color
<div style="border:3px solid #320dac">
Div here</div>
This div border color is #320dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,13,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #320dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #320dac; -webkit-box-shadow: 1px 1px 3px 2px #320dac; box-shadow: 1px 1px 3px 2px #320dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,13,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #320dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #320dac; -webkit-box-shadow: 1px 1px 3px 2px #320dac; box-shadow: 1px 1px 3px 2px #320dac;">
Div content here</div>
This div box has shadow with color #320dac
Comments
No comments written yet.
Please login to write comment.