Color spaces of #726fab
RGB | 114 | 111 | 171 |
---|---|---|---|
HSL | 0.68 | 0.26 | 0.55 |
HSV | 243° | 35° | 67° |
CMYK | 0.33 | 0.35 | 0.00 0.33 |
XYZ | 19.9746 | 17.8866 | 40.9278 |
Yxy | 17.8866 | 0.2535 | 0.2270 |
Hunter Lab | 42.2926 | 10.2929 | -27.7720 |
CIE-Lab | 49.3583 | 15.5525 | -31.6520 |
#726fab color RGB value is (114,111,171).
#726fab hex color red value is 114, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #726fab hue: 0.68 , saturation: 0.26 and the lightness value of 726fab is 0.55.
The process color (four color CMYK) of #726fab color hex is 0.33, 0.35, 0.00, 0.33. Web safe color of #726fab is #666699. Color #726fab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01101111 | 10101011 |
Octal | 162 | 157 | 253 |
Decimal | 114 | 111 | 171 |
Hex | 72 | 6F | AB |
Shades of #726fab
Tints of #726fab
RGB Percentages of Color #726fab
CMYK Percentages of Color #726fab
Complementary Color
#726fab | #a8ab6f |
#726fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#726fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#726fab Color CSS Codes
.mybgcolor {background-color:#726fab; } .myforecolor {color:#726fab; } .mybordercolor {border:3px solid #726fab; }
#726fab Text Font Color
<p style="color:#726fab">Text here</p>
This sample text font color is #726fab
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.
#726fab Background Color
<div style="background-color:#726fab">
Div content here</div>
This div background color is #726fab
#726fab Border Color
<div style="border:3px solid #726fab">
Div here</div>
This div border color is #726fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,111,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #726fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #726fab; -webkit-box-shadow: 1px 1px 3px 2px #726fab; box-shadow: 1px 1px 3px 2px #726fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,111,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #726fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #726fab; -webkit-box-shadow: 1px 1px 3px 2px #726fab; box-shadow: 1px 1px 3px 2px #726fab;">
Div content here</div>
This div box has shadow with color #726fab
Comments
No comments written yet.
Please login to write comment.