Color spaces of #ff58db
RGB | 255 | 88 | 219 |
---|---|---|---|
HSL | 0.87 | 1.00 | 0.67 |
HSV | 313° | 65° | 100° |
CMYK | 0.00 | 0.65 | 0.14 0.00 |
XYZ | 57.5159 | 33.3539 | 70.4244 |
Yxy | 33.3539 | 0.3566 | 0.2068 |
Hunter Lab | 57.7528 | 76.7002 | -31.8718 |
CIE-Lab | 64.4464 | 76.1632 | -34.2614 |
#ff58db color RGB value is (255,88,219).
#ff58db hex color red value is 255, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ff58db hue: 0.87 , saturation: 1.00 and the lightness value of ff58db is 0.67.
The process color (four color CMYK) of #ff58db color hex is 0.00, 0.65, 0.14, 0.00. Web safe color of #ff58db is #ff66cc. Color #ff58db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01011000 | 11011011 |
Octal | 377 | 130 | 333 |
Decimal | 255 | 88 | 219 |
Hex | FF | 58 | DB |
Shades of #ff58db
Tints of #ff58db
RGB Percentages of Color #ff58db
CMYK Percentages of Color #ff58db
Complementary Color
#ff58db | #58ff7c |
#ff58db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff58db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff58db Color CSS Codes
.mybgcolor {background-color:#ff58db; } .myforecolor {color:#ff58db; } .mybordercolor {border:3px solid #ff58db; }
#ff58db Text Font Color
<p style="color:#ff58db">Text here</p>
This sample text font color is #ff58db
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.
#ff58db Background Color
<div style="background-color:#ff58db">
Div content here</div>
This div background color is #ff58db
#ff58db Border Color
<div style="border:3px solid #ff58db">
Div here</div>
This div border color is #ff58db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,88,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff58db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff58db; -webkit-box-shadow: 1px 1px 3px 2px #ff58db; box-shadow: 1px 1px 3px 2px #ff58db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,88,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 #ff58db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff58db; -webkit-box-shadow: 1px 1px 3px 2px #ff58db; box-shadow: 1px 1px 3px 2px #ff58db;">
Div content here</div>
This div box has shadow with color #ff58db
Comments
No comments written yet.
Please login to write comment.