Color spaces of #fe67ca
RGB | 254 | 103 | 202 |
---|---|---|---|
HSL | 0.89 | 0.99 | 0.70 |
HSV | 321° | 59° | 100° |
CMYK | 0.00 | 0.59 | 0.20 0.00 |
XYZ | 56.3840 | 35.0356 | 59.6679 |
Yxy | 35.0356 | 0.3732 | 0.2319 |
Hunter Lab | 59.1909 | 66.4514 | -18.3342 |
CIE-Lab | 65.7764 | 67.6380 | -22.6717 |
#fe67ca color RGB value is (254,103,202).
#fe67ca hex color red value is 254, green value is 103 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fe67ca hue: 0.89 , saturation: 0.99 and the lightness value of fe67ca is 0.70.
The process color (four color CMYK) of #fe67ca color hex is 0.00, 0.59, 0.20, 0.00. Web safe color of #fe67ca is #ff66cc. Color #fe67ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01100111 | 11001010 |
Octal | 376 | 147 | 312 |
Decimal | 254 | 103 | 202 |
Hex | FE | 67 | CA |
Shades of #fe67ca
Tints of #fe67ca
RGB Percentages of Color #fe67ca
CMYK Percentages of Color #fe67ca
Complementary Color
#fe67ca | #67fe9b |
#fe67ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe67ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe67ca Color CSS Codes
.mybgcolor {background-color:#fe67ca; } .myforecolor {color:#fe67ca; } .mybordercolor {border:3px solid #fe67ca; }
#fe67ca Text Font Color
<p style="color:#fe67ca">Text here</p>
This sample text font color is #fe67ca
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.
#fe67ca Background Color
<div style="background-color:#fe67ca">
Div content here</div>
This div background color is #fe67ca
#fe67ca Border Color
<div style="border:3px solid #fe67ca">
Div here</div>
This div border color is #fe67ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,103,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe67ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe67ca; -webkit-box-shadow: 1px 1px 3px 2px #fe67ca; box-shadow: 1px 1px 3px 2px #fe67ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,103,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe67ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe67ca; -webkit-box-shadow: 1px 1px 3px 2px #fe67ca; box-shadow: 1px 1px 3px 2px #fe67ca;">
Div content here</div>
This div box has shadow with color #fe67ca
Related Colors
Comments
No comments written yet.
Please login to write comment.