Color spaces of #621cde
RGB | 98 | 28 | 222 |
---|---|---|---|
HSL | 0.73 | 0.78 | 0.49 |
HSV | 262° | 87° | 87° |
CMYK | 0.56 | 0.87 | 0.00 0.13 |
XYZ | 18.6371 | 8.7011 | 69.8044 |
Yxy | 8.7011 | 0.1919 | 0.0896 |
Hunter Lab | 29.4976 | 61.1585 | -119.6580 |
CIE-Lab | 35.4023 | 68.9186 | -83.8284 |
#621cde color RGB value is (98,28,222).
#621cde hex color red value is 98, green value is 28 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #621cde hue: 0.73 , saturation: 0.78 and the lightness value of 621cde is 0.49.
The process color (four color CMYK) of #621cde color hex is 0.56, 0.87, 0.00, 0.13. Web safe color of #621cde is #6633cc. Color #621cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00011100 | 11011110 |
Octal | 142 | 34 | 336 |
Decimal | 98 | 28 | 222 |
Hex | 62 | 1C | DE |
Shades of #621cde
Tints of #621cde
RGB Percentages of Color #621cde
CMYK Percentages of Color #621cde
Complementary Color
#621cde | #98de1c |
#621cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#621cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#621cde Color CSS Codes
.mybgcolor {background-color:#621cde; } .myforecolor {color:#621cde; } .mybordercolor {border:3px solid #621cde; }
#621cde Text Font Color
<p style="color:#621cde">Text here</p>
This sample text font color is #621cde
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.
#621cde Background Color
<div style="background-color:#621cde">
Div content here</div>
This div background color is #621cde
#621cde Border Color
<div style="border:3px solid #621cde">
Div here</div>
This div border color is #621cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,28,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #621cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #621cde; -webkit-box-shadow: 1px 1px 3px 2px #621cde; box-shadow: 1px 1px 3px 2px #621cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,28,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #621cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #621cde; -webkit-box-shadow: 1px 1px 3px 2px #621cde; box-shadow: 1px 1px 3px 2px #621cde;">
Div content here</div>
This div box has shadow with color #621cde
Comments
No comments written yet.
Please login to write comment.