Color spaces of #580efb
RGB | 88 | 14 | 251 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.52 |
HSV | 259° | 94° | 98° |
CMYK | 0.65 | 0.94 | 0.00 0.02 |
XYZ | 21.5941 | 9.3538 | 91.9341 |
Yxy | 9.3538 | 0.1757 | 0.0761 |
Hunter Lab | 30.5840 | 72.5096 | -156.8143 |
CIE-Lab | 36.6567 | 78.1266 | -98.2446 |
#580efb color RGB value is (88,14,251).
#580efb hex color red value is 88, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #580efb hue: 0.72 , saturation: 0.97 and the lightness value of 580efb is 0.52.
The process color (four color CMYK) of #580efb color hex is 0.65, 0.94, 0.00, 0.02. Web safe color of #580efb is #6600ff. Color #580efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00001110 | 11111011 |
Octal | 130 | 16 | 373 |
Decimal | 88 | 14 | 251 |
Hex | 58 | E | FB |
Shades of #580efb
Tints of #580efb
RGB Percentages of Color #580efb
CMYK Percentages of Color #580efb
Complementary Color
#580efb | #b1fb0e |
#580efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#580efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#580efb Color CSS Codes
.mybgcolor {background-color:#580efb; } .myforecolor {color:#580efb; } .mybordercolor {border:3px solid #580efb; }
#580efb Text Font Color
<p style="color:#580efb">Text here</p>
This sample text font color is #580efb
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.
#580efb Background Color
<div style="background-color:#580efb">
Div content here</div>
This div background color is #580efb
#580efb Border Color
<div style="border:3px solid #580efb">
Div here</div>
This div border color is #580efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,14,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #580efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #580efb; -webkit-box-shadow: 1px 1px 3px 2px #580efb; box-shadow: 1px 1px 3px 2px #580efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,14,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #580efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #580efb; -webkit-box-shadow: 1px 1px 3px 2px #580efb; box-shadow: 1px 1px 3px 2px #580efb;">
Div content here</div>
This div box has shadow with color #580efb
Comments
No comments written yet.
Please login to write comment.