Color spaces of #fd62bc
RGB | 253 | 98 | 188 |
---|---|---|---|
HSL | 0.90 | 0.97 | 0.69 |
HSV | 325° | 61° | 99° |
CMYK | 0.00 | 0.61 | 0.26 0.01 |
XYZ | 53.9528 | 33.2489 | 51.1510 |
Yxy | 33.2489 | 0.3900 | 0.2403 |
Hunter Lab | 57.6619 | 66.1099 | -12.2320 |
CIE-Lab | 64.3619 | 67.6074 | -16.9202 |
#fd62bc color RGB value is (253,98,188).
#fd62bc hex color red value is 253, green value is 98 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fd62bc hue: 0.90 , saturation: 0.97 and the lightness value of fd62bc is 0.69.
The process color (four color CMYK) of #fd62bc color hex is 0.00, 0.61, 0.26, 0.01. Web safe color of #fd62bc is #ff66cc. Color #fd62bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01100010 | 10111100 |
Octal | 375 | 142 | 274 |
Decimal | 253 | 98 | 188 |
Hex | FD | 62 | BC |
Shades of #fd62bc
Tints of #fd62bc
RGB Percentages of Color #fd62bc
CMYK Percentages of Color #fd62bc
Complementary Color
#fd62bc | #62fda3 |
#fd62bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd62bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd62bc Color CSS Codes
.mybgcolor {background-color:#fd62bc; } .myforecolor {color:#fd62bc; } .mybordercolor {border:3px solid #fd62bc; }
#fd62bc Text Font Color
<p style="color:#fd62bc">Text here</p>
This sample text font color is #fd62bc
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.
#fd62bc Background Color
<div style="background-color:#fd62bc">
Div content here</div>
This div background color is #fd62bc
#fd62bc Border Color
<div style="border:3px solid #fd62bc">
Div here</div>
This div border color is #fd62bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,98,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd62bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd62bc; -webkit-box-shadow: 1px 1px 3px 2px #fd62bc; box-shadow: 1px 1px 3px 2px #fd62bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,98,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd62bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd62bc; -webkit-box-shadow: 1px 1px 3px 2px #fd62bc; box-shadow: 1px 1px 3px 2px #fd62bc;">
Div content here</div>
This div box has shadow with color #fd62bc
Comments
No comments written yet.
Please login to write comment.