Color spaces of #52337a
RGB | 82 | 51 | 122 |
---|---|---|---|
HSL | 0.74 | 0.41 | 0.34 |
HSV | 266° | 58° | 48° |
CMYK | 0.33 | 0.58 | 0.00 0.52 |
XYZ | 8.1764 | 5.5666 | 19.0559 |
Yxy | 5.5666 | 0.2493 | 0.1697 |
Hunter Lab | 23.5936 | 20.5705 | -31.3713 |
CIE-Lab | 28.2916 | 29.8094 | -35.5068 |
#52337a color RGB value is (82,51,122).
#52337a hex color red value is 82, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #52337a hue: 0.74 , saturation: 0.41 and the lightness value of 52337a is 0.34.
The process color (four color CMYK) of #52337a color hex is 0.33, 0.58, 0.00, 0.52. Web safe color of #52337a is #663366. Color #52337a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00110011 | 01111010 |
Octal | 122 | 63 | 172 |
Decimal | 82 | 51 | 122 |
Hex | 52 | 33 | 7A |
Shades of #52337a
Tints of #52337a
RGB Percentages of Color #52337a
CMYK Percentages of Color #52337a
Complementary Color
#52337a | #5b7a33 |
#52337a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52337a Color Preview on White Background
Lorem ipsum dolor sit amet.
#52337a Color CSS Codes
.mybgcolor {background-color:#52337a; } .myforecolor {color:#52337a; } .mybordercolor {border:3px solid #52337a; }
#52337a Text Font Color
<p style="color:#52337a">Text here</p>
This sample text font color is #52337a
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.
#52337a Background Color
<div style="background-color:#52337a">
Div content here</div>
This div background color is #52337a
#52337a Border Color
<div style="border:3px solid #52337a">
Div here</div>
This div border color is #52337a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,51,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52337a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52337a; -webkit-box-shadow: 1px 1px 3px 2px #52337a; box-shadow: 1px 1px 3px 2px #52337a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,51,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52337a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52337a; -webkit-box-shadow: 1px 1px 3px 2px #52337a; box-shadow: 1px 1px 3px 2px #52337a;">
Div content here</div>
This div box has shadow with color #52337a
Comments
No comments written yet.
Please login to write comment.