Color spaces of #63065e
RGB | 99 | 6 | 94 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.21 |
HSV | 303° | 94° | 39° |
CMYK | 0.00 | 0.94 | 0.05 0.61 |
XYZ | 7.2311 | 3.5911 | 10.9017 |
Yxy | 3.5911 | 0.3329 | 0.1653 |
Hunter Lab | 18.9502 | 34.9500 | -20.8433 |
CIE-Lab | 22.2708 | 46.9045 | -26.8858 |
#63065e color RGB value is (99,6,94).
#63065e hex color red value is 99, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #63065e hue: 0.84 , saturation: 0.89 and the lightness value of 63065e is 0.21.
The process color (four color CMYK) of #63065e color hex is 0.00, 0.94, 0.05, 0.61. Web safe color of #63065e is #660066. Color #63065e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 00000110 | 01011110 |
Octal | 143 | 6 | 136 |
Decimal | 99 | 6 | 94 |
Hex | 63 | 6 | 5E |
Shades of #63065e
Tints of #63065e
RGB Percentages of Color #63065e
CMYK Percentages of Color #63065e
Complementary Color
#63065e | #06630b |
#63065e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#63065e Color Preview on White Background
Lorem ipsum dolor sit amet.
#63065e Color CSS Codes
.mybgcolor {background-color:#63065e; } .myforecolor {color:#63065e; } .mybordercolor {border:3px solid #63065e; }
#63065e Text Font Color
<p style="color:#63065e">Text here</p>
This sample text font color is #63065e
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.
#63065e Background Color
<div style="background-color:#63065e">
Div content here</div>
This div background color is #63065e
#63065e Border Color
<div style="border:3px solid #63065e">
Div here</div>
This div border color is #63065e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,6,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #63065e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #63065e; -webkit-box-shadow: 1px 1px 3px 2px #63065e; box-shadow: 1px 1px 3px 2px #63065e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,6,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #63065e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #63065e; -webkit-box-shadow: 1px 1px 3px 2px #63065e; box-shadow: 1px 1px 3px 2px #63065e;">
Div content here</div>
This div box has shadow with color #63065e
Comments
No comments written yet.
Please login to write comment.