Color spaces of #422eda
RGB | 66 | 46 | 218 |
---|---|---|---|
HSL | 0.69 | 0.70 | 0.52 |
HSV | 247° | 79° | 85° |
CMYK | 0.70 | 0.79 | 0.00 0.15 |
XYZ | 15.8787 | 8.1742 | 67.0705 |
Yxy | 8.1742 | 0.1743 | 0.0897 |
Hunter Lab | 28.5906 | 49.1023 | -119.0748 |
CIE-Lab | 34.3431 | 58.3817 | -83.3732 |
#422eda color RGB value is (66,46,218).
#422eda hex color red value is 66, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #422eda hue: 0.69 , saturation: 0.70 and the lightness value of 422eda is 0.52.
The process color (four color CMYK) of #422eda color hex is 0.70, 0.79, 0.00, 0.15. Web safe color of #422eda is #3333cc. Color #422eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00101110 | 11011010 |
Octal | 102 | 56 | 332 |
Decimal | 66 | 46 | 218 |
Hex | 42 | 2E | DA |
Shades of #422eda
Tints of #422eda
RGB Percentages of Color #422eda
CMYK Percentages of Color #422eda
Complementary Color
#422eda | #c6da2e |
#422eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#422eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#422eda Color CSS Codes
.mybgcolor {background-color:#422eda; } .myforecolor {color:#422eda; } .mybordercolor {border:3px solid #422eda; }
#422eda Text Font Color
<p style="color:#422eda">Text here</p>
This sample text font color is #422eda
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.
#422eda Background Color
<div style="background-color:#422eda">
Div content here</div>
This div background color is #422eda
#422eda Border Color
<div style="border:3px solid #422eda">
Div here</div>
This div border color is #422eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,46,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #422eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #422eda; -webkit-box-shadow: 1px 1px 3px 2px #422eda; box-shadow: 1px 1px 3px 2px #422eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,46,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #422eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #422eda; -webkit-box-shadow: 1px 1px 3px 2px #422eda; box-shadow: 1px 1px 3px 2px #422eda;">
Div content here</div>
This div box has shadow with color #422eda
Comments
No comments written yet.
Please login to write comment.