Color spaces of #5736ee
RGB | 87 | 54 | 238 |
---|---|---|---|
HSL | 0.70 | 0.84 | 0.57 |
HSV | 251° | 77° | 93° |
CMYK | 0.63 | 0.77 | 0.00 0.07 |
XYZ | 20.6823 | 10.8376 | 81.8907 |
Yxy | 10.8376 | 0.1824 | 0.0956 |
Hunter Lab | 32.9205 | 54.5317 | -124.4412 |
CIE-Lab | 39.3056 | 62.3531 | -86.5269 |
#5736ee color RGB value is (87,54,238).
#5736ee hex color red value is 87, green value is 54 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5736ee hue: 0.70 , saturation: 0.84 and the lightness value of 5736ee is 0.57.
The process color (four color CMYK) of #5736ee color hex is 0.63, 0.77, 0.00, 0.07. Web safe color of #5736ee is #6633ff. Color #5736ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00110110 | 11101110 |
Octal | 127 | 66 | 356 |
Decimal | 87 | 54 | 238 |
Hex | 57 | 36 | EE |
Shades of #5736ee
Tints of #5736ee
RGB Percentages of Color #5736ee
CMYK Percentages of Color #5736ee
Complementary Color
#5736ee | #cdee36 |
#5736ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5736ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#5736ee Color CSS Codes
.mybgcolor {background-color:#5736ee; } .myforecolor {color:#5736ee; } .mybordercolor {border:3px solid #5736ee; }
#5736ee Text Font Color
<p style="color:#5736ee">Text here</p>
This sample text font color is #5736ee
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.
#5736ee Background Color
<div style="background-color:#5736ee">
Div content here</div>
This div background color is #5736ee
#5736ee Border Color
<div style="border:3px solid #5736ee">
Div here</div>
This div border color is #5736ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,54,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5736ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5736ee; -webkit-box-shadow: 1px 1px 3px 2px #5736ee; box-shadow: 1px 1px 3px 2px #5736ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,54,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5736ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5736ee; -webkit-box-shadow: 1px 1px 3px 2px #5736ee; box-shadow: 1px 1px 3px 2px #5736ee;">
Div content here</div>
This div box has shadow with color #5736ee
Comments
No comments written yet.
Please login to write comment.