Color spaces of #f25cae
RGB | 242 | 92 | 174 |
---|---|---|---|
HSL | 0.91 | 0.85 | 0.65 |
HSV | 327° | 62° | 95° |
CMYK | 0.00 | 0.62 | 0.28 0.05 |
XYZ | 48.0851 | 29.5875 | 43.2210 |
Yxy | 29.5875 | 0.3977 | 0.2447 |
Hunter Lab | 54.3944 | 62.6053 | -9.0349 |
CIE-Lab | 61.2967 | 65.2321 | -13.7155 |
#f25cae color RGB value is (242,92,174).
#f25cae hex color red value is 242, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f25cae hue: 0.91 , saturation: 0.85 and the lightness value of f25cae is 0.65.
The process color (four color CMYK) of #f25cae color hex is 0.00, 0.62, 0.28, 0.05. Web safe color of #f25cae is #ff6699. Color #f25cae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01011100 | 10101110 |
Octal | 362 | 134 | 256 |
Decimal | 242 | 92 | 174 |
Hex | F2 | 5C | AE |
Shades of #f25cae
Tints of #f25cae
RGB Percentages of Color #f25cae
CMYK Percentages of Color #f25cae
Complementary Color
#f25cae | #5cf2a0 |
#f25cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f25cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f25cae Color CSS Codes
.mybgcolor {background-color:#f25cae; } .myforecolor {color:#f25cae; } .mybordercolor {border:3px solid #f25cae; }
#f25cae Text Font Color
<p style="color:#f25cae">Text here</p>
This sample text font color is #f25cae
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.
#f25cae Background Color
<div style="background-color:#f25cae">
Div content here</div>
This div background color is #f25cae
#f25cae Border Color
<div style="border:3px solid #f25cae">
Div here</div>
This div border color is #f25cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,92,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f25cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f25cae; -webkit-box-shadow: 1px 1px 3px 2px #f25cae; box-shadow: 1px 1px 3px 2px #f25cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,92,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 #f25cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f25cae; -webkit-box-shadow: 1px 1px 3px 2px #f25cae; box-shadow: 1px 1px 3px 2px #f25cae;">
Div content here</div>
This div box has shadow with color #f25cae
Comments
No comments written yet.
Please login to write comment.