Color spaces of #52377b
RGB | 82 | 55 | 123 |
---|---|---|---|
HSL | 0.73 | 0.38 | 0.35 |
HSV | 264° | 55° | 48° |
CMYK | 0.33 | 0.55 | 0.00 0.52 |
XYZ | 8.4210 | 5.9563 | 19.4447 |
Yxy | 5.9563 | 0.2490 | 0.1761 |
Hunter Lab | 24.4055 | 18.8808 | -30.1544 |
CIE-Lab | 29.3019 | 27.6339 | -34.5205 |
#52377b color RGB value is (82,55,123).
#52377b hex color red value is 82, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #52377b hue: 0.73 , saturation: 0.38 and the lightness value of 52377b is 0.35.
The process color (four color CMYK) of #52377b color hex is 0.33, 0.55, 0.00, 0.52. Web safe color of #52377b is #663366. Color #52377b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00110111 | 01111011 |
Octal | 122 | 67 | 173 |
Decimal | 82 | 55 | 123 |
Hex | 52 | 37 | 7B |
Shades of #52377b
Tints of #52377b
RGB Percentages of Color #52377b
CMYK Percentages of Color #52377b
Complementary Color
#52377b | #607b37 |
#52377b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52377b Color Preview on White Background
Lorem ipsum dolor sit amet.
#52377b Color CSS Codes
.mybgcolor {background-color:#52377b; } .myforecolor {color:#52377b; } .mybordercolor {border:3px solid #52377b; }
#52377b Text Font Color
<p style="color:#52377b">Text here</p>
This sample text font color is #52377b
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.
#52377b Background Color
<div style="background-color:#52377b">
Div content here</div>
This div background color is #52377b
#52377b Border Color
<div style="border:3px solid #52377b">
Div here</div>
This div border color is #52377b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,55,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52377b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52377b; -webkit-box-shadow: 1px 1px 3px 2px #52377b; box-shadow: 1px 1px 3px 2px #52377b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,55,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52377b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52377b; -webkit-box-shadow: 1px 1px 3px 2px #52377b; box-shadow: 1px 1px 3px 2px #52377b;">
Div content here</div>
This div box has shadow with color #52377b
Comments
No comments written yet.
Please login to write comment.