Color spaces of #fa6afd
RGB | 250 | 106 | 253 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.70 |
HSV | 299° | 58° | 99° |
CMYK | 0.01 | 0.58 | 0.00 0.01 |
XYZ | 62.3080 | 37.7239 | 96.9260 |
Yxy | 37.7239 | 0.3164 | 0.1915 |
Hunter Lab | 61.4198 | 73.5967 | -50.5712 |
CIE-Lab | 67.8166 | 73.0701 | -47.8819 |
#fa6afd color RGB value is (250,106,253).
#fa6afd hex color red value is 250, green value is 106 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa6afd hue: 0.83 , saturation: 0.97 and the lightness value of fa6afd is 0.70.
The process color (four color CMYK) of #fa6afd color hex is 0.01, 0.58, 0.00, 0.01. Web safe color of #fa6afd is #ff66ff. Color #fa6afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01101010 | 11111101 |
Octal | 372 | 152 | 375 |
Decimal | 250 | 106 | 253 |
Hex | FA | 6A | FD |
Shades of #fa6afd
Tints of #fa6afd
RGB Percentages of Color #fa6afd
CMYK Percentages of Color #fa6afd
Complementary Color
#fa6afd | #6dfd6a |
#fa6afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa6afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa6afd Color CSS Codes
.mybgcolor {background-color:#fa6afd; } .myforecolor {color:#fa6afd; } .mybordercolor {border:3px solid #fa6afd; }
#fa6afd Text Font Color
<p style="color:#fa6afd">Text here</p>
This sample text font color is #fa6afd
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.
#fa6afd Background Color
<div style="background-color:#fa6afd">
Div content here</div>
This div background color is #fa6afd
#fa6afd Border Color
<div style="border:3px solid #fa6afd">
Div here</div>
This div border color is #fa6afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,106,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa6afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa6afd; -webkit-box-shadow: 1px 1px 3px 2px #fa6afd; box-shadow: 1px 1px 3px 2px #fa6afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,106,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 #fa6afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa6afd; -webkit-box-shadow: 1px 1px 3px 2px #fa6afd; box-shadow: 1px 1px 3px 2px #fa6afd;">
Div content here</div>
This div box has shadow with color #fa6afd
Comments
No comments written yet.
Please login to write comment.