Color spaces of #5632ea
RGB | 86 | 50 | 234 |
---|---|---|---|
HSL | 0.70 | 0.81 | 0.56 |
HSV | 252° | 79° | 92° |
CMYK | 0.63 | 0.79 | 0.00 0.08 |
XYZ | 19.8296 | 10.2002 | 78.7656 |
Yxy | 10.2002 | 0.1823 | 0.0938 |
Hunter Lab | 31.9378 | 54.9365 | -123.8659 |
CIE-Lab | 38.1994 | 62.9302 | -86.0904 |
#5632ea color RGB value is (86,50,234).
#5632ea hex color red value is 86, green value is 50 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5632ea hue: 0.70 , saturation: 0.81 and the lightness value of 5632ea is 0.56.
The process color (four color CMYK) of #5632ea color hex is 0.63, 0.79, 0.00, 0.08. Web safe color of #5632ea is #6633ff. Color #5632ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00110010 | 11101010 |
Octal | 126 | 62 | 352 |
Decimal | 86 | 50 | 234 |
Hex | 56 | 32 | EA |
Shades of #5632ea
Tints of #5632ea
RGB Percentages of Color #5632ea
CMYK Percentages of Color #5632ea
Complementary Color
#5632ea | #c6ea32 |
#5632ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5632ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#5632ea Color CSS Codes
.mybgcolor {background-color:#5632ea; } .myforecolor {color:#5632ea; } .mybordercolor {border:3px solid #5632ea; }
#5632ea Text Font Color
<p style="color:#5632ea">Text here</p>
This sample text font color is #5632ea
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.
#5632ea Background Color
<div style="background-color:#5632ea">
Div content here</div>
This div background color is #5632ea
#5632ea Border Color
<div style="border:3px solid #5632ea">
Div here</div>
This div border color is #5632ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,50,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5632ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5632ea; -webkit-box-shadow: 1px 1px 3px 2px #5632ea; box-shadow: 1px 1px 3px 2px #5632ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,50,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5632ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5632ea; -webkit-box-shadow: 1px 1px 3px 2px #5632ea; box-shadow: 1px 1px 3px 2px #5632ea;">
Div content here</div>
This div box has shadow with color #5632ea
Comments
No comments written yet.
Please login to write comment.