Color spaces of #5723ef
RGB | 87 | 35 | 239 |
---|---|---|---|
HSL | 0.71 | 0.86 | 0.54 |
HSV | 255° | 85° | 94° |
CMYK | 0.64 | 0.85 | 0.00 0.06 |
XYZ | 20.1115 | 9.4603 | 82.4274 |
Yxy | 9.4603 | 0.1796 | 0.0845 |
Hunter Lab | 30.7576 | 62.8902 | -137.3612 |
CIE-Lab | 36.8558 | 70.1199 | -91.1471 |
#5723ef color RGB value is (87,35,239).
#5723ef hex color red value is 87, green value is 35 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5723ef hue: 0.71 , saturation: 0.86 and the lightness value of 5723ef is 0.54.
The process color (four color CMYK) of #5723ef color hex is 0.64, 0.85, 0.00, 0.06. Web safe color of #5723ef is #6633ff. Color #5723ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00100011 | 11101111 |
Octal | 127 | 43 | 357 |
Decimal | 87 | 35 | 239 |
Hex | 57 | 23 | EF |
Shades of #5723ef
Tints of #5723ef
RGB Percentages of Color #5723ef
CMYK Percentages of Color #5723ef
Complementary Color
#5723ef | #bbef23 |
#5723ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5723ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#5723ef Color CSS Codes
.mybgcolor {background-color:#5723ef; } .myforecolor {color:#5723ef; } .mybordercolor {border:3px solid #5723ef; }
#5723ef Text Font Color
<p style="color:#5723ef">Text here</p>
This sample text font color is #5723ef
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.
#5723ef Background Color
<div style="background-color:#5723ef">
Div content here</div>
This div background color is #5723ef
#5723ef Border Color
<div style="border:3px solid #5723ef">
Div here</div>
This div border color is #5723ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,35,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5723ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5723ef; -webkit-box-shadow: 1px 1px 3px 2px #5723ef; box-shadow: 1px 1px 3px 2px #5723ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,35,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5723ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5723ef; -webkit-box-shadow: 1px 1px 3px 2px #5723ef; box-shadow: 1px 1px 3px 2px #5723ef;">
Div content here</div>
This div box has shadow with color #5723ef
Comments
No comments written yet.
Please login to write comment.