Color spaces of #fa88fd
RGB | 250 | 136 | 253 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.76 |
HSV | 298° | 46° | 99° |
CMYK | 0.01 | 0.46 | 0.00 0.01 |
XYZ | 65.9581 | 45.0242 | 98.1427 |
Yxy | 45.0242 | 0.3154 | 0.2153 |
Hunter Lab | 67.1001 | 58.0370 | -39.7494 |
CIE-Lab | 72.9078 | 59.4464 | -39.9057 |
#fa88fd color RGB value is (250,136,253).
#fa88fd hex color red value is 250, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa88fd hue: 0.83 , saturation: 0.97 and the lightness value of fa88fd is 0.76.
The process color (four color CMYK) of #fa88fd color hex is 0.01, 0.46, 0.00, 0.01. Web safe color of #fa88fd is #ff99ff. Color #fa88fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10001000 | 11111101 |
Octal | 372 | 210 | 375 |
Decimal | 250 | 136 | 253 |
Hex | FA | 88 | FD |
Shades of #fa88fd
Tints of #fa88fd
RGB Percentages of Color #fa88fd
CMYK Percentages of Color #fa88fd
Complementary Color
#fa88fd | #8bfd88 |
#fa88fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa88fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa88fd Color CSS Codes
.mybgcolor {background-color:#fa88fd; } .myforecolor {color:#fa88fd; } .mybordercolor {border:3px solid #fa88fd; }
#fa88fd Text Font Color
<p style="color:#fa88fd">Text here</p>
This sample text font color is #fa88fd
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.
#fa88fd Background Color
<div style="background-color:#fa88fd">
Div content here</div>
This div background color is #fa88fd
#fa88fd Border Color
<div style="border:3px solid #fa88fd">
Div here</div>
This div border color is #fa88fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,136,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa88fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa88fd; -webkit-box-shadow: 1px 1px 3px 2px #fa88fd; box-shadow: 1px 1px 3px 2px #fa88fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,136,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 #fa88fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa88fd; -webkit-box-shadow: 1px 1px 3px 2px #fa88fd; box-shadow: 1px 1px 3px 2px #fa88fd;">
Div content here</div>
This div box has shadow with color #fa88fd
Related Colors
Comments
No comments written yet.
Please login to write comment.