Color spaces of #130efc
RGB | 19 | 14 | 252 |
---|---|---|---|
HSL | 0.67 | 0.98 | 0.52 |
HSV | 241° | 94° | 99° |
CMYK | 0.92 | 0.94 | 0.00 0.01 |
XYZ | 17.9963 | 7.4808 | 92.5909 |
Yxy | 7.4808 | 0.1524 | 0.0634 |
Hunter Lab | 27.3511 | 69.5841 | -181.5674 |
CIE-Lab | 32.8773 | 76.4341 | -105.2099 |
#130efc color RGB value is (19,14,252).
#130efc hex color red value is 19, green value is 14 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #130efc hue: 0.67 , saturation: 0.98 and the lightness value of 130efc is 0.52.
The process color (four color CMYK) of #130efc color hex is 0.92, 0.94, 0.00, 0.01. Web safe color of #130efc is #0000ff. Color #130efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00001110 | 11111100 |
Octal | 23 | 16 | 374 |
Decimal | 19 | 14 | 252 |
Hex | 13 | E | FC |
Shades of #130efc
Tints of #130efc
RGB Percentages of Color #130efc
CMYK Percentages of Color #130efc
Complementary Color
#130efc | #f7fc0e |
#130efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#130efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#130efc Color CSS Codes
.mybgcolor {background-color:#130efc; } .myforecolor {color:#130efc; } .mybordercolor {border:3px solid #130efc; }
#130efc Text Font Color
<p style="color:#130efc">Text here</p>
This sample text font color is #130efc
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.
#130efc Background Color
<div style="background-color:#130efc">
Div content here</div>
This div background color is #130efc
#130efc Border Color
<div style="border:3px solid #130efc">
Div here</div>
This div border color is #130efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,14,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #130efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #130efc; -webkit-box-shadow: 1px 1px 3px 2px #130efc; box-shadow: 1px 1px 3px 2px #130efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,14,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 #130efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #130efc; -webkit-box-shadow: 1px 1px 3px 2px #130efc; box-shadow: 1px 1px 3px 2px #130efc;">
Div content here</div>
This div box has shadow with color #130efc
Comments
No comments written yet.
Please login to write comment.