Color spaces of #fb12dd
RGB | 251 | 18 | 221 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.53 |
HSV | 308° | 93° | 98° |
CMYK | 0.00 | 0.93 | 0.12 0.02 |
XYZ | 53.0511 | 26.1623 | 70.6603 |
Yxy | 26.1623 | 0.3540 | 0.1746 |
Hunter Lab | 51.1491 | 95.6267 | -46.1022 |
CIE-Lab | 58.1908 | 91.8879 | -45.2399 |
#fb12dd color RGB value is (251,18,221).
#fb12dd hex color red value is 251, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fb12dd hue: 0.85 , saturation: 0.97 and the lightness value of fb12dd is 0.53.
The process color (four color CMYK) of #fb12dd color hex is 0.00, 0.93, 0.12, 0.02. Web safe color of #fb12dd is #ff00cc. Color #fb12dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010010 | 11011101 |
Octal | 373 | 22 | 335 |
Decimal | 251 | 18 | 221 |
Hex | FB | 12 | DD |
Shades of #fb12dd
Tints of #fb12dd
RGB Percentages of Color #fb12dd
CMYK Percentages of Color #fb12dd
Complementary Color
#fb12dd | #12fb30 |
#fb12dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb12dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb12dd Color CSS Codes
.mybgcolor {background-color:#fb12dd; } .myforecolor {color:#fb12dd; } .mybordercolor {border:3px solid #fb12dd; }
#fb12dd Text Font Color
<p style="color:#fb12dd">Text here</p>
This sample text font color is #fb12dd
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.
#fb12dd Background Color
<div style="background-color:#fb12dd">
Div content here</div>
This div background color is #fb12dd
#fb12dd Border Color
<div style="border:3px solid #fb12dd">
Div here</div>
This div border color is #fb12dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,18,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb12dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb12dd; -webkit-box-shadow: 1px 1px 3px 2px #fb12dd; box-shadow: 1px 1px 3px 2px #fb12dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,18,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb12dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb12dd; -webkit-box-shadow: 1px 1px 3px 2px #fb12dd; box-shadow: 1px 1px 3px 2px #fb12dd;">
Div content here</div>
This div box has shadow with color #fb12dd
Comments
No comments written yet.
Please login to write comment.