Color spaces of #419efc
RGB | 65 | 158 | 252 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.62 |
HSV | 210° | 74° | 99° |
CMYK | 0.74 | 0.37 | 0.00 0.01 |
XYZ | 31.9775 | 32.6058 | 96.7036 |
Yxy | 32.6058 | 0.1983 | 0.2022 |
Hunter Lab | 57.1015 | 0.0345 | -60.4389 |
CIE-Lab | 63.8404 | 3.6141 | -54.5902 |
#419efc color RGB value is (65,158,252).
#419efc hex color red value is 65, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #419efc hue: 0.58 , saturation: 0.97 and the lightness value of 419efc is 0.62.
The process color (four color CMYK) of #419efc color hex is 0.74, 0.37, 0.00, 0.01. Web safe color of #419efc is #3399ff. Color #419efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10011110 | 11111100 |
Octal | 101 | 236 | 374 |
Decimal | 65 | 158 | 252 |
Hex | 41 | 9E | FC |
Shades of #419efc
Tints of #419efc
RGB Percentages of Color #419efc
CMYK Percentages of Color #419efc
Complementary Color
#419efc | #fc9f41 |
#419efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#419efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#419efc Color CSS Codes
.mybgcolor {background-color:#419efc; } .myforecolor {color:#419efc; } .mybordercolor {border:3px solid #419efc; }
#419efc Text Font Color
<p style="color:#419efc">Text here</p>
This sample text font color is #419efc
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.
#419efc Background Color
<div style="background-color:#419efc">
Div content here</div>
This div background color is #419efc
#419efc Border Color
<div style="border:3px solid #419efc">
Div here</div>
This div border color is #419efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,158,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #419efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #419efc; -webkit-box-shadow: 1px 1px 3px 2px #419efc; box-shadow: 1px 1px 3px 2px #419efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,158,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 #419efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #419efc; -webkit-box-shadow: 1px 1px 3px 2px #419efc; box-shadow: 1px 1px 3px 2px #419efc;">
Div content here</div>
This div box has shadow with color #419efc
Comments
No comments written yet.
Please login to write comment.