Color spaces of #638cfe
RGB | 99 | 140 | 254 |
---|---|---|---|
HSL | 0.62 | 0.99 | 0.69 |
HSV | 224° | 61° | 100° |
CMYK | 0.61 | 0.45 | 0.00 0.00 |
XYZ | 32.4131 | 28.5646 | 97.5711 |
Yxy | 28.5646 | 0.2044 | 0.1802 |
Hunter Lab | 53.4459 | 14.7239 | -70.8281 |
CIE-Lab | 60.3954 | 20.0352 | -61.1030 |
#638cfe color RGB value is (99,140,254).
#638cfe hex color red value is 99, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #638cfe hue: 0.62 , saturation: 0.99 and the lightness value of 638cfe is 0.69.
The process color (four color CMYK) of #638cfe color hex is 0.61, 0.45, 0.00, 0.00. Web safe color of #638cfe is #6699ff. Color #638cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10001100 | 11111110 |
Octal | 143 | 214 | 376 |
Decimal | 99 | 140 | 254 |
Hex | 63 | 8C | FE |
Shades of #638cfe
Tints of #638cfe
RGB Percentages of Color #638cfe
CMYK Percentages of Color #638cfe
Complementary Color
#638cfe | #fed563 |
#638cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#638cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#638cfe Color CSS Codes
.mybgcolor {background-color:#638cfe; } .myforecolor {color:#638cfe; } .mybordercolor {border:3px solid #638cfe; }
#638cfe Text Font Color
<p style="color:#638cfe">Text here</p>
This sample text font color is #638cfe
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.
#638cfe Background Color
<div style="background-color:#638cfe">
Div content here</div>
This div background color is #638cfe
#638cfe Border Color
<div style="border:3px solid #638cfe">
Div here</div>
This div border color is #638cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,140,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #638cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #638cfe; -webkit-box-shadow: 1px 1px 3px 2px #638cfe; box-shadow: 1px 1px 3px 2px #638cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,140,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #638cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #638cfe; -webkit-box-shadow: 1px 1px 3px 2px #638cfe; box-shadow: 1px 1px 3px 2px #638cfe;">
Div content here</div>
This div box has shadow with color #638cfe
Comments
No comments written yet.
Please login to write comment.