Color spaces of #740cfc
RGB | 116 | 12 | 252 |
---|---|---|---|
HSL | 0.74 | 0.98 | 0.52 |
HSV | 266° | 95° | 99° |
CMYK | 0.54 | 0.95 | 0.00 0.01 |
XYZ | 24.9046 | 11.0042 | 92.9069 |
Yxy | 11.0042 | 0.1933 | 0.0854 |
Hunter Lab | 33.1726 | 75.9584 | -142.8335 |
CIE-Lab | 39.5875 | 80.3497 | -93.8559 |
#740cfc color RGB value is (116,12,252).
#740cfc hex color red value is 116, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #740cfc hue: 0.74 , saturation: 0.98 and the lightness value of 740cfc is 0.52.
The process color (four color CMYK) of #740cfc color hex is 0.54, 0.95, 0.00, 0.01. Web safe color of #740cfc is #6600ff. Color #740cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00001100 | 11111100 |
Octal | 164 | 14 | 374 |
Decimal | 116 | 12 | 252 |
Hex | 74 | C | FC |
Shades of #740cfc
Tints of #740cfc
RGB Percentages of Color #740cfc
CMYK Percentages of Color #740cfc
Complementary Color
#740cfc | #94fc0c |
#740cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#740cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#740cfc Color CSS Codes
.mybgcolor {background-color:#740cfc; } .myforecolor {color:#740cfc; } .mybordercolor {border:3px solid #740cfc; }
#740cfc Text Font Color
<p style="color:#740cfc">Text here</p>
This sample text font color is #740cfc
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.
#740cfc Background Color
<div style="background-color:#740cfc">
Div content here</div>
This div background color is #740cfc
#740cfc Border Color
<div style="border:3px solid #740cfc">
Div here</div>
This div border color is #740cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,12,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #740cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #740cfc; -webkit-box-shadow: 1px 1px 3px 2px #740cfc; box-shadow: 1px 1px 3px 2px #740cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,12,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 #740cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #740cfc; -webkit-box-shadow: 1px 1px 3px 2px #740cfc; box-shadow: 1px 1px 3px 2px #740cfc;">
Div content here</div>
This div box has shadow with color #740cfc
Comments
No comments written yet.
Please login to write comment.