Color spaces of #63589d
RGB | 99 | 88 | 157 |
---|---|---|---|
HSL | 0.69 | 0.28 | 0.48 |
HSV | 250° | 44° | 62° |
CMYK | 0.37 | 0.44 | 0.00 0.38 |
XYZ | 14.7211 | 12.0664 | 33.4515 |
Yxy | 12.0664 | 0.2444 | 0.2003 |
Hunter Lab | 34.7367 | 14.8574 | -32.7806 |
CIE-Lab | 41.3215 | 21.4410 | -36.1227 |
#63589d color RGB value is (99,88,157).
#63589d hex color red value is 99, green value is 88 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #63589d hue: 0.69 , saturation: 0.28 and the lightness value of 63589d is 0.48.
The process color (four color CMYK) of #63589d color hex is 0.37, 0.44, 0.00, 0.38. Web safe color of #63589d is #666699. Color #63589d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 01011000 | 10011101 |
Octal | 143 | 130 | 235 |
Decimal | 99 | 88 | 157 |
Hex | 63 | 58 | 9D |
Shades of #63589d
Tints of #63589d
RGB Percentages of Color #63589d
CMYK Percentages of Color #63589d
Complementary Color
#63589d | #929d58 |
#63589d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63589d Color Preview on White Background
Lorem ipsum dolor sit amet.
#63589d Color CSS Codes
.mybgcolor {background-color:#63589d; } .myforecolor {color:#63589d; } .mybordercolor {border:3px solid #63589d; }
#63589d Text Font Color
<p style="color:#63589d">Text here</p>
This sample text font color is #63589d
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.
#63589d Background Color
<div style="background-color:#63589d">
Div content here</div>
This div background color is #63589d
#63589d Border Color
<div style="border:3px solid #63589d">
Div here</div>
This div border color is #63589d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,88,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63589d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63589d; -webkit-box-shadow: 1px 1px 3px 2px #63589d; box-shadow: 1px 1px 3px 2px #63589d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,88,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63589d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63589d; -webkit-box-shadow: 1px 1px 3px 2px #63589d; box-shadow: 1px 1px 3px 2px #63589d;">
Div content here</div>
This div box has shadow with color #63589d
Comments
No comments written yet.
Please login to write comment.