Color spaces of #703a84
RGB | 112 | 58 | 132 |
---|---|---|---|
HSL | 0.79 | 0.39 | 0.37 |
HSV | 284° | 56° | 52° |
CMYK | 0.15 | 0.56 | 0.00 0.48 |
XYZ | 12.3600 | 8.1368 | 22.7489 |
Yxy | 8.1368 | 0.2858 | 0.1882 |
Hunter Lab | 28.5251 | 27.4257 | -27.3165 |
CIE-Lab | 34.2662 | 36.6519 | -32.0103 |
#703a84 color RGB value is (112,58,132).
#703a84 hex color red value is 112, green value is 58 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #703a84 hue: 0.79 , saturation: 0.39 and the lightness value of 703a84 is 0.37.
The process color (four color CMYK) of #703a84 color hex is 0.15, 0.56, 0.00, 0.48. Web safe color of #703a84 is #663399. Color #703a84 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00111010 | 10000100 |
Octal | 160 | 72 | 204 |
Decimal | 112 | 58 | 132 |
Hex | 70 | 3A | 84 |
Shades of #703a84
Tints of #703a84
RGB Percentages of Color #703a84
CMYK Percentages of Color #703a84
Complementary Color
#703a84 | #4e843a |
#703a84 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#703a84 Color Preview on White Background
Lorem ipsum dolor sit amet.
#703a84 Color CSS Codes
.mybgcolor {background-color:#703a84; } .myforecolor {color:#703a84; } .mybordercolor {border:3px solid #703a84; }
#703a84 Text Font Color
<p style="color:#703a84">Text here</p>
This sample text font color is #703a84
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.
#703a84 Background Color
<div style="background-color:#703a84">
Div content here</div>
This div background color is #703a84
#703a84 Border Color
<div style="border:3px solid #703a84">
Div here</div>
This div border color is #703a84
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,58,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #703a84; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #703a84; -webkit-box-shadow: 1px 1px 3px 2px #703a84; box-shadow: 1px 1px 3px 2px #703a84; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,58,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #703a84">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #703a84; -webkit-box-shadow: 1px 1px 3px 2px #703a84; box-shadow: 1px 1px 3px 2px #703a84;">
Div content here</div>
This div box has shadow with color #703a84
Comments
No comments written yet.
Please login to write comment.