Color spaces of #300dfc
RGB | 48 | 13 | 252 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.52 |
HSV | 249° | 95° | 99° |
CMYK | 0.81 | 0.95 | 0.00 0.01 |
XYZ | 18.9335 | 7.9445 | 92.6310 |
Yxy | 7.9445 | 0.1584 | 0.0665 |
Hunter Lab | 28.1860 | 70.5791 | -175.1217 |
CIE-Lab | 33.8670 | 77.0680 | -103.5309 |
#300dfc color RGB value is (48,13,252).
#300dfc hex color red value is 48, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #300dfc hue: 0.69 , saturation: 0.98 and the lightness value of 300dfc is 0.52.
The process color (four color CMYK) of #300dfc color hex is 0.81, 0.95, 0.00, 0.01. Web safe color of #300dfc is #3300ff. Color #300dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00001101 | 11111100 |
Octal | 60 | 15 | 374 |
Decimal | 48 | 13 | 252 |
Hex | 30 | D | FC |
Shades of #300dfc
Tints of #300dfc
RGB Percentages of Color #300dfc
CMYK Percentages of Color #300dfc
Complementary Color
#300dfc | #d9fc0d |
#300dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#300dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#300dfc Color CSS Codes
.mybgcolor {background-color:#300dfc; } .myforecolor {color:#300dfc; } .mybordercolor {border:3px solid #300dfc; }
#300dfc Text Font Color
<p style="color:#300dfc">Text here</p>
This sample text font color is #300dfc
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.
#300dfc Background Color
<div style="background-color:#300dfc">
Div content here</div>
This div background color is #300dfc
#300dfc Border Color
<div style="border:3px solid #300dfc">
Div here</div>
This div border color is #300dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,13,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #300dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #300dfc; -webkit-box-shadow: 1px 1px 3px 2px #300dfc; box-shadow: 1px 1px 3px 2px #300dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,13,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 #300dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #300dfc; -webkit-box-shadow: 1px 1px 3px 2px #300dfc; box-shadow: 1px 1px 3px 2px #300dfc;">
Div content here</div>
This div box has shadow with color #300dfc
Comments
No comments written yet.
Please login to write comment.