Color spaces of #5529ec
RGB | 85 | 41 | 236 |
---|---|---|---|
HSL | 0.70 | 0.84 | 0.54 |
HSV | 254° | 83° | 93° |
CMYK | 0.64 | 0.83 | 0.00 0.07 |
XYZ | 19.6796 | 9.5733 | 80.1675 |
Yxy | 9.5733 | 0.1799 | 0.0875 |
Hunter Lab | 30.9407 | 59.3871 | -131.9619 |
CIE-Lab | 37.0655 | 67.0681 | -89.1044 |
#5529ec color RGB value is (85,41,236).
#5529ec hex color red value is 85, green value is 41 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5529ec hue: 0.70 , saturation: 0.84 and the lightness value of 5529ec is 0.54.
The process color (four color CMYK) of #5529ec color hex is 0.64, 0.83, 0.00, 0.07. Web safe color of #5529ec is #6633ff. Color #5529ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00101001 | 11101100 |
Octal | 125 | 51 | 354 |
Decimal | 85 | 41 | 236 |
Hex | 55 | 29 | EC |
Shades of #5529ec
Tints of #5529ec
RGB Percentages of Color #5529ec
CMYK Percentages of Color #5529ec
Complementary Color
#5529ec | #c0ec29 |
#5529ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5529ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#5529ec Color CSS Codes
.mybgcolor {background-color:#5529ec; } .myforecolor {color:#5529ec; } .mybordercolor {border:3px solid #5529ec; }
#5529ec Text Font Color
<p style="color:#5529ec">Text here</p>
This sample text font color is #5529ec
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.
#5529ec Background Color
<div style="background-color:#5529ec">
Div content here</div>
This div background color is #5529ec
#5529ec Border Color
<div style="border:3px solid #5529ec">
Div here</div>
This div border color is #5529ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,41,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5529ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5529ec; -webkit-box-shadow: 1px 1px 3px 2px #5529ec; box-shadow: 1px 1px 3px 2px #5529ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,41,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5529ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5529ec; -webkit-box-shadow: 1px 1px 3px 2px #5529ec; box-shadow: 1px 1px 3px 2px #5529ec;">
Div content here</div>
This div box has shadow with color #5529ec
Comments
No comments written yet.
Please login to write comment.