Color spaces of #292fec
RGB | 41 | 47 | 236 |
---|---|---|---|
HSL | 0.66 | 0.84 | 0.54 |
HSV | 238° | 83° | 93° |
CMYK | 0.83 | 0.80 | 0.00 0.07 |
XYZ | 17.0713 | 8.5606 | 80.1095 |
Yxy | 8.5606 | 0.1614 | 0.0810 |
Hunter Lab | 29.2585 | 52.9460 | -141.8545 |
CIE-Lab | 35.1241 | 61.7436 | -92.4079 |
#292fec color RGB value is (41,47,236).
#292fec hex color red value is 41, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #292fec hue: 0.66 , saturation: 0.84 and the lightness value of 292fec is 0.54.
The process color (four color CMYK) of #292fec color hex is 0.83, 0.80, 0.00, 0.07. Web safe color of #292fec is #3333ff. Color #292fec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00101111 | 11101100 |
Octal | 51 | 57 | 354 |
Decimal | 41 | 47 | 236 |
Hex | 29 | 2F | EC |
Shades of #292fec
Tints of #292fec
RGB Percentages of Color #292fec
CMYK Percentages of Color #292fec
Complementary Color
#292fec | #ece629 |
#292fec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#292fec Color Preview on White Background
Lorem ipsum dolor sit amet.
#292fec Color CSS Codes
.mybgcolor {background-color:#292fec; } .myforecolor {color:#292fec; } .mybordercolor {border:3px solid #292fec; }
#292fec Text Font Color
<p style="color:#292fec">Text here</p>
This sample text font color is #292fec
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.
#292fec Background Color
<div style="background-color:#292fec">
Div content here</div>
This div background color is #292fec
#292fec Border Color
<div style="border:3px solid #292fec">
Div here</div>
This div border color is #292fec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,47,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #292fec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #292fec; -webkit-box-shadow: 1px 1px 3px 2px #292fec; box-shadow: 1px 1px 3px 2px #292fec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,47,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 #292fec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #292fec; -webkit-box-shadow: 1px 1px 3px 2px #292fec; box-shadow: 1px 1px 3px 2px #292fec;">
Div content here</div>
This div box has shadow with color #292fec
Comments
No comments written yet.
Please login to write comment.