Color spaces of #635fec
RGB | 99 | 95 | 236 |
---|---|---|---|
HSL | 0.67 | 0.79 | 0.65 |
HSV | 242° | 60° | 93° |
CMYK | 0.58 | 0.60 | 0.00 0.07 |
XYZ | 24.3781 | 16.8932 | 81.3327 |
Yxy | 16.8932 | 0.1988 | 0.1378 |
Hunter Lab | 41.1013 | 33.9449 | -88.5541 |
CIE-Lab | 48.1252 | 41.2788 | -70.9066 |
#635fec color RGB value is (99,95,236).
#635fec hex color red value is 99, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #635fec hue: 0.67 , saturation: 0.79 and the lightness value of 635fec is 0.65.
The process color (four color CMYK) of #635fec color hex is 0.58, 0.60, 0.00, 0.07. Web safe color of #635fec is #6666ff. Color #635fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 01011111 | 11101100 |
Octal | 143 | 137 | 354 |
Decimal | 99 | 95 | 236 |
Hex | 63 | 5F | EC |
Shades of #635fec
Tints of #635fec
RGB Percentages of Color #635fec
CMYK Percentages of Color #635fec
Complementary Color
#635fec | #e8ec5f |
#635fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#635fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#635fec Color CSS Codes
.mybgcolor {background-color:#635fec; } .myforecolor {color:#635fec; } .mybordercolor {border:3px solid #635fec; }
#635fec Text Font Color
<p style="color:#635fec">Text here</p>
This sample text font color is #635fec
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.
#635fec Background Color
<div style="background-color:#635fec">
Div content here</div>
This div background color is #635fec
#635fec Border Color
<div style="border:3px solid #635fec">
Div here</div>
This div border color is #635fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,95,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #635fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #635fec; -webkit-box-shadow: 1px 1px 3px 2px #635fec; box-shadow: 1px 1px 3px 2px #635fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,95,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #635fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #635fec; -webkit-box-shadow: 1px 1px 3px 2px #635fec; box-shadow: 1px 1px 3px 2px #635fec;">
Div content here</div>
This div box has shadow with color #635fec
Comments
No comments written yet.
Please login to write comment.