Color spaces of #732fda
RGB | 115 | 47 | 218 |
---|---|---|---|
HSL | 0.73 | 0.70 | 0.52 |
HSV | 264° | 78° | 85° |
CMYK | 0.47 | 0.78 | 0.00 0.15 |
XYZ | 20.7416 | 10.7398 | 67.3095 |
Yxy | 10.7398 | 0.2100 | 0.1087 |
Hunter Lab | 32.7716 | 55.6246 | -98.8353 |
CIE-Lab | 39.1387 | 63.3595 | -75.3068 |
#732fda color RGB value is (115,47,218).
#732fda hex color red value is 115, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #732fda hue: 0.73 , saturation: 0.70 and the lightness value of 732fda is 0.52.
The process color (four color CMYK) of #732fda color hex is 0.47, 0.78, 0.00, 0.15. Web safe color of #732fda is #6633cc. Color #732fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00101111 | 11011010 |
Octal | 163 | 57 | 332 |
Decimal | 115 | 47 | 218 |
Hex | 73 | 2F | DA |
Shades of #732fda
Tints of #732fda
RGB Percentages of Color #732fda
CMYK Percentages of Color #732fda
Complementary Color
#732fda | #96da2f |
#732fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#732fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#732fda Color CSS Codes
.mybgcolor {background-color:#732fda; } .myforecolor {color:#732fda; } .mybordercolor {border:3px solid #732fda; }
#732fda Text Font Color
<p style="color:#732fda">Text here</p>
This sample text font color is #732fda
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.
#732fda Background Color
<div style="background-color:#732fda">
Div content here</div>
This div background color is #732fda
#732fda Border Color
<div style="border:3px solid #732fda">
Div here</div>
This div border color is #732fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,47,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #732fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #732fda; -webkit-box-shadow: 1px 1px 3px 2px #732fda; box-shadow: 1px 1px 3px 2px #732fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,47,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 #732fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #732fda; -webkit-box-shadow: 1px 1px 3px 2px #732fda; box-shadow: 1px 1px 3px 2px #732fda;">
Div content here</div>
This div box has shadow with color #732fda
Comments
No comments written yet.
Please login to write comment.