Color spaces of #ff10db
RGB | 255 | 16 | 219 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.53 |
HSV | 309° | 94° | 100° |
CMYK | 0.00 | 0.94 | 0.14 0.00 |
XYZ | 54.2115 | 26.7451 | 69.3229 |
Yxy | 26.7451 | 0.3607 | 0.1780 |
Hunter Lab | 51.7157 | 96.6121 | -43.2750 |
CIE-Lab | 58.7376 | 92.5107 | -43.1976 |
#ff10db color RGB value is (255,16,219).
#ff10db hex color red value is 255, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ff10db hue: 0.86 , saturation: 1.00 and the lightness value of ff10db is 0.53.
The process color (four color CMYK) of #ff10db color hex is 0.00, 0.94, 0.14, 0.00. Web safe color of #ff10db is #ff00cc. Color #ff10db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00010000 | 11011011 |
Octal | 377 | 20 | 333 |
Decimal | 255 | 16 | 219 |
Hex | FF | 10 | DB |
Shades of #ff10db
Tints of #ff10db
RGB Percentages of Color #ff10db
CMYK Percentages of Color #ff10db
Complementary Color
#ff10db | #10ff34 |
#ff10db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff10db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff10db Color CSS Codes
.mybgcolor {background-color:#ff10db; } .myforecolor {color:#ff10db; } .mybordercolor {border:3px solid #ff10db; }
#ff10db Text Font Color
<p style="color:#ff10db">Text here</p>
This sample text font color is #ff10db
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.
#ff10db Background Color
<div style="background-color:#ff10db">
Div content here</div>
This div background color is #ff10db
#ff10db Border Color
<div style="border:3px solid #ff10db">
Div here</div>
This div border color is #ff10db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,16,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff10db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff10db; -webkit-box-shadow: 1px 1px 3px 2px #ff10db; box-shadow: 1px 1px 3px 2px #ff10db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,16,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 #ff10db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff10db; -webkit-box-shadow: 1px 1px 3px 2px #ff10db; box-shadow: 1px 1px 3px 2px #ff10db;">
Div content here</div>
This div box has shadow with color #ff10db
Comments
No comments written yet.
Please login to write comment.