Color spaces of #fc2eed
RGB | 252 | 46 | 237 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.58 |
HSV | 304° | 82° | 99° |
CMYK | 0.00 | 0.82 | 0.06 0.01 |
XYZ | 56.4079 | 28.7639 | 82.6997 |
Yxy | 28.7639 | 0.3360 | 0.1713 |
Hunter Lab | 53.6320 | 93.8829 | -53.8819 |
CIE-Lab | 60.5727 | 90.1270 | -50.4564 |
#fc2eed color RGB value is (252,46,237).
#fc2eed hex color red value is 252, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fc2eed hue: 0.85 , saturation: 0.97 and the lightness value of fc2eed is 0.58.
The process color (four color CMYK) of #fc2eed color hex is 0.00, 0.82, 0.06, 0.01. Web safe color of #fc2eed is #ff33ff. Color #fc2eed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101110 | 11101101 |
Octal | 374 | 56 | 355 |
Decimal | 252 | 46 | 237 |
Hex | FC | 2E | ED |
Shades of #fc2eed
Tints of #fc2eed
RGB Percentages of Color #fc2eed
CMYK Percentages of Color #fc2eed
Complementary Color
#fc2eed | #2efc3d |
#fc2eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc2eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc2eed Color CSS Codes
.mybgcolor {background-color:#fc2eed; } .myforecolor {color:#fc2eed; } .mybordercolor {border:3px solid #fc2eed; }
#fc2eed Text Font Color
<p style="color:#fc2eed">Text here</p>
This sample text font color is #fc2eed
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.
#fc2eed Background Color
<div style="background-color:#fc2eed">
Div content here</div>
This div background color is #fc2eed
#fc2eed Border Color
<div style="border:3px solid #fc2eed">
Div here</div>
This div border color is #fc2eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,46,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc2eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc2eed; -webkit-box-shadow: 1px 1px 3px 2px #fc2eed; box-shadow: 1px 1px 3px 2px #fc2eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,46,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc2eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc2eed; -webkit-box-shadow: 1px 1px 3px 2px #fc2eed; box-shadow: 1px 1px 3px 2px #fc2eed;">
Div content here</div>
This div box has shadow with color #fc2eed
Comments
No comments written yet.
Please login to write comment.