Color spaces of #fe87ba
RGB | 254 | 135 | 186 |
---|---|---|---|
HSL | 0.93 | 0.98 | 0.76 |
HSV | 334° | 47° | 100° |
CMYK | 0.00 | 0.47 | 0.27 0.00 |
XYZ | 58.3999 | 41.9439 | 51.4723 |
Yxy | 41.9439 | 0.3847 | 0.2763 |
Hunter Lab | 64.7641 | 47.6220 | -1.7868 |
CIE-Lab | 70.8322 | 50.7939 | -6.0894 |
#fe87ba color RGB value is (254,135,186).
#fe87ba hex color red value is 254, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe87ba hue: 0.93 , saturation: 0.98 and the lightness value of fe87ba is 0.76.
The process color (four color CMYK) of #fe87ba color hex is 0.00, 0.47, 0.27, 0.00. Web safe color of #fe87ba is #ff99cc. Color #fe87ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10000111 | 10111010 |
Octal | 376 | 207 | 272 |
Decimal | 254 | 135 | 186 |
Hex | FE | 87 | BA |
Shades of #fe87ba
Tints of #fe87ba
RGB Percentages of Color #fe87ba
CMYK Percentages of Color #fe87ba
Complementary Color
#fe87ba | #87fecb |
#fe87ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe87ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe87ba Color CSS Codes
.mybgcolor {background-color:#fe87ba; } .myforecolor {color:#fe87ba; } .mybordercolor {border:3px solid #fe87ba; }
#fe87ba Text Font Color
<p style="color:#fe87ba">Text here</p>
This sample text font color is #fe87ba
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.
#fe87ba Background Color
<div style="background-color:#fe87ba">
Div content here</div>
This div background color is #fe87ba
#fe87ba Border Color
<div style="border:3px solid #fe87ba">
Div here</div>
This div border color is #fe87ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,135,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe87ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe87ba; -webkit-box-shadow: 1px 1px 3px 2px #fe87ba; box-shadow: 1px 1px 3px 2px #fe87ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,135,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe87ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe87ba; -webkit-box-shadow: 1px 1px 3px 2px #fe87ba; box-shadow: 1px 1px 3px 2px #fe87ba;">
Div content here</div>
This div box has shadow with color #fe87ba
Comments
No comments written yet.
Please login to write comment.