Color spaces of #735ada
RGB | 115 | 90 | 218 |
---|---|---|---|
HSL | 0.70 | 0.63 | 0.60 |
HSV | 252° | 59° | 85° |
CMYK | 0.47 | 0.59 | 0.00 0.15 |
XYZ | 23.3813 | 16.0191 | 68.1893 |
Yxy | 16.0191 | 0.2173 | 0.1489 |
Hunter Lab | 40.0239 | 34.2351 | -72.9966 |
CIE-Lab | 46.9995 | 41.7404 | -62.4927 |
#735ada color RGB value is (115,90,218).
#735ada hex color red value is 115, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #735ada hue: 0.70 , saturation: 0.63 and the lightness value of 735ada is 0.60.
The process color (four color CMYK) of #735ada color hex is 0.47, 0.59, 0.00, 0.15. Web safe color of #735ada is #6666cc. Color #735ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01011010 | 11011010 |
Octal | 163 | 132 | 332 |
Decimal | 115 | 90 | 218 |
Hex | 73 | 5A | DA |
Shades of #735ada
Tints of #735ada
RGB Percentages of Color #735ada
CMYK Percentages of Color #735ada
Complementary Color
#735ada | #c1da5a |
#735ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#735ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#735ada Color CSS Codes
.mybgcolor {background-color:#735ada; } .myforecolor {color:#735ada; } .mybordercolor {border:3px solid #735ada; }
#735ada Text Font Color
<p style="color:#735ada">Text here</p>
This sample text font color is #735ada
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.
#735ada Background Color
<div style="background-color:#735ada">
Div content here</div>
This div background color is #735ada
#735ada Border Color
<div style="border:3px solid #735ada">
Div here</div>
This div border color is #735ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,90,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #735ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #735ada; -webkit-box-shadow: 1px 1px 3px 2px #735ada; box-shadow: 1px 1px 3px 2px #735ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,90,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 #735ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #735ada; -webkit-box-shadow: 1px 1px 3px 2px #735ada; box-shadow: 1px 1px 3px 2px #735ada;">
Div content here</div>
This div box has shadow with color #735ada
Comments
No comments written yet.
Please login to write comment.