Color spaces of #620ebb
RGB | 98 | 14 | 187 |
---|---|---|---|
HSL | 0.75 | 0.86 | 0.39 |
HSV | 269° | 93° | 73° |
CMYK | 0.48 | 0.93 | 0.00 0.27 |
XYZ | 14.1637 | 6.4986 | 47.5216 |
Yxy | 6.4986 | 0.2077 | 0.0953 |
Hunter Lab | 25.4924 | 54.5640 | -92.6809 |
CIE-Lab | 30.6371 | 64.0617 | -71.2987 |
#620ebb color RGB value is (98,14,187).
#620ebb hex color red value is 98, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #620ebb hue: 0.75 , saturation: 0.86 and the lightness value of 620ebb is 0.39.
The process color (four color CMYK) of #620ebb color hex is 0.48, 0.93, 0.00, 0.27. Web safe color of #620ebb is #6600cc. Color #620ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00001110 | 10111011 |
Octal | 142 | 16 | 273 |
Decimal | 98 | 14 | 187 |
Hex | 62 | E | BB |
Shades of #620ebb
Tints of #620ebb
RGB Percentages of Color #620ebb
CMYK Percentages of Color #620ebb
Complementary Color
#620ebb | #67bb0e |
#620ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#620ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#620ebb Color CSS Codes
.mybgcolor {background-color:#620ebb; } .myforecolor {color:#620ebb; } .mybordercolor {border:3px solid #620ebb; }
#620ebb Text Font Color
<p style="color:#620ebb">Text here</p>
This sample text font color is #620ebb
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.
#620ebb Background Color
<div style="background-color:#620ebb">
Div content here</div>
This div background color is #620ebb
#620ebb Border Color
<div style="border:3px solid #620ebb">
Div here</div>
This div border color is #620ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,14,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #620ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #620ebb; -webkit-box-shadow: 1px 1px 3px 2px #620ebb; box-shadow: 1px 1px 3px 2px #620ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,14,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #620ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #620ebb; -webkit-box-shadow: 1px 1px 3px 2px #620ebb; box-shadow: 1px 1px 3px 2px #620ebb;">
Div content here</div>
This div box has shadow with color #620ebb
Comments
No comments written yet.
Please login to write comment.