Color spaces of #721afa
RGB | 114 | 26 | 250 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.54 |
HSV | 264° | 90° | 98° |
CMYK | 0.54 | 0.90 | 0.00 0.02 |
XYZ | 24.5641 | 11.2183 | 91.3132 |
Yxy | 11.2183 | 0.1933 | 0.0883 |
Hunter Lab | 33.4937 | 72.2968 | -138.1954 |
CIE-Lab | 39.9457 | 77.3409 | -92.1474 |
#721afa color RGB value is (114,26,250).
#721afa hex color red value is 114, green value is 26 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #721afa hue: 0.73 , saturation: 0.96 and the lightness value of 721afa is 0.54.
The process color (four color CMYK) of #721afa color hex is 0.54, 0.90, 0.00, 0.02. Web safe color of #721afa is #6633ff. Color #721afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 00011010 | 11111010 |
Octal | 162 | 32 | 372 |
Decimal | 114 | 26 | 250 |
Hex | 72 | 1A | FA |
Shades of #721afa
Tints of #721afa
RGB Percentages of Color #721afa
CMYK Percentages of Color #721afa
Complementary Color
#721afa | #a2fa1a |
#721afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#721afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#721afa Color CSS Codes
.mybgcolor {background-color:#721afa; } .myforecolor {color:#721afa; } .mybordercolor {border:3px solid #721afa; }
#721afa Text Font Color
<p style="color:#721afa">Text here</p>
This sample text font color is #721afa
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.
#721afa Background Color
<div style="background-color:#721afa">
Div content here</div>
This div background color is #721afa
#721afa Border Color
<div style="border:3px solid #721afa">
Div here</div>
This div border color is #721afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,26,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #721afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #721afa; -webkit-box-shadow: 1px 1px 3px 2px #721afa; box-shadow: 1px 1px 3px 2px #721afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,26,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #721afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #721afa; -webkit-box-shadow: 1px 1px 3px 2px #721afa; box-shadow: 1px 1px 3px 2px #721afa;">
Div content here</div>
This div box has shadow with color #721afa
Comments
No comments written yet.
Please login to write comment.