Color spaces of #416ede
RGB | 65 | 110 | 222 |
---|---|---|---|
HSL | 0.62 | 0.70 | 0.56 |
HSV | 223° | 71° | 87° |
CMYK | 0.71 | 0.50 | 0.00 0.13 |
XYZ | 20.9407 | 17.5496 | 71.3910 |
Yxy | 17.5496 | 0.1906 | 0.1597 |
Hunter Lab | 41.8922 | 15.9155 | -71.7150 |
CIE-Lab | 48.9452 | 22.0503 | -61.7754 |
#416ede color RGB value is (65,110,222).
#416ede hex color red value is 65, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #416ede hue: 0.62 , saturation: 0.70 and the lightness value of 416ede is 0.56.
The process color (four color CMYK) of #416ede color hex is 0.71, 0.50, 0.00, 0.13. Web safe color of #416ede is #3366cc. Color #416ede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01101110 | 11011110 |
Octal | 101 | 156 | 336 |
Decimal | 65 | 110 | 222 |
Hex | 41 | 6E | DE |
Shades of #416ede
Tints of #416ede
RGB Percentages of Color #416ede
CMYK Percentages of Color #416ede
Complementary Color
#416ede | #deb141 |
#416ede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#416ede Color Preview on White Background
Lorem ipsum dolor sit amet.
#416ede Color CSS Codes
.mybgcolor {background-color:#416ede; } .myforecolor {color:#416ede; } .mybordercolor {border:3px solid #416ede; }
#416ede Text Font Color
<p style="color:#416ede">Text here</p>
This sample text font color is #416ede
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.
#416ede Background Color
<div style="background-color:#416ede">
Div content here</div>
This div background color is #416ede
#416ede Border Color
<div style="border:3px solid #416ede">
Div here</div>
This div border color is #416ede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,110,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #416ede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #416ede; -webkit-box-shadow: 1px 1px 3px 2px #416ede; box-shadow: 1px 1px 3px 2px #416ede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,110,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #416ede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #416ede; -webkit-box-shadow: 1px 1px 3px 2px #416ede; box-shadow: 1px 1px 3px 2px #416ede;">
Div content here</div>
This div box has shadow with color #416ede
Comments
No comments written yet.
Please login to write comment.