Color spaces of #593bed
RGB | 89 | 59 | 237 |
---|---|---|---|
HSL | 0.69 | 0.83 | 0.58 |
HSV | 250° | 75° | 93° |
CMYK | 0.62 | 0.75 | 0.00 0.07 |
XYZ | 20.9699 | 11.3662 | 81.2094 |
Yxy | 11.3662 | 0.1847 | 0.1001 |
Hunter Lab | 33.7138 | 52.0274 | -119.2174 |
CIE-Lab | 40.1905 | 59.9263 | -84.4953 |
#593bed color RGB value is (89,59,237).
#593bed hex color red value is 89, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #593bed hue: 0.69 , saturation: 0.83 and the lightness value of 593bed is 0.58.
The process color (four color CMYK) of #593bed color hex is 0.62, 0.75, 0.00, 0.07. Web safe color of #593bed is #6633ff. Color #593bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00111011 | 11101101 |
Octal | 131 | 73 | 355 |
Decimal | 89 | 59 | 237 |
Hex | 59 | 3B | ED |
Shades of #593bed
Tints of #593bed
RGB Percentages of Color #593bed
CMYK Percentages of Color #593bed
Complementary Color
#593bed | #cfed3b |
#593bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#593bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#593bed Color CSS Codes
.mybgcolor {background-color:#593bed; } .myforecolor {color:#593bed; } .mybordercolor {border:3px solid #593bed; }
#593bed Text Font Color
<p style="color:#593bed">Text here</p>
This sample text font color is #593bed
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.
#593bed Background Color
<div style="background-color:#593bed">
Div content here</div>
This div background color is #593bed
#593bed Border Color
<div style="border:3px solid #593bed">
Div here</div>
This div border color is #593bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,59,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #593bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #593bed; -webkit-box-shadow: 1px 1px 3px 2px #593bed; box-shadow: 1px 1px 3px 2px #593bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,59,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #593bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #593bed; -webkit-box-shadow: 1px 1px 3px 2px #593bed; box-shadow: 1px 1px 3px 2px #593bed;">
Div content here</div>
This div box has shadow with color #593bed
Comments
No comments written yet.
Please login to write comment.