Color spaces of #581ddd
RGB | 88 | 29 | 221 |
---|---|---|---|
HSL | 0.72 | 0.77 | 0.49 |
HSV | 258° | 87° | 87° |
CMYK | 0.60 | 0.87 | 0.00 0.13 |
XYZ | 17.5150 | 8.1739 | 69.0612 |
Yxy | 8.1739 | 0.1849 | 0.0863 |
Hunter Lab | 28.5900 | 59.3212 | -123.2061 |
CIE-Lab | 34.3425 | 67.5361 | -85.0415 |
#581ddd color RGB value is (88,29,221).
#581ddd hex color red value is 88, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #581ddd hue: 0.72 , saturation: 0.77 and the lightness value of 581ddd is 0.49.
The process color (four color CMYK) of #581ddd color hex is 0.60, 0.87, 0.00, 0.13. Web safe color of #581ddd is #6633cc. Color #581ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00011101 | 11011101 |
Octal | 130 | 35 | 335 |
Decimal | 88 | 29 | 221 |
Hex | 58 | 1D | DD |
Shades of #581ddd
Tints of #581ddd
RGB Percentages of Color #581ddd
CMYK Percentages of Color #581ddd
Complementary Color
#581ddd | #a2dd1d |
#581ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#581ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#581ddd Color CSS Codes
.mybgcolor {background-color:#581ddd; } .myforecolor {color:#581ddd; } .mybordercolor {border:3px solid #581ddd; }
#581ddd Text Font Color
<p style="color:#581ddd">Text here</p>
This sample text font color is #581ddd
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.
#581ddd Background Color
<div style="background-color:#581ddd">
Div content here</div>
This div background color is #581ddd
#581ddd Border Color
<div style="border:3px solid #581ddd">
Div here</div>
This div border color is #581ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,29,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #581ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #581ddd; -webkit-box-shadow: 1px 1px 3px 2px #581ddd; box-shadow: 1px 1px 3px 2px #581ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,29,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #581ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #581ddd; -webkit-box-shadow: 1px 1px 3px 2px #581ddd; box-shadow: 1px 1px 3px 2px #581ddd;">
Div content here</div>
This div box has shadow with color #581ddd
Comments
No comments written yet.
Please login to write comment.