Color spaces of #627efc
RGB | 98 | 126 | 252 |
---|---|---|---|
HSL | 0.64 | 0.96 | 0.69 |
HSV | 229° | 61° | 99° |
CMYK | 0.61 | 0.50 | 0.00 0.01 |
XYZ | 30.0685 | 24.5467 | 95.2487 |
Yxy | 24.5467 | 0.2006 | 0.1638 |
Hunter Lab | 49.5446 | 21.6281 | -79.3028 |
CIE-Lab | 56.6311 | 27.6265 | -66.0511 |
#627efc color RGB value is (98,126,252).
#627efc hex color red value is 98, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #627efc hue: 0.64 , saturation: 0.96 and the lightness value of 627efc is 0.69.
The process color (four color CMYK) of #627efc color hex is 0.61, 0.50, 0.00, 0.01. Web safe color of #627efc is #6666ff. Color #627efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01111110 | 11111100 |
Octal | 142 | 176 | 374 |
Decimal | 98 | 126 | 252 |
Hex | 62 | 7E | FC |
Shades of #627efc
Tints of #627efc
RGB Percentages of Color #627efc
CMYK Percentages of Color #627efc
Complementary Color
#627efc | #fce062 |
#627efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#627efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#627efc Color CSS Codes
.mybgcolor {background-color:#627efc; } .myforecolor {color:#627efc; } .mybordercolor {border:3px solid #627efc; }
#627efc Text Font Color
<p style="color:#627efc">Text here</p>
This sample text font color is #627efc
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.
#627efc Background Color
<div style="background-color:#627efc">
Div content here</div>
This div background color is #627efc
#627efc Border Color
<div style="border:3px solid #627efc">
Div here</div>
This div border color is #627efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,126,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #627efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #627efc; -webkit-box-shadow: 1px 1px 3px 2px #627efc; box-shadow: 1px 1px 3px 2px #627efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,126,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #627efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #627efc; -webkit-box-shadow: 1px 1px 3px 2px #627efc; box-shadow: 1px 1px 3px 2px #627efc;">
Div content here</div>
This div box has shadow with color #627efc
Comments
No comments written yet.
Please login to write comment.