Color spaces of #3f0ccc
RGB | 63 | 12 | 204 |
---|---|---|---|
HSL | 0.71 | 0.89 | 0.42 |
HSV | 256° | 94° | 80° |
CMYK | 0.69 | 0.94 | 0.00 0.20 |
XYZ | 13.0805 | 5.6793 | 57.5335 |
Yxy | 5.6793 | 0.1715 | 0.0744 |
Hunter Lab | 23.8313 | 56.2702 | -126.4561 |
CIE-Lab | 28.5885 | 65.9541 | -84.8134 |
#3f0ccc color RGB value is (63,12,204).
#3f0ccc hex color red value is 63, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3f0ccc hue: 0.71 , saturation: 0.89 and the lightness value of 3f0ccc is 0.42.
The process color (four color CMYK) of #3f0ccc color hex is 0.69, 0.94, 0.00, 0.20. Web safe color of #3f0ccc is #3300cc. Color #3f0ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 00001100 | 11001100 |
Octal | 77 | 14 | 314 |
Decimal | 63 | 12 | 204 |
Hex | 3F | C | CC |
Shades of #3f0ccc
Tints of #3f0ccc
RGB Percentages of Color #3f0ccc
CMYK Percentages of Color #3f0ccc
Complementary Color
#3f0ccc | #99cc0c |
#3f0ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3f0ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3f0ccc Color CSS Codes
.mybgcolor {background-color:#3f0ccc; } .myforecolor {color:#3f0ccc; } .mybordercolor {border:3px solid #3f0ccc; }
#3f0ccc Text Font Color
<p style="color:#3f0ccc">Text here</p>
This sample text font color is #3f0ccc
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.
#3f0ccc Background Color
<div style="background-color:#3f0ccc">
Div content here</div>
This div background color is #3f0ccc
#3f0ccc Border Color
<div style="border:3px solid #3f0ccc">
Div here</div>
This div border color is #3f0ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,12,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3f0ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3f0ccc; -webkit-box-shadow: 1px 1px 3px 2px #3f0ccc; box-shadow: 1px 1px 3px 2px #3f0ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,12,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3f0ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3f0ccc; -webkit-box-shadow: 1px 1px 3px 2px #3f0ccc; box-shadow: 1px 1px 3px 2px #3f0ccc;">
Div content here</div>
This div box has shadow with color #3f0ccc
Comments
No comments written yet.
Please login to write comment.