Color spaces of #703ada
RGB | 112 | 58 | 218 |
---|---|---|---|
HSL | 0.72 | 0.68 | 0.54 |
HSV | 260° | 73° | 85° |
CMYK | 0.49 | 0.73 | 0.00 0.15 |
XYZ | 20.8500 | 11.5328 | 67.4568 |
Yxy | 11.5328 | 0.2088 | 0.1155 |
Hunter Lab | 33.9600 | 50.1615 | -93.9994 |
CIE-Lab | 40.4637 | 58.1718 | -73.1464 |
#703ada color RGB value is (112,58,218).
#703ada hex color red value is 112, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #703ada hue: 0.72 , saturation: 0.68 and the lightness value of 703ada is 0.54.
The process color (four color CMYK) of #703ada color hex is 0.49, 0.73, 0.00, 0.15. Web safe color of #703ada is #6633cc. Color #703ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00111010 | 11011010 |
Octal | 160 | 72 | 332 |
Decimal | 112 | 58 | 218 |
Hex | 70 | 3A | DA |
Shades of #703ada
Tints of #703ada
RGB Percentages of Color #703ada
CMYK Percentages of Color #703ada
Complementary Color
#703ada | #a4da3a |
#703ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#703ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#703ada Color CSS Codes
.mybgcolor {background-color:#703ada; } .myforecolor {color:#703ada; } .mybordercolor {border:3px solid #703ada; }
#703ada Text Font Color
<p style="color:#703ada">Text here</p>
This sample text font color is #703ada
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.
#703ada Background Color
<div style="background-color:#703ada">
Div content here</div>
This div background color is #703ada
#703ada Border Color
<div style="border:3px solid #703ada">
Div here</div>
This div border color is #703ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,58,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #703ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #703ada; -webkit-box-shadow: 1px 1px 3px 2px #703ada; box-shadow: 1px 1px 3px 2px #703ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,58,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #703ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #703ada; -webkit-box-shadow: 1px 1px 3px 2px #703ada; box-shadow: 1px 1px 3px 2px #703ada;">
Div content here</div>
This div box has shadow with color #703ada
Comments
No comments written yet.
Please login to write comment.