Color spaces of #fb05ad
RGB | 251 | 5 | 173 |
---|---|---|---|
HSL | 0.89 | 0.97 | 0.50 |
HSV | 319° | 98° | 98° |
CMYK | 0.00 | 0.98 | 0.31 0.02 |
XYZ | 47.3808 | 23.6349 | 41.5999 |
Yxy | 23.6349 | 0.4207 | 0.2099 |
Hunter Lab | 48.6157 | 88.8882 | -16.7027 |
CIE-Lab | 55.7204 | 87.3131 | -21.4687 |
#fb05ad color RGB value is (251,5,173).
#fb05ad hex color red value is 251, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb05ad hue: 0.89 , saturation: 0.97 and the lightness value of fb05ad is 0.50.
The process color (four color CMYK) of #fb05ad color hex is 0.00, 0.98, 0.31, 0.02. Web safe color of #fb05ad is #ff0099. Color #fb05ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00000101 | 10101101 |
Octal | 373 | 5 | 255 |
Decimal | 251 | 5 | 173 |
Hex | FB | 5 | AD |
Shades of #fb05ad
Tints of #fb05ad
RGB Percentages of Color #fb05ad
CMYK Percentages of Color #fb05ad
Complementary Color
#fb05ad | #05fb53 |
#fb05ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb05ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb05ad Color CSS Codes
.mybgcolor {background-color:#fb05ad; } .myforecolor {color:#fb05ad; } .mybordercolor {border:3px solid #fb05ad; }
#fb05ad Text Font Color
<p style="color:#fb05ad">Text here</p>
This sample text font color is #fb05ad
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.
#fb05ad Background Color
<div style="background-color:#fb05ad">
Div content here</div>
This div background color is #fb05ad
#fb05ad Border Color
<div style="border:3px solid #fb05ad">
Div here</div>
This div border color is #fb05ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,5,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb05ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb05ad; -webkit-box-shadow: 1px 1px 3px 2px #fb05ad; box-shadow: 1px 1px 3px 2px #fb05ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,5,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb05ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb05ad; -webkit-box-shadow: 1px 1px 3px 2px #fb05ad; box-shadow: 1px 1px 3px 2px #fb05ad;">
Div content here</div>
This div box has shadow with color #fb05ad
Comments
No comments written yet.
Please login to write comment.