Color spaces of #730bad
RGB | 115 | 11 | 173 |
---|---|---|---|
HSL | 0.77 | 0.88 | 0.36 |
HSV | 279° | 94° | 68° |
CMYK | 0.34 | 0.94 | 0.00 0.32 |
XYZ | 14.7327 | 6.9013 | 40.0907 |
Yxy | 6.9013 | 0.2387 | 0.1118 |
Hunter Lab | 26.2703 | 54.1318 | -72.0922 |
CIE-Lab | 31.5812 | 63.4956 | -61.3114 |
#730bad color RGB value is (115,11,173).
#730bad hex color red value is 115, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #730bad hue: 0.77 , saturation: 0.88 and the lightness value of 730bad is 0.36.
The process color (four color CMYK) of #730bad color hex is 0.34, 0.94, 0.00, 0.32. Web safe color of #730bad is #660099. Color #730bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00001011 | 10101101 |
Octal | 163 | 13 | 255 |
Decimal | 115 | 11 | 173 |
Hex | 73 | B | AD |
Shades of #730bad
Tints of #730bad
RGB Percentages of Color #730bad
CMYK Percentages of Color #730bad
Complementary Color
#730bad | #45ad0b |
#730bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#730bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#730bad Color CSS Codes
.mybgcolor {background-color:#730bad; } .myforecolor {color:#730bad; } .mybordercolor {border:3px solid #730bad; }
#730bad Text Font Color
<p style="color:#730bad">Text here</p>
This sample text font color is #730bad
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.
#730bad Background Color
<div style="background-color:#730bad">
Div content here</div>
This div background color is #730bad
#730bad Border Color
<div style="border:3px solid #730bad">
Div here</div>
This div border color is #730bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,11,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #730bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #730bad; -webkit-box-shadow: 1px 1px 3px 2px #730bad; box-shadow: 1px 1px 3px 2px #730bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,11,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #730bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #730bad; -webkit-box-shadow: 1px 1px 3px 2px #730bad; box-shadow: 1px 1px 3px 2px #730bad;">
Div content here</div>
This div box has shadow with color #730bad
Comments
No comments written yet.
Please login to write comment.