Color spaces of #593cfe
RGB | 89 | 60 | 254 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.62 |
HSV | 249° | 76° | 100° |
CMYK | 0.65 | 0.76 | 0.00 0.00 |
XYZ | 23.6251 | 12.5113 | 94.9357 |
Yxy | 12.5113 | 0.1802 | 0.0955 |
Hunter Lab | 35.3713 | 57.3234 | -134.3729 |
CIE-Lab | 42.0175 | 64.3000 | -91.0372 |
#593cfe color RGB value is (89,60,254).
#593cfe hex color red value is 89, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #593cfe hue: 0.69 , saturation: 0.99 and the lightness value of 593cfe is 0.62.
The process color (four color CMYK) of #593cfe color hex is 0.65, 0.76, 0.00, 0.00. Web safe color of #593cfe is #6633ff. Color #593cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00111100 | 11111110 |
Octal | 131 | 74 | 376 |
Decimal | 89 | 60 | 254 |
Hex | 59 | 3C | FE |
Shades of #593cfe
Tints of #593cfe
RGB Percentages of Color #593cfe
CMYK Percentages of Color #593cfe
Complementary Color
#593cfe | #e1fe3c |
#593cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#593cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#593cfe Color CSS Codes
.mybgcolor {background-color:#593cfe; } .myforecolor {color:#593cfe; } .mybordercolor {border:3px solid #593cfe; }
#593cfe Text Font Color
<p style="color:#593cfe">Text here</p>
This sample text font color is #593cfe
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.
#593cfe Background Color
<div style="background-color:#593cfe">
Div content here</div>
This div background color is #593cfe
#593cfe Border Color
<div style="border:3px solid #593cfe">
Div here</div>
This div border color is #593cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,60,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #593cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #593cfe; -webkit-box-shadow: 1px 1px 3px 2px #593cfe; box-shadow: 1px 1px 3px 2px #593cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,60,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #593cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #593cfe; -webkit-box-shadow: 1px 1px 3px 2px #593cfe; box-shadow: 1px 1px 3px 2px #593cfe;">
Div content here</div>
This div box has shadow with color #593cfe
Comments
No comments written yet.
Please login to write comment.