Color spaces of #620ccc
RGB | 98 | 12 | 204 |
---|---|---|---|
HSL | 0.74 | 0.89 | 0.42 |
HSV | 267° | 94° | 80° |
CMYK | 0.52 | 0.94 | 0.00 0.20 |
XYZ | 16.0676 | 7.2192 | 57.6733 |
Yxy | 7.2192 | 0.1985 | 0.0892 |
Hunter Lab | 26.8686 | 59.7243 | -108.4578 |
CIE-Lab | 32.3008 | 68.2723 | -78.5438 |
#620ccc color RGB value is (98,12,204).
#620ccc hex color red value is 98, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #620ccc hue: 0.74 , saturation: 0.89 and the lightness value of 620ccc is 0.42.
The process color (four color CMYK) of #620ccc color hex is 0.52, 0.94, 0.00, 0.20. Web safe color of #620ccc is #6600cc. Color #620ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00001100 | 11001100 |
Octal | 142 | 14 | 314 |
Decimal | 98 | 12 | 204 |
Hex | 62 | C | CC |
Shades of #620ccc
Tints of #620ccc
RGB Percentages of Color #620ccc
CMYK Percentages of Color #620ccc
Complementary Color
#620ccc | #76cc0c |
#620ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#620ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#620ccc Color CSS Codes
.mybgcolor {background-color:#620ccc; } .myforecolor {color:#620ccc; } .mybordercolor {border:3px solid #620ccc; }
#620ccc Text Font Color
<p style="color:#620ccc">Text here</p>
This sample text font color is #620ccc
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.
#620ccc Background Color
<div style="background-color:#620ccc">
Div content here</div>
This div background color is #620ccc
#620ccc Border Color
<div style="border:3px solid #620ccc">
Div here</div>
This div border color is #620ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,12,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #620ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #620ccc; -webkit-box-shadow: 1px 1px 3px 2px #620ccc; box-shadow: 1px 1px 3px 2px #620ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,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 #620ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #620ccc; -webkit-box-shadow: 1px 1px 3px 2px #620ccc; box-shadow: 1px 1px 3px 2px #620ccc;">
Div content here</div>
This div box has shadow with color #620ccc
Comments
No comments written yet.
Please login to write comment.