Color spaces of #ff156c
RGB | 255 | 21 | 108 |
---|---|---|---|
HSL | 0.94 | 1.00 | 0.54 |
HSV | 338° | 92° | 100° |
CMYK | 0.00 | 0.92 | 0.58 0.00 |
XYZ | 44.2149 | 22.8790 | 16.2731 |
Yxy | 22.8790 | 0.5304 | 0.2744 |
Hunter Lab | 47.8320 | 81.2957 | 13.3111 |
CIE-Lab | 54.9475 | 81.6101 | 16.1863 |
#ff156c color RGB value is (255,21,108).
#ff156c hex color red value is 255, green value is 21 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ff156c hue: 0.94 , saturation: 1.00 and the lightness value of ff156c is 0.54.
The process color (four color CMYK) of #ff156c color hex is 0.00, 0.92, 0.58, 0.00. Web safe color of #ff156c is #ff0066. Color #ff156c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00010101 | 01101100 |
Octal | 377 | 25 | 154 |
Decimal | 255 | 21 | 108 |
Hex | FF | 15 | 6C |
Shades of #ff156c
Tints of #ff156c
RGB Percentages of Color #ff156c
CMYK Percentages of Color #ff156c
Complementary Color
#ff156c | #15ffa8 |
#ff156c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff156c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff156c Color CSS Codes
.mybgcolor {background-color:#ff156c; } .myforecolor {color:#ff156c; } .mybordercolor {border:3px solid #ff156c; }
#ff156c Text Font Color
<p style="color:#ff156c">Text here</p>
This sample text font color is #ff156c
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.
#ff156c Background Color
<div style="background-color:#ff156c">
Div content here</div>
This div background color is #ff156c
#ff156c Border Color
<div style="border:3px solid #ff156c">
Div here</div>
This div border color is #ff156c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,21,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff156c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff156c; -webkit-box-shadow: 1px 1px 3px 2px #ff156c; box-shadow: 1px 1px 3px 2px #ff156c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,21,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff156c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff156c; -webkit-box-shadow: 1px 1px 3px 2px #ff156c; box-shadow: 1px 1px 3px 2px #ff156c;">
Div content here</div>
This div box has shadow with color #ff156c
Comments
No comments written yet.
Please login to write comment.