Color spaces of #f134cf
RGB | 241 | 52 | 207 |
---|---|---|---|
HSL | 0.86 | 0.87 | 0.57 |
HSV | 311° | 78° | 95° |
CMYK | 0.00 | 0.78 | 0.14 0.05 |
XYZ | 48.7661 | 25.6617 | 61.4144 |
Yxy | 25.6617 | 0.3590 | 0.1889 |
Hunter Lab | 50.6574 | 83.1853 | -36.4200 |
CIE-Lab | 57.7145 | 82.5443 | -38.1529 |
#f134cf color RGB value is (241,52,207).
#f134cf hex color red value is 241, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f134cf hue: 0.86 , saturation: 0.87 and the lightness value of f134cf is 0.57.
The process color (four color CMYK) of #f134cf color hex is 0.00, 0.78, 0.14, 0.05. Web safe color of #f134cf is #ff33cc. Color #f134cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00110100 | 11001111 |
Octal | 361 | 64 | 317 |
Decimal | 241 | 52 | 207 |
Hex | F1 | 34 | CF |
Shades of #f134cf
Tints of #f134cf
RGB Percentages of Color #f134cf
CMYK Percentages of Color #f134cf
Complementary Color
#f134cf | #34f156 |
#f134cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f134cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f134cf Color CSS Codes
.mybgcolor {background-color:#f134cf; } .myforecolor {color:#f134cf; } .mybordercolor {border:3px solid #f134cf; }
#f134cf Text Font Color
<p style="color:#f134cf">Text here</p>
This sample text font color is #f134cf
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.
#f134cf Background Color
<div style="background-color:#f134cf">
Div content here</div>
This div background color is #f134cf
#f134cf Border Color
<div style="border:3px solid #f134cf">
Div here</div>
This div border color is #f134cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,52,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f134cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f134cf; -webkit-box-shadow: 1px 1px 3px 2px #f134cf; box-shadow: 1px 1px 3px 2px #f134cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,52,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f134cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f134cf; -webkit-box-shadow: 1px 1px 3px 2px #f134cf; box-shadow: 1px 1px 3px 2px #f134cf;">
Div content here</div>
This div box has shadow with color #f134cf
Comments
No comments written yet.
Please login to write comment.