Color spaces of #7307db
RGB | 115 | 7 | 219 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.44 |
HSV | 271° | 97° | 86° |
CMYK | 0.47 | 0.97 | 0.00 0.14 |
XYZ | 19.9324 | 8.9113 | 67.6873 |
Yxy | 8.9113 | 0.2065 | 0.0923 |
Hunter Lab | 29.8518 | 66.9459 | -113.5405 |
CIE-Lab | 35.8130 | 73.7280 | -81.3590 |
#7307db color RGB value is (115,7,219).
#7307db hex color red value is 115, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7307db hue: 0.75 , saturation: 0.94 and the lightness value of 7307db is 0.44.
The process color (four color CMYK) of #7307db color hex is 0.47, 0.97, 0.00, 0.14. Web safe color of #7307db is #6600cc. Color #7307db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00000111 | 11011011 |
Octal | 163 | 7 | 333 |
Decimal | 115 | 7 | 219 |
Hex | 73 | 7 | DB |
Shades of #7307db
Tints of #7307db
RGB Percentages of Color #7307db
CMYK Percentages of Color #7307db
Complementary Color
#7307db | #6fdb07 |
#7307db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7307db Color Preview on White Background
Lorem ipsum dolor sit amet.
#7307db Color CSS Codes
.mybgcolor {background-color:#7307db; } .myforecolor {color:#7307db; } .mybordercolor {border:3px solid #7307db; }
#7307db Text Font Color
<p style="color:#7307db">Text here</p>
This sample text font color is #7307db
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.
#7307db Background Color
<div style="background-color:#7307db">
Div content here</div>
This div background color is #7307db
#7307db Border Color
<div style="border:3px solid #7307db">
Div here</div>
This div border color is #7307db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,7,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7307db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7307db; -webkit-box-shadow: 1px 1px 3px 2px #7307db; box-shadow: 1px 1px 3px 2px #7307db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,7,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7307db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7307db; -webkit-box-shadow: 1px 1px 3px 2px #7307db; box-shadow: 1px 1px 3px 2px #7307db;">
Div content here</div>
This div box has shadow with color #7307db
Comments
No comments written yet.
Please login to write comment.