Color spaces of #593afa
RGB | 89 | 58 | 250 |
---|---|---|---|
HSL | 0.69 | 0.95 | 0.60 |
HSV | 250° | 77° | 98° |
CMYK | 0.64 | 0.77 | 0.00 0.02 |
XYZ | 22.8882 | 12.0521 | 91.5624 |
Yxy | 12.0521 | 0.1809 | 0.0953 |
Hunter Lab | 34.7161 | 56.9311 | -132.0737 |
CIE-Lab | 41.2988 | 64.0945 | -89.9859 |
#593afa color RGB value is (89,58,250).
#593afa hex color red value is 89, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #593afa hue: 0.69 , saturation: 0.95 and the lightness value of 593afa is 0.60.
The process color (four color CMYK) of #593afa color hex is 0.64, 0.77, 0.00, 0.02. Web safe color of #593afa is #6633ff. Color #593afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00111010 | 11111010 |
Octal | 131 | 72 | 372 |
Decimal | 89 | 58 | 250 |
Hex | 59 | 3A | FA |
Shades of #593afa
Tints of #593afa
RGB Percentages of Color #593afa
CMYK Percentages of Color #593afa
Complementary Color
#593afa | #dbfa3a |
#593afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#593afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#593afa Color CSS Codes
.mybgcolor {background-color:#593afa; } .myforecolor {color:#593afa; } .mybordercolor {border:3px solid #593afa; }
#593afa Text Font Color
<p style="color:#593afa">Text here</p>
This sample text font color is #593afa
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.
#593afa Background Color
<div style="background-color:#593afa">
Div content here</div>
This div background color is #593afa
#593afa Border Color
<div style="border:3px solid #593afa">
Div here</div>
This div border color is #593afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,58,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #593afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #593afa; -webkit-box-shadow: 1px 1px 3px 2px #593afa; box-shadow: 1px 1px 3px 2px #593afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,58,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #593afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #593afa; -webkit-box-shadow: 1px 1px 3px 2px #593afa; box-shadow: 1px 1px 3px 2px #593afa;">
Div content here</div>
This div box has shadow with color #593afa
Comments
No comments written yet.
Please login to write comment.