Color spaces of #2e42dc
RGB | 46 | 66 | 220 |
---|---|---|---|
HSL | 0.65 | 0.71 | 0.52 |
HSV | 233° | 79° | 86° |
CMYK | 0.79 | 0.70 | 0.00 0.14 |
XYZ | 15.9932 | 9.6446 | 68.7288 |
Yxy | 9.6446 | 0.1695 | 0.1022 |
Hunter Lab | 31.0558 | 37.5770 | -109.4743 |
CIE-Lab | 37.1969 | 46.7412 | -79.8440 |
#2e42dc color RGB value is (46,66,220).
#2e42dc hex color red value is 46, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2e42dc hue: 0.65 , saturation: 0.71 and the lightness value of 2e42dc is 0.52.
The process color (four color CMYK) of #2e42dc color hex is 0.79, 0.70, 0.00, 0.14. Web safe color of #2e42dc is #3333cc. Color #2e42dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 01000010 | 11011100 |
Octal | 56 | 102 | 334 |
Decimal | 46 | 66 | 220 |
Hex | 2E | 42 | DC |
Shades of #2e42dc
Tints of #2e42dc
RGB Percentages of Color #2e42dc
CMYK Percentages of Color #2e42dc
Complementary Color
#2e42dc | #dcc82e |
#2e42dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2e42dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2e42dc Color CSS Codes
.mybgcolor {background-color:#2e42dc; } .myforecolor {color:#2e42dc; } .mybordercolor {border:3px solid #2e42dc; }
#2e42dc Text Font Color
<p style="color:#2e42dc">Text here</p>
This sample text font color is #2e42dc
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.
#2e42dc Background Color
<div style="background-color:#2e42dc">
Div content here</div>
This div background color is #2e42dc
#2e42dc Border Color
<div style="border:3px solid #2e42dc">
Div here</div>
This div border color is #2e42dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,66,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2e42dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2e42dc; -webkit-box-shadow: 1px 1px 3px 2px #2e42dc; box-shadow: 1px 1px 3px 2px #2e42dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,66,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2e42dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2e42dc; -webkit-box-shadow: 1px 1px 3px 2px #2e42dc; box-shadow: 1px 1px 3px 2px #2e42dc;">
Div content here</div>
This div box has shadow with color #2e42dc
Comments
No comments written yet.
Please login to write comment.