Color spaces of #a53567
RGB | 165 | 53 | 103 |
---|---|---|---|
HSL | 0.93 | 0.51 | 0.43 |
HSV | 333° | 68° | 65° |
CMYK | 0.00 | 0.68 | 0.38 0.35 |
XYZ | 19.2383 | 11.5248 | 14.0425 |
Yxy | 11.5248 | 0.4294 | 0.2572 |
Hunter Lab | 33.9482 | 41.7459 | -0.7613 |
CIE-Lab | 40.4507 | 50.2489 | -3.7186 |
#a53567 color RGB value is (165,53,103).
#a53567 hex color red value is 165, green value is 53 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a53567 hue: 0.93 , saturation: 0.51 and the lightness value of a53567 is 0.43.
The process color (four color CMYK) of #a53567 color hex is 0.00, 0.68, 0.38, 0.35. Web safe color of #a53567 is #993366. Color #a53567 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00110101 | 01100111 |
Octal | 245 | 65 | 147 |
Decimal | 165 | 53 | 103 |
Hex | A5 | 35 | 67 |
Shades of #a53567
Tints of #a53567
RGB Percentages of Color #a53567
CMYK Percentages of Color #a53567
Complementary Color
#a53567 | #35a573 |
#a53567 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a53567 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a53567 Color CSS Codes
.mybgcolor {background-color:#a53567; } .myforecolor {color:#a53567; } .mybordercolor {border:3px solid #a53567; }
#a53567 Text Font Color
<p style="color:#a53567">Text here</p>
This sample text font color is #a53567
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.
#a53567 Background Color
<div style="background-color:#a53567">
Div content here</div>
This div background color is #a53567
#a53567 Border Color
<div style="border:3px solid #a53567">
Div here</div>
This div border color is #a53567
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,53,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a53567; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a53567; -webkit-box-shadow: 1px 1px 3px 2px #a53567; box-shadow: 1px 1px 3px 2px #a53567; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,53,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a53567">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a53567; -webkit-box-shadow: 1px 1px 3px 2px #a53567; box-shadow: 1px 1px 3px 2px #a53567;">
Div content here</div>
This div box has shadow with color #a53567
Comments
No comments written yet.
Please login to write comment.