Color spaces of #712cfc
RGB | 113 | 44 | 252 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.58 |
HSV | 260° | 83° | 99° |
CMYK | 0.55 | 0.83 | 0.00 0.01 |
XYZ | 25.2814 | 12.3403 | 93.1449 |
Yxy | 12.3403 | 0.1933 | 0.0944 |
Hunter Lab | 35.1288 | 66.9872 | -132.6190 |
CIE-Lab | 41.7519 | 72.6259 | -90.2860 |
#712cfc color RGB value is (113,44,252).
#712cfc hex color red value is 113, green value is 44 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #712cfc hue: 0.72 , saturation: 0.97 and the lightness value of 712cfc is 0.58.
The process color (four color CMYK) of #712cfc color hex is 0.55, 0.83, 0.00, 0.01. Web safe color of #712cfc is #6633ff. Color #712cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00101100 | 11111100 |
Octal | 161 | 54 | 374 |
Decimal | 113 | 44 | 252 |
Hex | 71 | 2C | FC |
Shades of #712cfc
Tints of #712cfc
RGB Percentages of Color #712cfc
CMYK Percentages of Color #712cfc
Complementary Color
#712cfc | #b7fc2c |
#712cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#712cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#712cfc Color CSS Codes
.mybgcolor {background-color:#712cfc; } .myforecolor {color:#712cfc; } .mybordercolor {border:3px solid #712cfc; }
#712cfc Text Font Color
<p style="color:#712cfc">Text here</p>
This sample text font color is #712cfc
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.
#712cfc Background Color
<div style="background-color:#712cfc">
Div content here</div>
This div background color is #712cfc
#712cfc Border Color
<div style="border:3px solid #712cfc">
Div here</div>
This div border color is #712cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,44,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #712cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #712cfc; -webkit-box-shadow: 1px 1px 3px 2px #712cfc; box-shadow: 1px 1px 3px 2px #712cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,44,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 #712cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #712cfc; -webkit-box-shadow: 1px 1px 3px 2px #712cfc; box-shadow: 1px 1px 3px 2px #712cfc;">
Div content here</div>
This div box has shadow with color #712cfc
Comments
No comments written yet.
Please login to write comment.