Color spaces of #fb71cd
RGB | 251 | 113 | 205 |
---|---|---|---|
HSL | 0.89 | 0.95 | 0.71 |
HSV | 320° | 55° | 98° |
CMYK | 0.00 | 0.55 | 0.18 0.02 |
XYZ | 56.7082 | 36.7273 | 61.8578 |
Yxy | 36.7273 | 0.3652 | 0.2365 |
Hunter Lab | 60.6031 | 60.9728 | -18.0954 |
CIE-Lab | 67.0719 | 62.8574 | -22.4162 |
#fb71cd color RGB value is (251,113,205).
#fb71cd hex color red value is 251, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb71cd hue: 0.89 , saturation: 0.95 and the lightness value of fb71cd is 0.71.
The process color (four color CMYK) of #fb71cd color hex is 0.00, 0.55, 0.18, 0.02. Web safe color of #fb71cd is #ff66cc. Color #fb71cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01110001 | 11001101 |
Octal | 373 | 161 | 315 |
Decimal | 251 | 113 | 205 |
Hex | FB | 71 | CD |
Shades of #fb71cd
Tints of #fb71cd
RGB Percentages of Color #fb71cd
CMYK Percentages of Color #fb71cd
Complementary Color
#fb71cd | #71fb9f |
#fb71cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb71cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb71cd Color CSS Codes
.mybgcolor {background-color:#fb71cd; } .myforecolor {color:#fb71cd; } .mybordercolor {border:3px solid #fb71cd; }
#fb71cd Text Font Color
<p style="color:#fb71cd">Text here</p>
This sample text font color is #fb71cd
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.
#fb71cd Background Color
<div style="background-color:#fb71cd">
Div content here</div>
This div background color is #fb71cd
#fb71cd Border Color
<div style="border:3px solid #fb71cd">
Div here</div>
This div border color is #fb71cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,113,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb71cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb71cd; -webkit-box-shadow: 1px 1px 3px 2px #fb71cd; box-shadow: 1px 1px 3px 2px #fb71cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,113,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb71cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb71cd; -webkit-box-shadow: 1px 1px 3px 2px #fb71cd; box-shadow: 1px 1px 3px 2px #fb71cd;">
Div content here</div>
This div box has shadow with color #fb71cd
Comments
No comments written yet.
Please login to write comment.