Color spaces of #729cb2
RGB | 114 | 156 | 178 |
---|---|---|---|
HSL | 0.56 | 0.29 | 0.57 |
HSV | 201° | 36° | 70° |
CMYK | 0.36 | 0.12 | 0.00 0.30 |
XYZ | 26.8638 | 30.5687 | 46.6040 |
Yxy | 30.5687 | 0.2582 | 0.2938 |
Hunter Lab | 55.2890 | -10.0261 | -11.2743 |
CIE-Lab | 62.1418 | -8.6880 | -15.9974 |
#729cb2 color RGB value is (114,156,178).
#729cb2 hex color red value is 114, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #729cb2 hue: 0.56 , saturation: 0.29 and the lightness value of 729cb2 is 0.57.
The process color (four color CMYK) of #729cb2 color hex is 0.36, 0.12, 0.00, 0.30. Web safe color of #729cb2 is #669999. Color #729cb2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10011100 | 10110010 |
Octal | 162 | 234 | 262 |
Decimal | 114 | 156 | 178 |
Hex | 72 | 9C | B2 |
Shades of #729cb2
Tints of #729cb2
RGB Percentages of Color #729cb2
CMYK Percentages of Color #729cb2
Complementary Color
#729cb2 | #b28872 |
#729cb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#729cb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#729cb2 Color CSS Codes
.mybgcolor {background-color:#729cb2; } .myforecolor {color:#729cb2; } .mybordercolor {border:3px solid #729cb2; }
#729cb2 Text Font Color
<p style="color:#729cb2">Text here</p>
This sample text font color is #729cb2
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.
#729cb2 Background Color
<div style="background-color:#729cb2">
Div content here</div>
This div background color is #729cb2
#729cb2 Border Color
<div style="border:3px solid #729cb2">
Div here</div>
This div border color is #729cb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,156,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #729cb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #729cb2; -webkit-box-shadow: 1px 1px 3px 2px #729cb2; box-shadow: 1px 1px 3px 2px #729cb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,156,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #729cb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #729cb2; -webkit-box-shadow: 1px 1px 3px 2px #729cb2; box-shadow: 1px 1px 3px 2px #729cb2;">
Div content here</div>
This div box has shadow with color #729cb2
Comments
No comments written yet.
Please login to write comment.