Color spaces of #f15ae0
RGB | 241 | 90 | 224 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.65 |
HSV | 307° | 63° | 95° |
CMYK | 0.00 | 0.63 | 0.07 0.05 |
XYZ | 53.3863 | 31.3949 | 73.7671 |
Yxy | 31.3949 | 0.3367 | 0.1980 |
Hunter Lab | 56.0312 | 72.0197 | -38.8357 |
CIE-Lab | 62.8396 | 72.7152 | -39.7262 |
#f15ae0 color RGB value is (241,90,224).
#f15ae0 hex color red value is 241, green value is 90 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #f15ae0 hue: 0.85 , saturation: 0.84 and the lightness value of f15ae0 is 0.65.
The process color (four color CMYK) of #f15ae0 color hex is 0.00, 0.63, 0.07, 0.05. Web safe color of #f15ae0 is #ff66cc. Color #f15ae0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01011010 | 11100000 |
Octal | 361 | 132 | 340 |
Decimal | 241 | 90 | 224 |
Hex | F1 | 5A | E0 |
Shades of #f15ae0
Tints of #f15ae0
RGB Percentages of Color #f15ae0
CMYK Percentages of Color #f15ae0
Complementary Color
#f15ae0 | #5af16b |
#f15ae0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f15ae0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f15ae0 Color CSS Codes
.mybgcolor {background-color:#f15ae0; } .myforecolor {color:#f15ae0; } .mybordercolor {border:3px solid #f15ae0; }
#f15ae0 Text Font Color
<p style="color:#f15ae0">Text here</p>
This sample text font color is #f15ae0
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.
#f15ae0 Background Color
<div style="background-color:#f15ae0">
Div content here</div>
This div background color is #f15ae0
#f15ae0 Border Color
<div style="border:3px solid #f15ae0">
Div here</div>
This div border color is #f15ae0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,90,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f15ae0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f15ae0; -webkit-box-shadow: 1px 1px 3px 2px #f15ae0; box-shadow: 1px 1px 3px 2px #f15ae0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,90,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f15ae0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f15ae0; -webkit-box-shadow: 1px 1px 3px 2px #f15ae0; box-shadow: 1px 1px 3px 2px #f15ae0;">
Div content here</div>
This div box has shadow with color #f15ae0
Comments
No comments written yet.
Please login to write comment.