Color spaces of #729ace
RGB | 114 | 154 | 206 |
---|---|---|---|
HSL | 0.59 | 0.48 | 0.63 |
HSV | 214° | 45° | 81° |
CMYK | 0.45 | 0.25 | 0.00 0.19 |
XYZ | 29.6356 | 31.1448 | 62.8421 |
Yxy | 31.1448 | 0.2397 | 0.2519 |
Hunter Lab | 55.8075 | -2.8739 | -27.6983 |
CIE-Lab | 62.6297 | 0.1274 | -30.9492 |
#729ace color RGB value is (114,154,206).
#729ace hex color red value is 114, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #729ace hue: 0.59 , saturation: 0.48 and the lightness value of 729ace is 0.63.
The process color (four color CMYK) of #729ace color hex is 0.45, 0.25, 0.00, 0.19. Web safe color of #729ace is #6699cc. Color #729ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10011010 | 11001110 |
Octal | 162 | 232 | 316 |
Decimal | 114 | 154 | 206 |
Hex | 72 | 9A | CE |
Shades of #729ace
Tints of #729ace
RGB Percentages of Color #729ace
CMYK Percentages of Color #729ace
Complementary Color
#729ace | #cea672 |
#729ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#729ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#729ace Color CSS Codes
.mybgcolor {background-color:#729ace; } .myforecolor {color:#729ace; } .mybordercolor {border:3px solid #729ace; }
#729ace Text Font Color
<p style="color:#729ace">Text here</p>
This sample text font color is #729ace
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.
#729ace Background Color
<div style="background-color:#729ace">
Div content here</div>
This div background color is #729ace
#729ace Border Color
<div style="border:3px solid #729ace">
Div here</div>
This div border color is #729ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,154,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #729ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #729ace; -webkit-box-shadow: 1px 1px 3px 2px #729ace; box-shadow: 1px 1px 3px 2px #729ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,154,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #729ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #729ace; -webkit-box-shadow: 1px 1px 3px 2px #729ace; box-shadow: 1px 1px 3px 2px #729ace;">
Div content here</div>
This div box has shadow with color #729ace
Comments
No comments written yet.
Please login to write comment.