Color spaces of #729dec
RGB | 114 | 157 | 236 |
---|---|---|---|
HSL | 0.61 | 0.76 | 0.69 |
HSV | 219° | 52° | 93° |
CMYK | 0.52 | 0.33 | 0.00 0.07 |
XYZ | 34.1367 | 33.7475 | 84.0716 |
Yxy | 33.7475 | 0.2246 | 0.2221 |
Hunter Lab | 58.0926 | 3.2291 | -45.1397 |
CIE-Lab | 64.7617 | 7.3006 | -44.2376 |
#729dec color RGB value is (114,157,236).
#729dec hex color red value is 114, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #729dec hue: 0.61 , saturation: 0.76 and the lightness value of 729dec is 0.69.
The process color (four color CMYK) of #729dec color hex is 0.52, 0.33, 0.00, 0.07. Web safe color of #729dec is #6699ff. Color #729dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10011101 | 11101100 |
Octal | 162 | 235 | 354 |
Decimal | 114 | 157 | 236 |
Hex | 72 | 9D | EC |
Shades of #729dec
Tints of #729dec
RGB Percentages of Color #729dec
CMYK Percentages of Color #729dec
Complementary Color
#729dec | #ecc172 |
#729dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#729dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#729dec Color CSS Codes
.mybgcolor {background-color:#729dec; } .myforecolor {color:#729dec; } .mybordercolor {border:3px solid #729dec; }
#729dec Text Font Color
<p style="color:#729dec">Text here</p>
This sample text font color is #729dec
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.
#729dec Background Color
<div style="background-color:#729dec">
Div content here</div>
This div background color is #729dec
#729dec Border Color
<div style="border:3px solid #729dec">
Div here</div>
This div border color is #729dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,157,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #729dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #729dec; -webkit-box-shadow: 1px 1px 3px 2px #729dec; box-shadow: 1px 1px 3px 2px #729dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,157,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #729dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #729dec; -webkit-box-shadow: 1px 1px 3px 2px #729dec; box-shadow: 1px 1px 3px 2px #729dec;">
Div content here</div>
This div box has shadow with color #729dec
Comments
No comments written yet.
Please login to write comment.