Color spaces of #727bab
RGB | 114 | 123 | 171 |
---|---|---|---|
HSL | 0.64 | 0.25 | 0.56 |
HSV | 231° | 33° | 67° |
CMYK | 0.33 | 0.28 | 0.00 0.33 |
XYZ | 21.3731 | 20.6836 | 41.3939 |
Yxy | 20.6836 | 0.2561 | 0.2479 |
Hunter Lab | 45.4792 | 4.2980 | -22.1286 |
CIE-Lab | 52.6015 | 8.3550 | -26.6062 |
#727bab color RGB value is (114,123,171).
#727bab hex color red value is 114, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #727bab hue: 0.64 , saturation: 0.25 and the lightness value of 727bab is 0.56.
The process color (four color CMYK) of #727bab color hex is 0.33, 0.28, 0.00, 0.33. Web safe color of #727bab is #666699. Color #727bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01111011 | 10101011 |
Octal | 162 | 173 | 253 |
Decimal | 114 | 123 | 171 |
Hex | 72 | 7B | AB |
Shades of #727bab
Tints of #727bab
RGB Percentages of Color #727bab
CMYK Percentages of Color #727bab
Complementary Color
#727bab | #aba272 |
#727bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#727bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#727bab Color CSS Codes
.mybgcolor {background-color:#727bab; } .myforecolor {color:#727bab; } .mybordercolor {border:3px solid #727bab; }
#727bab Text Font Color
<p style="color:#727bab">Text here</p>
This sample text font color is #727bab
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.
#727bab Background Color
<div style="background-color:#727bab">
Div content here</div>
This div background color is #727bab
#727bab Border Color
<div style="border:3px solid #727bab">
Div here</div>
This div border color is #727bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,123,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #727bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #727bab; -webkit-box-shadow: 1px 1px 3px 2px #727bab; box-shadow: 1px 1px 3px 2px #727bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,123,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 #727bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #727bab; -webkit-box-shadow: 1px 1px 3px 2px #727bab; box-shadow: 1px 1px 3px 2px #727bab;">
Div content here</div>
This div box has shadow with color #727bab
Comments
No comments written yet.
Please login to write comment.