Color spaces of #730fab
RGB | 115 | 15 | 171 |
---|---|---|---|
HSL | 0.77 | 0.84 | 0.36 |
HSV | 278° | 91° | 67° |
CMYK | 0.33 | 0.91 | 0.00 0.33 |
XYZ | 14.5917 | 6.9268 | 39.0960 |
Yxy | 6.9268 | 0.2407 | 0.1143 |
Hunter Lab | 26.3188 | 52.9062 | -69.6508 |
CIE-Lab | 31.6397 | 62.3837 | -60.0150 |
#730fab color RGB value is (115,15,171).
#730fab hex color red value is 115, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #730fab hue: 0.77 , saturation: 0.84 and the lightness value of 730fab is 0.36.
The process color (four color CMYK) of #730fab color hex is 0.33, 0.91, 0.00, 0.33. Web safe color of #730fab is #660099. Color #730fab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00001111 | 10101011 |
Octal | 163 | 17 | 253 |
Decimal | 115 | 15 | 171 |
Hex | 73 | F | AB |
Shades of #730fab
Tints of #730fab
RGB Percentages of Color #730fab
CMYK Percentages of Color #730fab
Complementary Color
#730fab | #47ab0f |
#730fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#730fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#730fab Color CSS Codes
.mybgcolor {background-color:#730fab; } .myforecolor {color:#730fab; } .mybordercolor {border:3px solid #730fab; }
#730fab Text Font Color
<p style="color:#730fab">Text here</p>
This sample text font color is #730fab
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.
#730fab Background Color
<div style="background-color:#730fab">
Div content here</div>
This div background color is #730fab
#730fab Border Color
<div style="border:3px solid #730fab">
Div here</div>
This div border color is #730fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,15,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #730fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #730fab; -webkit-box-shadow: 1px 1px 3px 2px #730fab; box-shadow: 1px 1px 3px 2px #730fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,15,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #730fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #730fab; -webkit-box-shadow: 1px 1px 3px 2px #730fab; box-shadow: 1px 1px 3px 2px #730fab;">
Div content here</div>
This div box has shadow with color #730fab
Comments
No comments written yet.
Please login to write comment.