Color spaces of #fc2aae
RGB | 252 | 42 | 174 |
---|---|---|---|
HSL | 0.90 | 0.97 | 0.58 |
HSV | 322° | 83° | 99° |
CMYK | 0.00 | 0.83 | 0.31 0.01 |
XYZ | 48.6128 | 25.4074 | 42.3863 |
Yxy | 25.4074 | 0.4176 | 0.2183 |
Hunter Lab | 50.4058 | 83.9406 | -14.5731 |
CIE-Lab | 57.4702 | 83.1775 | -19.3605 |
#fc2aae color RGB value is (252,42,174).
#fc2aae hex color red value is 252, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc2aae hue: 0.90 , saturation: 0.97 and the lightness value of fc2aae is 0.58.
The process color (four color CMYK) of #fc2aae color hex is 0.00, 0.83, 0.31, 0.01. Web safe color of #fc2aae is #ff3399. Color #fc2aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00101010 | 10101110 |
Octal | 374 | 52 | 256 |
Decimal | 252 | 42 | 174 |
Hex | FC | 2A | AE |
Shades of #fc2aae
Tints of #fc2aae
RGB Percentages of Color #fc2aae
CMYK Percentages of Color #fc2aae
Complementary Color
#fc2aae | #2afc78 |
#fc2aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc2aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc2aae Color CSS Codes
.mybgcolor {background-color:#fc2aae; } .myforecolor {color:#fc2aae; } .mybordercolor {border:3px solid #fc2aae; }
#fc2aae Text Font Color
<p style="color:#fc2aae">Text here</p>
This sample text font color is #fc2aae
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.
#fc2aae Background Color
<div style="background-color:#fc2aae">
Div content here</div>
This div background color is #fc2aae
#fc2aae Border Color
<div style="border:3px solid #fc2aae">
Div here</div>
This div border color is #fc2aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,42,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc2aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc2aae; -webkit-box-shadow: 1px 1px 3px 2px #fc2aae; box-shadow: 1px 1px 3px 2px #fc2aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,42,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc2aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc2aae; -webkit-box-shadow: 1px 1px 3px 2px #fc2aae; box-shadow: 1px 1px 3px 2px #fc2aae;">
Div content here</div>
This div box has shadow with color #fc2aae
Comments
No comments written yet.
Please login to write comment.