Color spaces of #53244e
RGB | 83 | 36 | 78 |
---|---|---|---|
HSL | 0.85 | 0.39 | 0.23 |
HSV | 306° | 57° | 33° |
CMYK | 0.00 | 0.57 | 0.06 0.67 |
XYZ | 5.5733 | 3.6508 | 7.6187 |
Yxy | 3.6508 | 0.3309 | 0.2168 |
Hunter Lab | 19.1071 | 18.6289 | -10.2662 |
CIE-Lab | 22.4817 | 28.3808 | -16.0668 |
#53244e color RGB value is (83,36,78).
#53244e hex color red value is 83, green value is 36 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #53244e hue: 0.85 , saturation: 0.39 and the lightness value of 53244e is 0.23.
The process color (four color CMYK) of #53244e color hex is 0.00, 0.57, 0.06, 0.67. Web safe color of #53244e is #663366. Color #53244e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00100100 | 01001110 |
Octal | 123 | 44 | 116 |
Decimal | 83 | 36 | 78 |
Hex | 53 | 24 | 4E |
Shades of #53244e
Tints of #53244e
RGB Percentages of Color #53244e
CMYK Percentages of Color #53244e
Complementary Color
#53244e | #245329 |
#53244e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53244e Color Preview on White Background
Lorem ipsum dolor sit amet.
#53244e Color CSS Codes
.mybgcolor {background-color:#53244e; } .myforecolor {color:#53244e; } .mybordercolor {border:3px solid #53244e; }
#53244e Text Font Color
<p style="color:#53244e">Text here</p>
This sample text font color is #53244e
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.
#53244e Background Color
<div style="background-color:#53244e">
Div content here</div>
This div background color is #53244e
#53244e Border Color
<div style="border:3px solid #53244e">
Div here</div>
This div border color is #53244e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,36,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53244e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53244e; -webkit-box-shadow: 1px 1px 3px 2px #53244e; box-shadow: 1px 1px 3px 2px #53244e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,36,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53244e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53244e; -webkit-box-shadow: 1px 1px 3px 2px #53244e; box-shadow: 1px 1px 3px 2px #53244e;">
Div content here</div>
This div box has shadow with color #53244e
Comments
No comments written yet.
Please login to write comment.