Color spaces of #610630
RGB | 97 | 6 | 48 |
---|---|---|---|
HSL | 0.92 | 0.88 | 0.20 |
HSV | 332° | 94° | 38° |
CMYK | 0.00 | 0.94 | 0.51 0.62 |
XYZ | 5.5284 | 2.8850 | 3.0618 |
Yxy | 2.8850 | 0.4818 | 0.2514 |
Hunter Lab | 16.9853 | 28.3742 | 1.2020 |
CIE-Lab | 19.5773 | 40.3766 | 0.5217 |
#610630 color RGB value is (97,6,48).
#610630 hex color red value is 97, green value is 6 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #610630 hue: 0.92 , saturation: 0.88 and the lightness value of 610630 is 0.20.
The process color (four color CMYK) of #610630 color hex is 0.00, 0.94, 0.51, 0.62. Web safe color of #610630 is #660033. Color #610630 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00000110 | 00110000 |
Octal | 141 | 6 | 60 |
Decimal | 97 | 6 | 48 |
Hex | 61 | 6 | 30 |
Shades of #610630
Tints of #610630
RGB Percentages of Color #610630
CMYK Percentages of Color #610630
Complementary Color
#610630 | #066137 |
#610630 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#610630 Color Preview on White Background
Lorem ipsum dolor sit amet.
#610630 Color CSS Codes
.mybgcolor {background-color:#610630; } .myforecolor {color:#610630; } .mybordercolor {border:3px solid #610630; }
#610630 Text Font Color
<p style="color:#610630">Text here</p>
This sample text font color is #610630
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.
#610630 Background Color
<div style="background-color:#610630">
Div content here</div>
This div background color is #610630
#610630 Border Color
<div style="border:3px solid #610630">
Div here</div>
This div border color is #610630
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,6,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #610630; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #610630; -webkit-box-shadow: 1px 1px 3px 2px #610630; box-shadow: 1px 1px 3px 2px #610630; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,6,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #610630">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #610630; -webkit-box-shadow: 1px 1px 3px 2px #610630; box-shadow: 1px 1px 3px 2px #610630;">
Div content here</div>
This div box has shadow with color #610630
Comments
No comments written yet.
Please login to write comment.