Color spaces of #52397d
RGB | 82 | 57 | 125 |
---|---|---|---|
HSL | 0.73 | 0.37 | 0.36 |
HSV | 262° | 54° | 49° |
CMYK | 0.34 | 0.54 | 0.00 0.51 |
XYZ | 8.6445 | 6.2008 | 20.1433 |
Yxy | 6.2008 | 0.2471 | 0.1772 |
Hunter Lab | 24.9014 | 18.3887 | -30.5300 |
CIE-Lab | 29.9135 | 26.9526 | -34.7990 |
#52397d color RGB value is (82,57,125).
#52397d hex color red value is 82, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #52397d hue: 0.73 , saturation: 0.37 and the lightness value of 52397d is 0.36.
The process color (four color CMYK) of #52397d color hex is 0.34, 0.54, 0.00, 0.51. Web safe color of #52397d is #663366. Color #52397d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00111001 | 01111101 |
Octal | 122 | 71 | 175 |
Decimal | 82 | 57 | 125 |
Hex | 52 | 39 | 7D |
Shades of #52397d
Tints of #52397d
RGB Percentages of Color #52397d
CMYK Percentages of Color #52397d
Complementary Color
#52397d | #647d39 |
#52397d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52397d Color Preview on White Background
Lorem ipsum dolor sit amet.
#52397d Color CSS Codes
.mybgcolor {background-color:#52397d; } .myforecolor {color:#52397d; } .mybordercolor {border:3px solid #52397d; }
#52397d Text Font Color
<p style="color:#52397d">Text here</p>
This sample text font color is #52397d
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.
#52397d Background Color
<div style="background-color:#52397d">
Div content here</div>
This div background color is #52397d
#52397d Border Color
<div style="border:3px solid #52397d">
Div here</div>
This div border color is #52397d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,57,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52397d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52397d; -webkit-box-shadow: 1px 1px 3px 2px #52397d; box-shadow: 1px 1px 3px 2px #52397d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,57,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52397d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52397d; -webkit-box-shadow: 1px 1px 3px 2px #52397d; box-shadow: 1px 1px 3px 2px #52397d;">
Div content here</div>
This div box has shadow with color #52397d
Comments
No comments written yet.
Please login to write comment.