Color spaces of #f7caff
RGB | 247 | 202 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.90 |
HSV | 291° | 21° | 100° |
CMYK | 0.03 | 0.21 | 0.00 0.00 |
XYZ | 77.5283 | 69.2352 | 103.8853 |
Yxy | 69.2352 | 0.3093 | 0.2762 |
Hunter Lab | 83.2077 | 20.7029 | -15.7785 |
CIE-Lab | 86.6204 | 24.8433 | -19.9603 |
#f7caff color RGB value is (247,202,255).
#f7caff hex color red value is 247, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f7caff hue: 0.81 , saturation: 1.00 and the lightness value of f7caff is 0.90.
The process color (four color CMYK) of #f7caff color hex is 0.03, 0.21, 0.00, 0.00. Web safe color of #f7caff is #ffccff. Color #f7caff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11001010 | 11111111 |
Octal | 367 | 312 | 377 |
Decimal | 247 | 202 | 255 |
Hex | F7 | CA | FF |
Shades of #f7caff
Tints of #f7caff
RGB Percentages of Color #f7caff
CMYK Percentages of Color #f7caff
Complementary Color
#f7caff | #d2ffca |
#f7caff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7caff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7caff Color CSS Codes
.mybgcolor {background-color:#f7caff; } .myforecolor {color:#f7caff; } .mybordercolor {border:3px solid #f7caff; }
#f7caff Text Font Color
<p style="color:#f7caff">Text here</p>
This sample text font color is #f7caff
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.
#f7caff Background Color
<div style="background-color:#f7caff">
Div content here</div>
This div background color is #f7caff
#f7caff Border Color
<div style="border:3px solid #f7caff">
Div here</div>
This div border color is #f7caff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,202,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7caff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7caff; -webkit-box-shadow: 1px 1px 3px 2px #f7caff; box-shadow: 1px 1px 3px 2px #f7caff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,202,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7caff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7caff; -webkit-box-shadow: 1px 1px 3px 2px #f7caff; box-shadow: 1px 1px 3px 2px #f7caff;">
Div content here</div>
This div box has shadow with color #f7caff
#f7caff Color Palettes
Comments
No comments written yet.
Please login to write comment.