Color spaces of #5524ff
RGB | 85 | 36 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.57 |
HSV | 253° | 86° | 100° |
CMYK | 0.67 | 0.86 | 0.00 0.00 |
XYZ | 22.4272 | 10.4130 | 95.4356 |
Yxy | 10.4130 | 0.1748 | 0.0812 |
Hunter Lab | 32.2692 | 67.5871 | -152.7608 |
CIE-Lab | 38.5737 | 73.7381 | -97.3096 |
#5524ff color RGB value is (85,36,255).
#5524ff hex color red value is 85, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5524ff hue: 0.70 , saturation: 1.00 and the lightness value of 5524ff is 0.57.
The process color (four color CMYK) of #5524ff color hex is 0.67, 0.86, 0.00, 0.00. Web safe color of #5524ff is #6633ff. Color #5524ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00100100 | 11111111 |
Octal | 125 | 44 | 377 |
Decimal | 85 | 36 | 255 |
Hex | 55 | 24 | FF |
Shades of #5524ff
Tints of #5524ff
RGB Percentages of Color #5524ff
CMYK Percentages of Color #5524ff
Complementary Color
#5524ff | #ceff24 |
#5524ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5524ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#5524ff Color CSS Codes
.mybgcolor {background-color:#5524ff; } .myforecolor {color:#5524ff; } .mybordercolor {border:3px solid #5524ff; }
#5524ff Text Font Color
<p style="color:#5524ff">Text here</p>
This sample text font color is #5524ff
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.
#5524ff Background Color
<div style="background-color:#5524ff">
Div content here</div>
This div background color is #5524ff
#5524ff Border Color
<div style="border:3px solid #5524ff">
Div here</div>
This div border color is #5524ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,36,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5524ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5524ff; -webkit-box-shadow: 1px 1px 3px 2px #5524ff; box-shadow: 1px 1px 3px 2px #5524ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,36,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5524ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5524ff; -webkit-box-shadow: 1px 1px 3px 2px #5524ff; box-shadow: 1px 1px 3px 2px #5524ff;">
Div content here</div>
This div box has shadow with color #5524ff
Comments
No comments written yet.
Please login to write comment.