Color spaces of #586ffd
RGB | 88 | 111 | 253 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.67 |
HSV | 232° | 65° | 99° |
CMYK | 0.65 | 0.56 | 0.00 0.01 |
XYZ | 27.4386 | 20.5354 | 95.4461 |
Yxy | 20.5354 | 0.1913 | 0.1432 |
Hunter Lab | 45.3160 | 28.7778 | -93.1574 |
CIE-Lab | 52.4372 | 35.4661 | -73.4139 |
#586ffd color RGB value is (88,111,253).
#586ffd hex color red value is 88, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #586ffd hue: 0.64 , saturation: 0.98 and the lightness value of 586ffd is 0.67.
The process color (four color CMYK) of #586ffd color hex is 0.65, 0.56, 0.00, 0.01. Web safe color of #586ffd is #6666ff. Color #586ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01101111 | 11111101 |
Octal | 130 | 157 | 375 |
Decimal | 88 | 111 | 253 |
Hex | 58 | 6F | FD |
Shades of #586ffd
Tints of #586ffd
RGB Percentages of Color #586ffd
CMYK Percentages of Color #586ffd
Complementary Color
#586ffd | #fde658 |
#586ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#586ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#586ffd Color CSS Codes
.mybgcolor {background-color:#586ffd; } .myforecolor {color:#586ffd; } .mybordercolor {border:3px solid #586ffd; }
#586ffd Text Font Color
<p style="color:#586ffd">Text here</p>
This sample text font color is #586ffd
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.
#586ffd Background Color
<div style="background-color:#586ffd">
Div content here</div>
This div background color is #586ffd
#586ffd Border Color
<div style="border:3px solid #586ffd">
Div here</div>
This div border color is #586ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,111,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #586ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #586ffd; -webkit-box-shadow: 1px 1px 3px 2px #586ffd; box-shadow: 1px 1px 3px 2px #586ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,111,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 #586ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #586ffd; -webkit-box-shadow: 1px 1px 3px 2px #586ffd; box-shadow: 1px 1px 3px 2px #586ffd;">
Div content here</div>
This div box has shadow with color #586ffd
Comments
No comments written yet.
Please login to write comment.