Color spaces of #52234c
RGB | 82 | 35 | 76 |
---|---|---|---|
HSL | 0.85 | 0.40 | 0.23 |
HSV | 308° | 57° | 32° |
CMYK | 0.00 | 0.57 | 0.07 0.68 |
XYZ | 5.3852 | 3.5177 | 7.2326 |
Yxy | 3.5177 | 0.3337 | 0.2180 |
Hunter Lab | 18.7555 | 18.4298 | -9.7348 |
CIE-Lab | 22.0082 | 28.2112 | -15.4667 |
#52234c color RGB value is (82,35,76).
#52234c hex color red value is 82, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #52234c hue: 0.85 , saturation: 0.40 and the lightness value of 52234c is 0.23.
The process color (four color CMYK) of #52234c color hex is 0.00, 0.57, 0.07, 0.68. Web safe color of #52234c is #663333. Color #52234c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00100011 | 01001100 |
Octal | 122 | 43 | 114 |
Decimal | 82 | 35 | 76 |
Hex | 52 | 23 | 4C |
Shades of #52234c
Tints of #52234c
RGB Percentages of Color #52234c
CMYK Percentages of Color #52234c
Complementary Color
#52234c | #235229 |
#52234c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52234c Color Preview on White Background
Lorem ipsum dolor sit amet.
#52234c Color CSS Codes
.mybgcolor {background-color:#52234c; } .myforecolor {color:#52234c; } .mybordercolor {border:3px solid #52234c; }
#52234c Text Font Color
<p style="color:#52234c">Text here</p>
This sample text font color is #52234c
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.
#52234c Background Color
<div style="background-color:#52234c">
Div content here</div>
This div background color is #52234c
#52234c Border Color
<div style="border:3px solid #52234c">
Div here</div>
This div border color is #52234c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,35,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52234c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52234c; -webkit-box-shadow: 1px 1px 3px 2px #52234c; box-shadow: 1px 1px 3px 2px #52234c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,35,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52234c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52234c; -webkit-box-shadow: 1px 1px 3px 2px #52234c; box-shadow: 1px 1px 3px 2px #52234c;">
Div content here</div>
This div box has shadow with color #52234c
Comments
No comments written yet.
Please login to write comment.