Color spaces of #fc27bf
RGB | 252 | 39 | 191 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.57 |
HSV | 317° | 85° | 99° |
CMYK | 0.00 | 0.85 | 0.24 0.01 |
XYZ | 50.2744 | 25.9081 | 51.6412 |
Yxy | 25.9081 | 0.3933 | 0.2027 |
Hunter Lab | 50.9000 | 87.2311 | -24.5234 |
CIE-Lab | 57.9497 | 85.6155 | -28.4709 |
#fc27bf color RGB value is (252,39,191).
#fc27bf hex color red value is 252, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc27bf hue: 0.88 , saturation: 0.97 and the lightness value of fc27bf is 0.57.
The process color (four color CMYK) of #fc27bf color hex is 0.00, 0.85, 0.24, 0.01. Web safe color of #fc27bf is #ff33cc. Color #fc27bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00100111 | 10111111 |
Octal | 374 | 47 | 277 |
Decimal | 252 | 39 | 191 |
Hex | FC | 27 | BF |
Shades of #fc27bf
Tints of #fc27bf
RGB Percentages of Color #fc27bf
CMYK Percentages of Color #fc27bf
Complementary Color
#fc27bf | #27fc64 |
#fc27bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc27bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc27bf Color CSS Codes
.mybgcolor {background-color:#fc27bf; } .myforecolor {color:#fc27bf; } .mybordercolor {border:3px solid #fc27bf; }
#fc27bf Text Font Color
<p style="color:#fc27bf">Text here</p>
This sample text font color is #fc27bf
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.
#fc27bf Background Color
<div style="background-color:#fc27bf">
Div content here</div>
This div background color is #fc27bf
#fc27bf Border Color
<div style="border:3px solid #fc27bf">
Div here</div>
This div border color is #fc27bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,39,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc27bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc27bf; -webkit-box-shadow: 1px 1px 3px 2px #fc27bf; box-shadow: 1px 1px 3px 2px #fc27bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,39,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc27bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc27bf; -webkit-box-shadow: 1px 1px 3px 2px #fc27bf; box-shadow: 1px 1px 3px 2px #fc27bf;">
Div content here</div>
This div box has shadow with color #fc27bf
Comments
No comments written yet.
Please login to write comment.