Color spaces of #726eaa
RGB | 114 | 110 | 170 |
---|---|---|---|
HSL | 0.68 | 0.26 | 0.55 |
HSV | 244° | 35° | 67° |
CMYK | 0.33 | 0.35 | 0.00 0.33 |
XYZ | 19.7711 | 17.6315 | 40.3914 |
Yxy | 17.6315 | 0.2541 | 0.2266 |
Hunter Lab | 41.9899 | 10.5651 | -27.6400 |
CIE-Lab | 49.0461 | 15.8852 | -31.5570 |
#726eaa color RGB value is (114,110,170).
#726eaa hex color red value is 114, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #726eaa hue: 0.68 , saturation: 0.26 and the lightness value of 726eaa is 0.55.
The process color (four color CMYK) of #726eaa color hex is 0.33, 0.35, 0.00, 0.33. Web safe color of #726eaa is #666699. Color #726eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01101110 | 10101010 |
Octal | 162 | 156 | 252 |
Decimal | 114 | 110 | 170 |
Hex | 72 | 6E | AA |
Shades of #726eaa
Tints of #726eaa
RGB Percentages of Color #726eaa
CMYK Percentages of Color #726eaa
Complementary Color
#726eaa | #a6aa6e |
#726eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#726eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#726eaa Color CSS Codes
.mybgcolor {background-color:#726eaa; } .myforecolor {color:#726eaa; } .mybordercolor {border:3px solid #726eaa; }
#726eaa Text Font Color
<p style="color:#726eaa">Text here</p>
This sample text font color is #726eaa
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.
#726eaa Background Color
<div style="background-color:#726eaa">
Div content here</div>
This div background color is #726eaa
#726eaa Border Color
<div style="border:3px solid #726eaa">
Div here</div>
This div border color is #726eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,110,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #726eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #726eaa; -webkit-box-shadow: 1px 1px 3px 2px #726eaa; box-shadow: 1px 1px 3px 2px #726eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,110,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #726eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #726eaa; -webkit-box-shadow: 1px 1px 3px 2px #726eaa; box-shadow: 1px 1px 3px 2px #726eaa;">
Div content here</div>
This div box has shadow with color #726eaa
Comments
No comments written yet.
Please login to write comment.