Color spaces of #fc077b
RGB | 252 | 7 | 123 |
---|---|---|---|
HSL | 0.92 | 0.98 | 0.51 |
HSV | 332° | 97° | 99° |
CMYK | 0.00 | 0.97 | 0.51 0.01 |
XYZ | 43.7960 | 22.2775 | 20.7306 |
Yxy | 22.2775 | 0.5045 | 0.2566 |
Hunter Lab | 47.1990 | 83.0318 | 6.9982 |
CIE-Lab | 54.3202 | 83.0865 | 6.1845 |
#fc077b color RGB value is (252,7,123).
#fc077b hex color red value is 252, green value is 7 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fc077b hue: 0.92 , saturation: 0.98 and the lightness value of fc077b is 0.51.
The process color (four color CMYK) of #fc077b color hex is 0.00, 0.97, 0.51, 0.01. Web safe color of #fc077b is #ff0066. Color #fc077b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00000111 | 01111011 |
Octal | 374 | 7 | 173 |
Decimal | 252 | 7 | 123 |
Hex | FC | 7 | 7B |
Shades of #fc077b
Tints of #fc077b
RGB Percentages of Color #fc077b
CMYK Percentages of Color #fc077b
Complementary Color
#fc077b | #07fc88 |
#fc077b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc077b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc077b Color CSS Codes
.mybgcolor {background-color:#fc077b; } .myforecolor {color:#fc077b; } .mybordercolor {border:3px solid #fc077b; }
#fc077b Text Font Color
<p style="color:#fc077b">Text here</p>
This sample text font color is #fc077b
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.
#fc077b Background Color
<div style="background-color:#fc077b">
Div content here</div>
This div background color is #fc077b
#fc077b Border Color
<div style="border:3px solid #fc077b">
Div here</div>
This div border color is #fc077b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,7,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc077b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc077b; -webkit-box-shadow: 1px 1px 3px 2px #fc077b; box-shadow: 1px 1px 3px 2px #fc077b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,7,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc077b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc077b; -webkit-box-shadow: 1px 1px 3px 2px #fc077b; box-shadow: 1px 1px 3px 2px #fc077b;">
Div content here</div>
This div box has shadow with color #fc077b
Comments
No comments written yet.
Please login to write comment.