Color spaces of #2a3fec
RGB | 42 | 63 | 236 |
---|---|---|---|
HSL | 0.65 | 0.84 | 0.55 |
HSV | 234° | 82° | 93° |
CMYK | 0.82 | 0.73 | 0.00 0.07 |
XYZ | 17.8727 | 10.1034 | 80.3650 |
Yxy | 10.1034 | 0.1650 | 0.0933 |
Hunter Lab | 31.7858 | 44.7426 | -127.6544 |
CIE-Lab | 38.0274 | 53.5768 | -87.5941 |
#2a3fec color RGB value is (42,63,236).
#2a3fec hex color red value is 42, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2a3fec hue: 0.65 , saturation: 0.84 and the lightness value of 2a3fec is 0.55.
The process color (four color CMYK) of #2a3fec color hex is 0.82, 0.73, 0.00, 0.07. Web safe color of #2a3fec is #3333ff. Color #2a3fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 00111111 | 11101100 |
Octal | 52 | 77 | 354 |
Decimal | 42 | 63 | 236 |
Hex | 2A | 3F | EC |
Shades of #2a3fec
Tints of #2a3fec
RGB Percentages of Color #2a3fec
CMYK Percentages of Color #2a3fec
Complementary Color
#2a3fec | #ecd72a |
#2a3fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2a3fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#2a3fec Color CSS Codes
.mybgcolor {background-color:#2a3fec; } .myforecolor {color:#2a3fec; } .mybordercolor {border:3px solid #2a3fec; }
#2a3fec Text Font Color
<p style="color:#2a3fec">Text here</p>
This sample text font color is #2a3fec
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.
#2a3fec Background Color
<div style="background-color:#2a3fec">
Div content here</div>
This div background color is #2a3fec
#2a3fec Border Color
<div style="border:3px solid #2a3fec">
Div here</div>
This div border color is #2a3fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,63,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2a3fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2a3fec; -webkit-box-shadow: 1px 1px 3px 2px #2a3fec; box-shadow: 1px 1px 3px 2px #2a3fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,63,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2a3fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2a3fec; -webkit-box-shadow: 1px 1px 3px 2px #2a3fec; box-shadow: 1px 1px 3px 2px #2a3fec;">
Div content here</div>
This div box has shadow with color #2a3fec
Comments
No comments written yet.
Please login to write comment.