Color spaces of #fc438e
RGB | 252 | 67 | 142 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.63 |
HSV | 336° | 73° | 99° |
CMYK | 0.00 | 0.73 | 0.44 0.01 |
XYZ | 47.0345 | 26.6628 | 28.2586 |
Yxy | 26.6628 | 0.4613 | 0.2615 |
Hunter Lab | 51.6360 | 72.2300 | 3.6979 |
CIE-Lab | 58.6609 | 73.6702 | 1.1523 |
#fc438e color RGB value is (252,67,142).
#fc438e hex color red value is 252, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fc438e hue: 0.93 , saturation: 0.97 and the lightness value of fc438e is 0.63.
The process color (four color CMYK) of #fc438e color hex is 0.00, 0.73, 0.44, 0.01. Web safe color of #fc438e is #ff3399. Color #fc438e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01000011 | 10001110 |
Octal | 374 | 103 | 216 |
Decimal | 252 | 67 | 142 |
Hex | FC | 43 | 8E |
Shades of #fc438e
Tints of #fc438e
RGB Percentages of Color #fc438e
CMYK Percentages of Color #fc438e
Complementary Color
#fc438e | #43fcb1 |
#fc438e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc438e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc438e Color CSS Codes
.mybgcolor {background-color:#fc438e; } .myforecolor {color:#fc438e; } .mybordercolor {border:3px solid #fc438e; }
#fc438e Text Font Color
<p style="color:#fc438e">Text here</p>
This sample text font color is #fc438e
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.
#fc438e Background Color
<div style="background-color:#fc438e">
Div content here</div>
This div background color is #fc438e
#fc438e Border Color
<div style="border:3px solid #fc438e">
Div here</div>
This div border color is #fc438e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,67,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc438e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc438e; -webkit-box-shadow: 1px 1px 3px 2px #fc438e; box-shadow: 1px 1px 3px 2px #fc438e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,67,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc438e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc438e; -webkit-box-shadow: 1px 1px 3px 2px #fc438e; box-shadow: 1px 1px 3px 2px #fc438e;">
Div content here</div>
This div box has shadow with color #fc438e
#fc438e Color Palettes
Comments
No comments written yet.
Please login to write comment.