Color spaces of #412aeb
RGB | 65 | 42 | 235 |
---|---|---|---|
HSL | 0.69 | 0.83 | 0.54 |
HSV | 247° | 82° | 92° |
CMYK | 0.72 | 0.82 | 0.00 0.08 |
XYZ | 18.0033 | 8.7779 | 79.3427 |
Yxy | 8.7779 | 0.1696 | 0.0827 |
Hunter Lab | 29.6275 | 56.6182 | -138.0398 |
CIE-Lab | 35.5531 | 64.9377 | -91.0904 |
#412aeb color RGB value is (65,42,235).
#412aeb hex color red value is 65, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #412aeb hue: 0.69 , saturation: 0.83 and the lightness value of 412aeb is 0.54.
The process color (four color CMYK) of #412aeb color hex is 0.72, 0.82, 0.00, 0.08. Web safe color of #412aeb is #3333ff. Color #412aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00101010 | 11101011 |
Octal | 101 | 52 | 353 |
Decimal | 65 | 42 | 235 |
Hex | 41 | 2A | EB |
Shades of #412aeb
Tints of #412aeb
RGB Percentages of Color #412aeb
CMYK Percentages of Color #412aeb
Complementary Color
#412aeb | #d4eb2a |
#412aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#412aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#412aeb Color CSS Codes
.mybgcolor {background-color:#412aeb; } .myforecolor {color:#412aeb; } .mybordercolor {border:3px solid #412aeb; }
#412aeb Text Font Color
<p style="color:#412aeb">Text here</p>
This sample text font color is #412aeb
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.
#412aeb Background Color
<div style="background-color:#412aeb">
Div content here</div>
This div background color is #412aeb
#412aeb Border Color
<div style="border:3px solid #412aeb">
Div here</div>
This div border color is #412aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,42,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #412aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #412aeb; -webkit-box-shadow: 1px 1px 3px 2px #412aeb; box-shadow: 1px 1px 3px 2px #412aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,42,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #412aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #412aeb; -webkit-box-shadow: 1px 1px 3px 2px #412aeb; box-shadow: 1px 1px 3px 2px #412aeb;">
Div content here</div>
This div box has shadow with color #412aeb
Comments
No comments written yet.
Please login to write comment.