Color spaces of #726feb
RGB | 114 | 111 | 235 |
---|---|---|---|
HSL | 0.67 | 0.76 | 0.68 |
HSV | 241° | 53° | 92° |
CMYK | 0.51 | 0.53 | 0.00 0.08 |
XYZ | 27.6193 | 20.9444 | 81.1842 |
Yxy | 20.9444 | 0.2129 | 0.1614 |
Hunter Lab | 45.7651 | 27.6363 | -73.1410 |
CIE-Lab | 52.8886 | 34.2444 | -62.5834 |
#726feb color RGB value is (114,111,235).
#726feb hex color red value is 114, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #726feb hue: 0.67 , saturation: 0.76 and the lightness value of 726feb is 0.68.
The process color (four color CMYK) of #726feb color hex is 0.51, 0.53, 0.00, 0.08. Web safe color of #726feb is #6666ff. Color #726feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01101111 | 11101011 |
Octal | 162 | 157 | 353 |
Decimal | 114 | 111 | 235 |
Hex | 72 | 6F | EB |
Shades of #726feb
Tints of #726feb
RGB Percentages of Color #726feb
CMYK Percentages of Color #726feb
Complementary Color
#726feb | #e8eb6f |
#726feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#726feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#726feb Color CSS Codes
.mybgcolor {background-color:#726feb; } .myforecolor {color:#726feb; } .mybordercolor {border:3px solid #726feb; }
#726feb Text Font Color
<p style="color:#726feb">Text here</p>
This sample text font color is #726feb
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.
#726feb Background Color
<div style="background-color:#726feb">
Div content here</div>
This div background color is #726feb
#726feb Border Color
<div style="border:3px solid #726feb">
Div here</div>
This div border color is #726feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,111,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #726feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #726feb; -webkit-box-shadow: 1px 1px 3px 2px #726feb; box-shadow: 1px 1px 3px 2px #726feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,111,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #726feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #726feb; -webkit-box-shadow: 1px 1px 3px 2px #726feb; box-shadow: 1px 1px 3px 2px #726feb;">
Div content here</div>
This div box has shadow with color #726feb
Comments
No comments written yet.
Please login to write comment.