Color spaces of #621afd
RGB | 98 | 26 | 253 |
---|---|---|---|
HSL | 0.72 | 0.98 | 0.55 |
HSV | 259° | 90° | 99° |
CMYK | 0.61 | 0.90 | 0.00 0.01 |
XYZ | 23.1360 | 10.4273 | 93.7218 |
Yxy | 10.4273 | 0.1818 | 0.0819 |
Hunter Lab | 32.2913 | 71.3813 | -149.4783 |
CIE-Lab | 38.5987 | 76.8517 | -96.1139 |
#621afd color RGB value is (98,26,253).
#621afd hex color red value is 98, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #621afd hue: 0.72 , saturation: 0.98 and the lightness value of 621afd is 0.55.
The process color (four color CMYK) of #621afd color hex is 0.61, 0.90, 0.00, 0.01. Web safe color of #621afd is #6633ff. Color #621afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 00011010 | 11111101 |
Octal | 142 | 32 | 375 |
Decimal | 98 | 26 | 253 |
Hex | 62 | 1A | FD |
Shades of #621afd
Tints of #621afd
RGB Percentages of Color #621afd
CMYK Percentages of Color #621afd
Complementary Color
#621afd | #b5fd1a |
#621afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#621afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#621afd Color CSS Codes
.mybgcolor {background-color:#621afd; } .myforecolor {color:#621afd; } .mybordercolor {border:3px solid #621afd; }
#621afd Text Font Color
<p style="color:#621afd">Text here</p>
This sample text font color is #621afd
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.
#621afd Background Color
<div style="background-color:#621afd">
Div content here</div>
This div background color is #621afd
#621afd Border Color
<div style="border:3px solid #621afd">
Div here</div>
This div border color is #621afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,26,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #621afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #621afd; -webkit-box-shadow: 1px 1px 3px 2px #621afd; box-shadow: 1px 1px 3px 2px #621afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,26,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #621afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #621afd; -webkit-box-shadow: 1px 1px 3px 2px #621afd; box-shadow: 1px 1px 3px 2px #621afd;">
Div content here</div>
This div box has shadow with color #621afd
Comments
No comments written yet.
Please login to write comment.