Color spaces of #621ece
RGB | 98 | 30 | 206 |
---|---|---|---|
HSL | 0.73 | 0.75 | 0.46 |
HSV | 263° | 85° | 81° |
CMYK | 0.52 | 0.85 | 0.00 0.19 |
XYZ | 16.6419 | 7.9814 | 59.0560 |
Yxy | 7.9814 | 0.1989 | 0.0954 |
Hunter Lab | 28.2514 | 55.7082 | -104.1625 |
CIE-Lab | 33.9441 | 64.4445 | -76.9935 |
#621ece color RGB value is (98,30,206).
#621ece hex color red value is 98, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #621ece hue: 0.73 , saturation: 0.75 and the lightness value of 621ece is 0.46.
The process color (four color CMYK) of #621ece color hex is 0.52, 0.85, 0.00, 0.19. Web safe color of #621ece is #6633cc. Color #621ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00011110 | 11001110 |
Octal | 142 | 36 | 316 |
Decimal | 98 | 30 | 206 |
Hex | 62 | 1E | CE |
Shades of #621ece
Tints of #621ece
RGB Percentages of Color #621ece
CMYK Percentages of Color #621ece
Complementary Color
#621ece | #8ace1e |
#621ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#621ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#621ece Color CSS Codes
.mybgcolor {background-color:#621ece; } .myforecolor {color:#621ece; } .mybordercolor {border:3px solid #621ece; }
#621ece Text Font Color
<p style="color:#621ece">Text here</p>
This sample text font color is #621ece
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.
#621ece Background Color
<div style="background-color:#621ece">
Div content here</div>
This div background color is #621ece
#621ece Border Color
<div style="border:3px solid #621ece">
Div here</div>
This div border color is #621ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,30,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #621ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #621ece; -webkit-box-shadow: 1px 1px 3px 2px #621ece; box-shadow: 1px 1px 3px 2px #621ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,30,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #621ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #621ece; -webkit-box-shadow: 1px 1px 3px 2px #621ece; box-shadow: 1px 1px 3px 2px #621ece;">
Div content here</div>
This div box has shadow with color #621ece
Comments
No comments written yet.
Please login to write comment.