Color spaces of #514afc
RGB | 81 | 74 | 252 |
---|---|---|---|
HSL | 0.67 | 0.97 | 0.64 |
HSV | 242° | 71° | 99° |
CMYK | 0.68 | 0.71 | 0.00 0.01 |
XYZ | 23.4128 | 13.6752 | 93.5010 |
Yxy | 13.6752 | 0.1793 | 0.1047 |
Hunter Lab | 36.9800 | 48.2971 | -124.0241 |
CIE-Lab | 43.7635 | 55.8296 | -87.0595 |
#514afc color RGB value is (81,74,252).
#514afc hex color red value is 81, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #514afc hue: 0.67 , saturation: 0.97 and the lightness value of 514afc is 0.64.
The process color (four color CMYK) of #514afc color hex is 0.68, 0.71, 0.00, 0.01. Web safe color of #514afc is #6633ff. Color #514afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01001010 | 11111100 |
Octal | 121 | 112 | 374 |
Decimal | 81 | 74 | 252 |
Hex | 51 | 4A | FC |
Shades of #514afc
Tints of #514afc
RGB Percentages of Color #514afc
CMYK Percentages of Color #514afc
Complementary Color
#514afc | #f5fc4a |
#514afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#514afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#514afc Color CSS Codes
.mybgcolor {background-color:#514afc; } .myforecolor {color:#514afc; } .mybordercolor {border:3px solid #514afc; }
#514afc Text Font Color
<p style="color:#514afc">Text here</p>
This sample text font color is #514afc
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.
#514afc Background Color
<div style="background-color:#514afc">
Div content here</div>
This div background color is #514afc
#514afc Border Color
<div style="border:3px solid #514afc">
Div here</div>
This div border color is #514afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,74,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #514afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #514afc; -webkit-box-shadow: 1px 1px 3px 2px #514afc; box-shadow: 1px 1px 3px 2px #514afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,74,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 #514afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #514afc; -webkit-box-shadow: 1px 1px 3px 2px #514afc; box-shadow: 1px 1px 3px 2px #514afc;">
Div content here</div>
This div box has shadow with color #514afc
Comments
No comments written yet.
Please login to write comment.