Color spaces of #726387
RGB | 114 | 99 | 135 |
---|---|---|---|
HSL | 0.74 | 0.15 | 0.46 |
HSV | 265° | 27° | 53° |
CMYK | 0.16 | 0.27 | 0.00 0.47 |
XYZ | 15.7744 | 14.2504 | 24.8409 |
Yxy | 14.2504 | 0.2875 | 0.2597 |
Hunter Lab | 37.7497 | 8.5275 | -12.5905 |
CIE-Lab | 44.5899 | 13.6101 | -17.7425 |
#726387 color RGB value is (114,99,135).
#726387 hex color red value is 114, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #726387 hue: 0.74 , saturation: 0.15 and the lightness value of 726387 is 0.46.
The process color (four color CMYK) of #726387 color hex is 0.16, 0.27, 0.00, 0.47. Web safe color of #726387 is #666699. Color #726387 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01100011 | 10000111 |
Octal | 162 | 143 | 207 |
Decimal | 114 | 99 | 135 |
Hex | 72 | 63 | 87 |
Shades of #726387
Tints of #726387
RGB Percentages of Color #726387
CMYK Percentages of Color #726387
Complementary Color
#726387 | #788763 |
#726387 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#726387 Color Preview on White Background
Lorem ipsum dolor sit amet.
#726387 Color CSS Codes
.mybgcolor {background-color:#726387; } .myforecolor {color:#726387; } .mybordercolor {border:3px solid #726387; }
#726387 Text Font Color
<p style="color:#726387">Text here</p>
This sample text font color is #726387
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.
#726387 Background Color
<div style="background-color:#726387">
Div content here</div>
This div background color is #726387
#726387 Border Color
<div style="border:3px solid #726387">
Div here</div>
This div border color is #726387
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,99,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #726387; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #726387; -webkit-box-shadow: 1px 1px 3px 2px #726387; box-shadow: 1px 1px 3px 2px #726387; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,99,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #726387">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #726387; -webkit-box-shadow: 1px 1px 3px 2px #726387; box-shadow: 1px 1px 3px 2px #726387;">
Div content here</div>
This div box has shadow with color #726387
Comments
No comments written yet.
Please login to write comment.