Color spaces of #522cbc
RGB | 82 | 44 | 188 |
---|---|---|---|
HSL | 0.71 | 0.62 | 0.45 |
HSV | 256° | 77° | 74° |
CMYK | 0.56 | 0.77 | 0.00 0.26 |
XYZ | 13.4575 | 7.2260 | 48.2624 |
Yxy | 7.2260 | 0.1952 | 0.1048 |
Hunter Lab | 26.8812 | 42.3200 | -87.6321 |
CIE-Lab | 32.3160 | 52.3441 | -69.1883 |
#522cbc color RGB value is (82,44,188).
#522cbc hex color red value is 82, green value is 44 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #522cbc hue: 0.71 , saturation: 0.62 and the lightness value of 522cbc is 0.45.
The process color (four color CMYK) of #522cbc color hex is 0.56, 0.77, 0.00, 0.26. Web safe color of #522cbc is #6633cc. Color #522cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00101100 | 10111100 |
Octal | 122 | 54 | 274 |
Decimal | 82 | 44 | 188 |
Hex | 52 | 2C | BC |
Shades of #522cbc
Tints of #522cbc
RGB Percentages of Color #522cbc
CMYK Percentages of Color #522cbc
Complementary Color
#522cbc | #96bc2c |
#522cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#522cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#522cbc Color CSS Codes
.mybgcolor {background-color:#522cbc; } .myforecolor {color:#522cbc; } .mybordercolor {border:3px solid #522cbc; }
#522cbc Text Font Color
<p style="color:#522cbc">Text here</p>
This sample text font color is #522cbc
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.
#522cbc Background Color
<div style="background-color:#522cbc">
Div content here</div>
This div background color is #522cbc
#522cbc Border Color
<div style="border:3px solid #522cbc">
Div here</div>
This div border color is #522cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,44,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #522cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #522cbc; -webkit-box-shadow: 1px 1px 3px 2px #522cbc; box-shadow: 1px 1px 3px 2px #522cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,44,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #522cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #522cbc; -webkit-box-shadow: 1px 1px 3px 2px #522cbc; box-shadow: 1px 1px 3px 2px #522cbc;">
Div content here</div>
This div box has shadow with color #522cbc
Comments
No comments written yet.
Please login to write comment.