Color spaces of #ff1cdb
RGB | 255 | 28 | 219 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.55 |
HSV | 310° | 89° | 100° |
CMYK | 0.00 | 0.89 | 0.14 0.00 |
XYZ | 54.4414 | 27.2050 | 69.3995 |
Yxy | 27.2050 | 0.3604 | 0.1801 |
Hunter Lab | 52.1584 | 95.0358 | -42.3776 |
CIE-Lab | 59.1636 | 91.2600 | -42.5266 |
#ff1cdb color RGB value is (255,28,219).
#ff1cdb hex color red value is 255, green value is 28 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ff1cdb hue: 0.86 , saturation: 1.00 and the lightness value of ff1cdb is 0.55.
The process color (four color CMYK) of #ff1cdb color hex is 0.00, 0.89, 0.14, 0.00. Web safe color of #ff1cdb is #ff33cc. Color #ff1cdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00011100 | 11011011 |
Octal | 377 | 34 | 333 |
Decimal | 255 | 28 | 219 |
Hex | FF | 1C | DB |
Shades of #ff1cdb
Tints of #ff1cdb
RGB Percentages of Color #ff1cdb
CMYK Percentages of Color #ff1cdb
Complementary Color
#ff1cdb | #1cff40 |
#ff1cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff1cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff1cdb Color CSS Codes
.mybgcolor {background-color:#ff1cdb; } .myforecolor {color:#ff1cdb; } .mybordercolor {border:3px solid #ff1cdb; }
#ff1cdb Text Font Color
<p style="color:#ff1cdb">Text here</p>
This sample text font color is #ff1cdb
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.
#ff1cdb Background Color
<div style="background-color:#ff1cdb">
Div content here</div>
This div background color is #ff1cdb
#ff1cdb Border Color
<div style="border:3px solid #ff1cdb">
Div here</div>
This div border color is #ff1cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,28,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff1cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff1cdb; -webkit-box-shadow: 1px 1px 3px 2px #ff1cdb; box-shadow: 1px 1px 3px 2px #ff1cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,28,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff1cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff1cdb; -webkit-box-shadow: 1px 1px 3px 2px #ff1cdb; box-shadow: 1px 1px 3px 2px #ff1cdb;">
Div content here</div>
This div box has shadow with color #ff1cdb
Related Colors
Comments
No comments written yet.
Please login to write comment.