Color spaces of #728dad
RGB | 114 | 141 | 173 |
---|---|---|---|
HSL | 0.59 | 0.26 | 0.56 |
HSV | 213° | 34° | 68° |
CMYK | 0.34 | 0.18 | 0.00 0.32 |
XYZ | 24.0071 | 25.6443 | 43.2197 |
Yxy | 25.6443 | 0.2585 | 0.2761 |
Hunter Lab | 50.6402 | -3.9985 | -15.1539 |
CIE-Lab | 57.6979 | -1.6026 | -19.9189 |
#728dad color RGB value is (114,141,173).
#728dad hex color red value is 114, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #728dad hue: 0.59 , saturation: 0.26 and the lightness value of 728dad is 0.56.
The process color (four color CMYK) of #728dad color hex is 0.34, 0.18, 0.00, 0.32. Web safe color of #728dad is #669999. Color #728dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10001101 | 10101101 |
Octal | 162 | 215 | 255 |
Decimal | 114 | 141 | 173 |
Hex | 72 | 8D | AD |
Shades of #728dad
Tints of #728dad
RGB Percentages of Color #728dad
CMYK Percentages of Color #728dad
Complementary Color
#728dad | #ad9272 |
#728dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#728dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#728dad Color CSS Codes
.mybgcolor {background-color:#728dad; } .myforecolor {color:#728dad; } .mybordercolor {border:3px solid #728dad; }
#728dad Text Font Color
<p style="color:#728dad">Text here</p>
This sample text font color is #728dad
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.
#728dad Background Color
<div style="background-color:#728dad">
Div content here</div>
This div background color is #728dad
#728dad Border Color
<div style="border:3px solid #728dad">
Div here</div>
This div border color is #728dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,141,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #728dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #728dad; -webkit-box-shadow: 1px 1px 3px 2px #728dad; box-shadow: 1px 1px 3px 2px #728dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,141,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #728dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #728dad; -webkit-box-shadow: 1px 1px 3px 2px #728dad; box-shadow: 1px 1px 3px 2px #728dad;">
Div content here</div>
This div box has shadow with color #728dad
Comments
No comments written yet.
Please login to write comment.