Color spaces of #462dea
RGB | 70 | 45 | 234 |
---|---|---|---|
HSL | 0.69 | 0.82 | 0.55 |
HSV | 248° | 81° | 92° |
CMYK | 0.70 | 0.81 | 0.00 0.08 |
XYZ | 18.3155 | 9.1194 | 78.6368 |
Yxy | 9.1194 | 0.1727 | 0.0860 |
Hunter Lab | 30.1983 | 55.4144 | -133.2529 |
CIE-Lab | 36.2132 | 63.7430 | -89.4170 |
#462dea color RGB value is (70,45,234).
#462dea hex color red value is 70, green value is 45 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #462dea hue: 0.69 , saturation: 0.82 and the lightness value of 462dea is 0.55.
The process color (four color CMYK) of #462dea color hex is 0.70, 0.81, 0.00, 0.08. Web safe color of #462dea is #3333ff. Color #462dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00101101 | 11101010 |
Octal | 106 | 55 | 352 |
Decimal | 70 | 45 | 234 |
Hex | 46 | 2D | EA |
Shades of #462dea
Tints of #462dea
RGB Percentages of Color #462dea
CMYK Percentages of Color #462dea
Complementary Color
#462dea | #d1ea2d |
#462dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#462dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#462dea Color CSS Codes
.mybgcolor {background-color:#462dea; } .myforecolor {color:#462dea; } .mybordercolor {border:3px solid #462dea; }
#462dea Text Font Color
<p style="color:#462dea">Text here</p>
This sample text font color is #462dea
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.
#462dea Background Color
<div style="background-color:#462dea">
Div content here</div>
This div background color is #462dea
#462dea Border Color
<div style="border:3px solid #462dea">
Div here</div>
This div border color is #462dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,45,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #462dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #462dea; -webkit-box-shadow: 1px 1px 3px 2px #462dea; box-shadow: 1px 1px 3px 2px #462dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,45,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #462dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #462dea; -webkit-box-shadow: 1px 1px 3px 2px #462dea; box-shadow: 1px 1px 3px 2px #462dea;">
Div content here</div>
This div box has shadow with color #462dea
Comments
No comments written yet.
Please login to write comment.