Color spaces of #635add
RGB | 99 | 90 | 221 |
---|---|---|---|
HSL | 0.68 | 0.66 | 0.61 |
HSV | 244° | 59° | 87° |
CMYK | 0.55 | 0.59 | 0.00 0.13 |
XYZ | 21.8529 | 15.1854 | 70.1859 |
Yxy | 15.1854 | 0.2038 | 0.1416 |
Hunter Lab | 38.9684 | 31.9052 | -79.5090 |
CIE-Lab | 45.8871 | 39.5546 | -66.0648 |
#635add color RGB value is (99,90,221).
#635add hex color red value is 99, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #635add hue: 0.68 , saturation: 0.66 and the lightness value of 635add is 0.61.
The process color (four color CMYK) of #635add color hex is 0.55, 0.59, 0.00, 0.13. Web safe color of #635add is #6666cc. Color #635add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 01011010 | 11011101 |
Octal | 143 | 132 | 335 |
Decimal | 99 | 90 | 221 |
Hex | 63 | 5A | DD |
Shades of #635add
Tints of #635add
RGB Percentages of Color #635add
CMYK Percentages of Color #635add
Complementary Color
#635add | #d4dd5a |
#635add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#635add Color Preview on White Background
Lorem ipsum dolor sit amet.
#635add Color CSS Codes
.mybgcolor {background-color:#635add; } .myforecolor {color:#635add; } .mybordercolor {border:3px solid #635add; }
#635add Text Font Color
<p style="color:#635add">Text here</p>
This sample text font color is #635add
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.
#635add Background Color
<div style="background-color:#635add">
Div content here</div>
This div background color is #635add
#635add Border Color
<div style="border:3px solid #635add">
Div here</div>
This div border color is #635add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,90,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #635add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #635add; -webkit-box-shadow: 1px 1px 3px 2px #635add; box-shadow: 1px 1px 3px 2px #635add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,90,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #635add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #635add; -webkit-box-shadow: 1px 1px 3px 2px #635add; box-shadow: 1px 1px 3px 2px #635add;">
Div content here</div>
This div box has shadow with color #635add
Comments
No comments written yet.
Please login to write comment.