Color spaces of #fc25ec
RGB | 252 | 37 | 236 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.57 |
HSV | 304° | 85° | 99° |
CMYK | 0.00 | 0.85 | 0.06 0.01 |
XYZ | 55.9468 | 28.0747 | 81.8271 |
Yxy | 28.0747 | 0.3373 | 0.1693 |
Hunter Lab | 52.9856 | 95.7512 | -54.4733 |
CIE-Lab | 59.9562 | 91.6364 | -50.8753 |
#fc25ec color RGB value is (252,37,236).
#fc25ec hex color red value is 252, green value is 37 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fc25ec hue: 0.85 , saturation: 0.97 and the lightness value of fc25ec is 0.57.
The process color (four color CMYK) of #fc25ec color hex is 0.00, 0.85, 0.06, 0.01. Web safe color of #fc25ec is #ff33ff. Color #fc25ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00100101 | 11101100 |
Octal | 374 | 45 | 354 |
Decimal | 252 | 37 | 236 |
Hex | FC | 25 | EC |
Shades of #fc25ec
Tints of #fc25ec
RGB Percentages of Color #fc25ec
CMYK Percentages of Color #fc25ec
Complementary Color
#fc25ec | #25fc35 |
#fc25ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc25ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc25ec Color CSS Codes
.mybgcolor {background-color:#fc25ec; } .myforecolor {color:#fc25ec; } .mybordercolor {border:3px solid #fc25ec; }
#fc25ec Text Font Color
<p style="color:#fc25ec">Text here</p>
This sample text font color is #fc25ec
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.
#fc25ec Background Color
<div style="background-color:#fc25ec">
Div content here</div>
This div background color is #fc25ec
#fc25ec Border Color
<div style="border:3px solid #fc25ec">
Div here</div>
This div border color is #fc25ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,37,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc25ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc25ec; -webkit-box-shadow: 1px 1px 3px 2px #fc25ec; box-shadow: 1px 1px 3px 2px #fc25ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,37,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc25ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc25ec; -webkit-box-shadow: 1px 1px 3px 2px #fc25ec; box-shadow: 1px 1px 3px 2px #fc25ec;">
Div content here</div>
This div box has shadow with color #fc25ec
Comments
No comments written yet.
Please login to write comment.