Color spaces of #724fda
RGB | 114 | 79 | 218 |
---|---|---|---|
HSL | 0.71 | 0.65 | 0.58 |
HSV | 255° | 64° | 85° |
CMYK | 0.48 | 0.64 | 0.00 0.15 |
XYZ | 22.3903 | 14.2313 | 67.8965 |
Yxy | 14.2313 | 0.2142 | 0.1362 |
Hunter Lab | 37.7244 | 39.9262 | -80.3033 |
CIE-Lab | 44.5628 | 47.7532 | -66.4487 |
#724fda color RGB value is (114,79,218).
#724fda hex color red value is 114, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #724fda hue: 0.71 , saturation: 0.65 and the lightness value of 724fda is 0.58.
The process color (four color CMYK) of #724fda color hex is 0.48, 0.64, 0.00, 0.15. Web safe color of #724fda is #6666cc. Color #724fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01001111 | 11011010 |
Octal | 162 | 117 | 332 |
Decimal | 114 | 79 | 218 |
Hex | 72 | 4F | DA |
Shades of #724fda
Tints of #724fda
RGB Percentages of Color #724fda
CMYK Percentages of Color #724fda
Complementary Color
#724fda | #b7da4f |
#724fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#724fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#724fda Color CSS Codes
.mybgcolor {background-color:#724fda; } .myforecolor {color:#724fda; } .mybordercolor {border:3px solid #724fda; }
#724fda Text Font Color
<p style="color:#724fda">Text here</p>
This sample text font color is #724fda
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.
#724fda Background Color
<div style="background-color:#724fda">
Div content here</div>
This div background color is #724fda
#724fda Border Color
<div style="border:3px solid #724fda">
Div here</div>
This div border color is #724fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,79,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #724fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #724fda; -webkit-box-shadow: 1px 1px 3px 2px #724fda; box-shadow: 1px 1px 3px 2px #724fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,79,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 #724fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #724fda; -webkit-box-shadow: 1px 1px 3px 2px #724fda; box-shadow: 1px 1px 3px 2px #724fda;">
Div content here</div>
This div box has shadow with color #724fda
Comments
No comments written yet.
Please login to write comment.