Color spaces of #fc3def
RGB | 252 | 61 | 239 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.61 |
HSV | 304° | 76° | 99° |
CMYK | 0.00 | 0.76 | 0.05 0.01 |
XYZ | 57.3936 | 30.2649 | 84.4781 |
Yxy | 30.2649 | 0.3334 | 0.1758 |
Hunter Lab | 55.0135 | 89.9488 | -52.5355 |
CIE-Lab | 61.8821 | 86.9163 | -49.4976 |
#fc3def color RGB value is (252,61,239).
#fc3def hex color red value is 252, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc3def hue: 0.84 , saturation: 0.97 and the lightness value of fc3def is 0.61.
The process color (four color CMYK) of #fc3def color hex is 0.00, 0.76, 0.05, 0.01. Web safe color of #fc3def is #ff33ff. Color #fc3def contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00111101 | 11101111 |
Octal | 374 | 75 | 357 |
Decimal | 252 | 61 | 239 |
Hex | FC | 3D | EF |
Shades of #fc3def
Tints of #fc3def
RGB Percentages of Color #fc3def
CMYK Percentages of Color #fc3def
Complementary Color
#fc3def | #3dfc4a |
#fc3def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc3def Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc3def Color CSS Codes
.mybgcolor {background-color:#fc3def; } .myforecolor {color:#fc3def; } .mybordercolor {border:3px solid #fc3def; }
#fc3def Text Font Color
<p style="color:#fc3def">Text here</p>
This sample text font color is #fc3def
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.
#fc3def Background Color
<div style="background-color:#fc3def">
Div content here</div>
This div background color is #fc3def
#fc3def Border Color
<div style="border:3px solid #fc3def">
Div here</div>
This div border color is #fc3def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,61,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc3def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc3def; -webkit-box-shadow: 1px 1px 3px 2px #fc3def; box-shadow: 1px 1px 3px 2px #fc3def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,61,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc3def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc3def; -webkit-box-shadow: 1px 1px 3px 2px #fc3def; box-shadow: 1px 1px 3px 2px #fc3def;">
Div content here</div>
This div box has shadow with color #fc3def
Comments
No comments written yet.
Please login to write comment.