Color spaces of #2915ea
RGB | 41 | 21 | 234 |
---|---|---|---|
HSL | 0.68 | 0.84 | 0.50 |
HSV | 246° | 91° | 92° |
CMYK | 0.82 | 0.91 | 0.00 0.08 |
XYZ | 16.0339 | 6.9483 | 78.3380 |
Yxy | 6.9483 | 0.1582 | 0.0686 |
Hunter Lab | 26.3596 | 62.4477 | -157.7518 |
CIE-Lab | 31.6889 | 70.7163 | -96.9899 |
#2915ea color RGB value is (41,21,234).
#2915ea hex color red value is 41, green value is 21 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2915ea hue: 0.68 , saturation: 0.84 and the lightness value of 2915ea is 0.50.
The process color (four color CMYK) of #2915ea color hex is 0.82, 0.91, 0.00, 0.08. Web safe color of #2915ea is #3300ff. Color #2915ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00010101 | 11101010 |
Octal | 51 | 25 | 352 |
Decimal | 41 | 21 | 234 |
Hex | 29 | 15 | EA |
Shades of #2915ea
Tints of #2915ea
RGB Percentages of Color #2915ea
CMYK Percentages of Color #2915ea
Complementary Color
#2915ea | #d6ea15 |
#2915ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2915ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#2915ea Color CSS Codes
.mybgcolor {background-color:#2915ea; } .myforecolor {color:#2915ea; } .mybordercolor {border:3px solid #2915ea; }
#2915ea Text Font Color
<p style="color:#2915ea">Text here</p>
This sample text font color is #2915ea
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.
#2915ea Background Color
<div style="background-color:#2915ea">
Div content here</div>
This div background color is #2915ea
#2915ea Border Color
<div style="border:3px solid #2915ea">
Div here</div>
This div border color is #2915ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,21,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2915ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2915ea; -webkit-box-shadow: 1px 1px 3px 2px #2915ea; box-shadow: 1px 1px 3px 2px #2915ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,21,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 #2915ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2915ea; -webkit-box-shadow: 1px 1px 3px 2px #2915ea; box-shadow: 1px 1px 3px 2px #2915ea;">
Div content here</div>
This div box has shadow with color #2915ea
Comments
No comments written yet.
Please login to write comment.