Color spaces of #783293
RGB | 120 | 50 | 147 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.39 |
HSV | 283° | 66° | 58° |
CMYK | 0.18 | 0.66 | 0.00 0.42 |
XYZ | 14.1528 | 8.3809 | 28.4755 |
Yxy | 8.3809 | 0.2775 | 0.1643 |
Hunter Lab | 28.9498 | 36.6019 | -38.0538 |
CIE-Lab | 34.7639 | 46.2057 | -40.3750 |
#783293 color RGB value is (120,50,147).
#783293 hex color red value is 120, green value is 50 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #783293 hue: 0.79 , saturation: 0.49 and the lightness value of 783293 is 0.39.
The process color (four color CMYK) of #783293 color hex is 0.18, 0.66, 0.00, 0.42. Web safe color of #783293 is #663399. Color #783293 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 00110010 | 10010011 |
Octal | 170 | 62 | 223 |
Decimal | 120 | 50 | 147 |
Hex | 78 | 32 | 93 |
Shades of #783293
Tints of #783293
RGB Percentages of Color #783293
CMYK Percentages of Color #783293
Complementary Color
#783293 | #4d9332 |
#783293 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#783293 Color Preview on White Background
Lorem ipsum dolor sit amet.
#783293 Color CSS Codes
.mybgcolor {background-color:#783293; } .myforecolor {color:#783293; } .mybordercolor {border:3px solid #783293; }
#783293 Text Font Color
<p style="color:#783293">Text here</p>
This sample text font color is #783293
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.
#783293 Background Color
<div style="background-color:#783293">
Div content here</div>
This div background color is #783293
#783293 Border Color
<div style="border:3px solid #783293">
Div here</div>
This div border color is #783293
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,50,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #783293; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #783293; -webkit-box-shadow: 1px 1px 3px 2px #783293; box-shadow: 1px 1px 3px 2px #783293; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,50,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #783293">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #783293; -webkit-box-shadow: 1px 1px 3px 2px #783293; box-shadow: 1px 1px 3px 2px #783293;">
Div content here</div>
This div box has shadow with color #783293
Comments
No comments written yet.
Please login to write comment.