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