Color spaces of #3c2fed
RGB | 60 | 47 | 237 |
---|---|---|---|
HSL | 0.68 | 0.84 | 0.56 |
HSV | 244° | 80° | 93° |
CMYK | 0.75 | 0.80 | 0.00 0.07 |
XYZ | 18.1661 | 9.1081 | 80.9213 |
Yxy | 9.1081 | 0.1679 | 0.0842 |
Hunter Lab | 30.1796 | 54.6306 | -137.8498 |
CIE-Lab | 36.1916 | 63.0486 | -91.1753 |
#3c2fed color RGB value is (60,47,237).
#3c2fed hex color red value is 60, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3c2fed hue: 0.68 , saturation: 0.84 and the lightness value of 3c2fed is 0.56.
The process color (four color CMYK) of #3c2fed color hex is 0.75, 0.80, 0.00, 0.07. Web safe color of #3c2fed is #3333ff. Color #3c2fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 00101111 | 11101101 |
Octal | 74 | 57 | 355 |
Decimal | 60 | 47 | 237 |
Hex | 3C | 2F | ED |
Shades of #3c2fed
Tints of #3c2fed
RGB Percentages of Color #3c2fed
CMYK Percentages of Color #3c2fed
Complementary Color
#3c2fed | #e0ed2f |
#3c2fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3c2fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#3c2fed Color CSS Codes
.mybgcolor {background-color:#3c2fed; } .myforecolor {color:#3c2fed; } .mybordercolor {border:3px solid #3c2fed; }
#3c2fed Text Font Color
<p style="color:#3c2fed">Text here</p>
This sample text font color is #3c2fed
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.
#3c2fed Background Color
<div style="background-color:#3c2fed">
Div content here</div>
This div background color is #3c2fed
#3c2fed Border Color
<div style="border:3px solid #3c2fed">
Div here</div>
This div border color is #3c2fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,47,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3c2fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3c2fed; -webkit-box-shadow: 1px 1px 3px 2px #3c2fed; box-shadow: 1px 1px 3px 2px #3c2fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,47,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3c2fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3c2fed; -webkit-box-shadow: 1px 1px 3px 2px #3c2fed; box-shadow: 1px 1px 3px 2px #3c2fed;">
Div content here</div>
This div box has shadow with color #3c2fed
Comments
No comments written yet.
Please login to write comment.