Color spaces of #410cbf
RGB | 65 | 12 | 191 |
---|---|---|---|
HSL | 0.72 | 0.88 | 0.40 |
HSV | 258° | 94° | 75° |
CMYK | 0.66 | 0.94 | 0.00 0.25 |
XYZ | 11.7154 | 5.1483 | 49.6665 |
Yxy | 5.1483 | 0.1761 | 0.0774 |
Hunter Lab | 22.6899 | 52.4572 | -113.8987 |
CIE-Lab | 27.1532 | 62.8289 | -79.5544 |
#410cbf color RGB value is (65,12,191).
#410cbf hex color red value is 65, green value is 12 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #410cbf hue: 0.72 , saturation: 0.88 and the lightness value of 410cbf is 0.40.
The process color (four color CMYK) of #410cbf color hex is 0.66, 0.94, 0.00, 0.25. Web safe color of #410cbf is #3300cc. Color #410cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00001100 | 10111111 |
Octal | 101 | 14 | 277 |
Decimal | 65 | 12 | 191 |
Hex | 41 | C | BF |
Shades of #410cbf
Tints of #410cbf
RGB Percentages of Color #410cbf
CMYK Percentages of Color #410cbf
Complementary Color
#410cbf | #8abf0c |
#410cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#410cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#410cbf Color CSS Codes
.mybgcolor {background-color:#410cbf; } .myforecolor {color:#410cbf; } .mybordercolor {border:3px solid #410cbf; }
#410cbf Text Font Color
<p style="color:#410cbf">Text here</p>
This sample text font color is #410cbf
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.
#410cbf Background Color
<div style="background-color:#410cbf">
Div content here</div>
This div background color is #410cbf
#410cbf Border Color
<div style="border:3px solid #410cbf">
Div here</div>
This div border color is #410cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,12,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #410cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #410cbf; -webkit-box-shadow: 1px 1px 3px 2px #410cbf; box-shadow: 1px 1px 3px 2px #410cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,12,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #410cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #410cbf; -webkit-box-shadow: 1px 1px 3px 2px #410cbf; box-shadow: 1px 1px 3px 2px #410cbf;">
Div content here</div>
This div box has shadow with color #410cbf
Comments
No comments written yet.
Please login to write comment.