Color spaces of #410bed
RGB | 65 | 11 | 237 |
---|---|---|---|
HSL | 0.71 | 0.91 | 0.49 |
HSV | 254° | 95° | 93° |
CMYK | 0.73 | 0.95 | 0.00 0.07 |
XYZ | 17.5857 | 7.4776 | 80.6372 |
Yxy | 7.4776 | 0.1664 | 0.0707 |
Hunter Lab | 27.3452 | 66.9393 | -155.6963 |
CIE-Lab | 32.8703 | 74.2638 | -96.6893 |
#410bed color RGB value is (65,11,237).
#410bed hex color red value is 65, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #410bed hue: 0.71 , saturation: 0.91 and the lightness value of 410bed is 0.49.
The process color (four color CMYK) of #410bed color hex is 0.73, 0.95, 0.00, 0.07. Web safe color of #410bed is #3300ff. Color #410bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00001011 | 11101101 |
Octal | 101 | 13 | 355 |
Decimal | 65 | 11 | 237 |
Hex | 41 | B | ED |
Shades of #410bed
Tints of #410bed
RGB Percentages of Color #410bed
CMYK Percentages of Color #410bed
Complementary Color
#410bed | #b7ed0b |
#410bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#410bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#410bed Color CSS Codes
.mybgcolor {background-color:#410bed; } .myforecolor {color:#410bed; } .mybordercolor {border:3px solid #410bed; }
#410bed Text Font Color
<p style="color:#410bed">Text here</p>
This sample text font color is #410bed
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.
#410bed Background Color
<div style="background-color:#410bed">
Div content here</div>
This div background color is #410bed
#410bed Border Color
<div style="border:3px solid #410bed">
Div here</div>
This div border color is #410bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,11,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #410bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #410bed; -webkit-box-shadow: 1px 1px 3px 2px #410bed; box-shadow: 1px 1px 3px 2px #410bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,11,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #410bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #410bed; -webkit-box-shadow: 1px 1px 3px 2px #410bed; box-shadow: 1px 1px 3px 2px #410bed;">
Div content here</div>
This div box has shadow with color #410bed
Comments
No comments written yet.
Please login to write comment.