Color spaces of #6918fc
RGB | 105 | 24 | 252 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.54 |
HSV | 261° | 90° | 99° |
CMYK | 0.58 | 0.90 | 0.00 0.01 |
XYZ | 23.7230 | 10.6848 | 92.9075 |
Yxy | 10.6848 | 0.1863 | 0.0839 |
Hunter Lab | 32.6876 | 72.3429 | -145.6377 |
CIE-Lab | 39.0444 | 77.5484 | -94.7927 |
#6918fc color RGB value is (105,24,252).
#6918fc hex color red value is 105, green value is 24 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6918fc hue: 0.73 , saturation: 0.97 and the lightness value of 6918fc is 0.54.
The process color (four color CMYK) of #6918fc color hex is 0.58, 0.90, 0.00, 0.01. Web safe color of #6918fc is #6600ff. Color #6918fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00011000 | 11111100 |
Octal | 151 | 30 | 374 |
Decimal | 105 | 24 | 252 |
Hex | 69 | 18 | FC |
Shades of #6918fc
Tints of #6918fc
RGB Percentages of Color #6918fc
CMYK Percentages of Color #6918fc
Complementary Color
#6918fc | #abfc18 |
#6918fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6918fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6918fc Color CSS Codes
.mybgcolor {background-color:#6918fc; } .myforecolor {color:#6918fc; } .mybordercolor {border:3px solid #6918fc; }
#6918fc Text Font Color
<p style="color:#6918fc">Text here</p>
This sample text font color is #6918fc
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.
#6918fc Background Color
<div style="background-color:#6918fc">
Div content here</div>
This div background color is #6918fc
#6918fc Border Color
<div style="border:3px solid #6918fc">
Div here</div>
This div border color is #6918fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,24,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6918fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6918fc; -webkit-box-shadow: 1px 1px 3px 2px #6918fc; box-shadow: 1px 1px 3px 2px #6918fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,24,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6918fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6918fc; -webkit-box-shadow: 1px 1px 3px 2px #6918fc; box-shadow: 1px 1px 3px 2px #6918fc;">
Div content here</div>
This div box has shadow with color #6918fc
Comments
No comments written yet.
Please login to write comment.