Color spaces of #729def
RGB | 114 | 157 | 239 |
---|---|---|---|
HSL | 0.61 | 0.80 | 0.69 |
HSV | 219° | 52° | 94° |
CMYK | 0.52 | 0.34 | 0.00 0.06 |
XYZ | 34.5764 | 33.9233 | 86.3868 |
Yxy | 33.9233 | 0.2232 | 0.2190 |
Hunter Lab | 58.2437 | 4.0401 | -47.1681 |
CIE-Lab | 64.9016 | 8.2166 | -45.6653 |
#729def color RGB value is (114,157,239).
#729def hex color red value is 114, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #729def hue: 0.61 , saturation: 0.80 and the lightness value of 729def is 0.69.
The process color (four color CMYK) of #729def color hex is 0.52, 0.34, 0.00, 0.06. Web safe color of #729def is #6699ff. Color #729def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10011101 | 11101111 |
Octal | 162 | 235 | 357 |
Decimal | 114 | 157 | 239 |
Hex | 72 | 9D | EF |
Shades of #729def
Tints of #729def
RGB Percentages of Color #729def
CMYK Percentages of Color #729def
Complementary Color
#729def | #efc472 |
#729def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#729def Color Preview on White Background
Lorem ipsum dolor sit amet.
#729def Color CSS Codes
.mybgcolor {background-color:#729def; } .myforecolor {color:#729def; } .mybordercolor {border:3px solid #729def; }
#729def Text Font Color
<p style="color:#729def">Text here</p>
This sample text font color is #729def
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.
#729def Background Color
<div style="background-color:#729def">
Div content here</div>
This div background color is #729def
#729def Border Color
<div style="border:3px solid #729def">
Div here</div>
This div border color is #729def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,157,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #729def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #729def; -webkit-box-shadow: 1px 1px 3px 2px #729def; box-shadow: 1px 1px 3px 2px #729def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,157,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #729def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #729def; -webkit-box-shadow: 1px 1px 3px 2px #729def; box-shadow: 1px 1px 3px 2px #729def;">
Div content here</div>
This div box has shadow with color #729def
Comments
No comments written yet.
Please login to write comment.