Color spaces of #3601fc
RGB | 54 | 1 | 252 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.50 |
HSV | 253° | 100° | 99° |
CMYK | 0.79 | 1.00 | 0.00 0.01 |
XYZ | 19.1029 | 7.8343 | 92.6008 |
Yxy | 7.8343 | 0.1598 | 0.0655 |
Hunter Lab | 27.9898 | 72.8431 | -176.5606 |
CIE-Lab | 33.6354 | 78.9348 | -103.9097 |
#3601fc color RGB value is (54,1,252).
#3601fc hex color red value is 54, green value is 1 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3601fc hue: 0.70 , saturation: 0.99 and the lightness value of 3601fc is 0.50.
The process color (four color CMYK) of #3601fc color hex is 0.79, 1.00, 0.00, 0.01. Web safe color of #3601fc is #3300ff. Color #3601fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00000001 | 11111100 |
Octal | 66 | 1 | 374 |
Decimal | 54 | 1 | 252 |
Hex | 36 | 1 | FC |
Shades of #3601fc
Tints of #3601fc
RGB Percentages of Color #3601fc
CMYK Percentages of Color #3601fc
Complementary Color
#3601fc | #c7fc01 |
#3601fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3601fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3601fc Color CSS Codes
.mybgcolor {background-color:#3601fc; } .myforecolor {color:#3601fc; } .mybordercolor {border:3px solid #3601fc; }
#3601fc Text Font Color
<p style="color:#3601fc">Text here</p>
This sample text font color is #3601fc
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.
#3601fc Background Color
<div style="background-color:#3601fc">
Div content here</div>
This div background color is #3601fc
#3601fc Border Color
<div style="border:3px solid #3601fc">
Div here</div>
This div border color is #3601fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,1,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3601fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3601fc; -webkit-box-shadow: 1px 1px 3px 2px #3601fc; box-shadow: 1px 1px 3px 2px #3601fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,1,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 #3601fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3601fc; -webkit-box-shadow: 1px 1px 3px 2px #3601fc; box-shadow: 1px 1px 3px 2px #3601fc;">
Div content here</div>
This div box has shadow with color #3601fc
Comments
No comments written yet.
Please login to write comment.