Color spaces of #724fbf
RGB | 114 | 79 | 191 |
---|---|---|---|
HSL | 0.72 | 0.47 | 0.53 |
HSV | 259° | 59° | 75° |
CMYK | 0.40 | 0.59 | 0.00 0.25 |
XYZ | 19.1394 | 12.9310 | 50.7774 |
Yxy | 12.9310 | 0.2310 | 0.1561 |
Hunter Lab | 35.9597 | 32.0764 | -58.5495 |
CIE-Lab | 42.6591 | 40.2259 | -53.9595 |
#724fbf color RGB value is (114,79,191).
#724fbf hex color red value is 114, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #724fbf hue: 0.72 , saturation: 0.47 and the lightness value of 724fbf is 0.53.
The process color (four color CMYK) of #724fbf color hex is 0.40, 0.59, 0.00, 0.25. Web safe color of #724fbf is #6666cc. Color #724fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01001111 | 10111111 |
Octal | 162 | 117 | 277 |
Decimal | 114 | 79 | 191 |
Hex | 72 | 4F | BF |
Shades of #724fbf
Tints of #724fbf
RGB Percentages of Color #724fbf
CMYK Percentages of Color #724fbf
Complementary Color
#724fbf | #9cbf4f |
#724fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#724fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#724fbf Color CSS Codes
.mybgcolor {background-color:#724fbf; } .myforecolor {color:#724fbf; } .mybordercolor {border:3px solid #724fbf; }
#724fbf Text Font Color
<p style="color:#724fbf">Text here</p>
This sample text font color is #724fbf
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.
#724fbf Background Color
<div style="background-color:#724fbf">
Div content here</div>
This div background color is #724fbf
#724fbf Border Color
<div style="border:3px solid #724fbf">
Div here</div>
This div border color is #724fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,79,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #724fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #724fbf; -webkit-box-shadow: 1px 1px 3px 2px #724fbf; box-shadow: 1px 1px 3px 2px #724fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,79,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #724fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #724fbf; -webkit-box-shadow: 1px 1px 3px 2px #724fbf; box-shadow: 1px 1px 3px 2px #724fbf;">
Div content here</div>
This div box has shadow with color #724fbf
Comments
No comments written yet.
Please login to write comment.