Color spaces of #741afc
RGB | 116 | 26 | 252 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.55 |
HSV | 264° | 90° | 99° |
CMYK | 0.54 | 0.90 | 0.00 0.01 |
XYZ | 25.1425 | 11.4801 | 92.9862 |
Yxy | 11.4801 | 0.1940 | 0.0886 |
Hunter Lab | 33.8823 | 73.1627 | -138.9972 |
CIE-Lab | 40.3776 | 77.9599 | -92.5477 |
#741afc color RGB value is (116,26,252).
#741afc hex color red value is 116, green value is 26 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #741afc hue: 0.73 , saturation: 0.97 and the lightness value of 741afc is 0.55.
The process color (four color CMYK) of #741afc color hex is 0.54, 0.90, 0.00, 0.01. Web safe color of #741afc is #6633ff. Color #741afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00011010 | 11111100 |
Octal | 164 | 32 | 374 |
Decimal | 116 | 26 | 252 |
Hex | 74 | 1A | FC |
Shades of #741afc
Tints of #741afc
RGB Percentages of Color #741afc
CMYK Percentages of Color #741afc
Complementary Color
#741afc | #a2fc1a |
#741afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#741afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#741afc Color CSS Codes
.mybgcolor {background-color:#741afc; } .myforecolor {color:#741afc; } .mybordercolor {border:3px solid #741afc; }
#741afc Text Font Color
<p style="color:#741afc">Text here</p>
This sample text font color is #741afc
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.
#741afc Background Color
<div style="background-color:#741afc">
Div content here</div>
This div background color is #741afc
#741afc Border Color
<div style="border:3px solid #741afc">
Div here</div>
This div border color is #741afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,26,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #741afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #741afc; -webkit-box-shadow: 1px 1px 3px 2px #741afc; box-shadow: 1px 1px 3px 2px #741afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,26,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #741afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #741afc; -webkit-box-shadow: 1px 1px 3px 2px #741afc; box-shadow: 1px 1px 3px 2px #741afc;">
Div content here</div>
This div box has shadow with color #741afc
Related Colors
Comments
No comments written yet.
Please login to write comment.