Color spaces of #52293a
RGB | 82 | 41 | 58 |
---|---|---|---|
HSL | 0.93 | 0.33 | 0.24 |
HSV | 335° | 50° | 32° |
CMYK | 0.00 | 0.50 | 0.29 0.68 |
XYZ | 5.0363 | 3.6852 | 4.4489 |
Yxy | 3.6852 | 0.3824 | 0.2798 |
Hunter Lab | 19.1969 | 13.2349 | -0.3027 |
CIE-Lab | 22.6022 | 21.4108 | -2.3300 |
#52293a color RGB value is (82,41,58).
#52293a hex color red value is 82, green value is 41 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #52293a hue: 0.93 , saturation: 0.33 and the lightness value of 52293a is 0.24.
The process color (four color CMYK) of #52293a color hex is 0.00, 0.50, 0.29, 0.68. Web safe color of #52293a is #663333. Color #52293a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00101001 | 00111010 |
Octal | 122 | 51 | 72 |
Decimal | 82 | 41 | 58 |
Hex | 52 | 29 | 3A |
Shades of #52293a
Tints of #52293a
RGB Percentages of Color #52293a
CMYK Percentages of Color #52293a
Complementary Color
#52293a | #295241 |
#52293a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52293a Color Preview on White Background
Lorem ipsum dolor sit amet.
#52293a Color CSS Codes
.mybgcolor {background-color:#52293a; } .myforecolor {color:#52293a; } .mybordercolor {border:3px solid #52293a; }
#52293a Text Font Color
<p style="color:#52293a">Text here</p>
This sample text font color is #52293a
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.
#52293a Background Color
<div style="background-color:#52293a">
Div content here</div>
This div background color is #52293a
#52293a Border Color
<div style="border:3px solid #52293a">
Div here</div>
This div border color is #52293a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,41,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52293a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52293a; -webkit-box-shadow: 1px 1px 3px 2px #52293a; box-shadow: 1px 1px 3px 2px #52293a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,41,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52293a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52293a; -webkit-box-shadow: 1px 1px 3px 2px #52293a; box-shadow: 1px 1px 3px 2px #52293a;">
Div content here</div>
This div box has shadow with color #52293a
Comments
No comments written yet.
Please login to write comment.