Color spaces of #61407e
RGB | 97 | 64 | 126 |
---|---|---|---|
HSL | 0.76 | 0.33 | 0.37 |
HSV | 272° | 49° | 49° |
CMYK | 0.23 | 0.49 | 0.00 0.51 |
XYZ | 10.5291 | 7.7145 | 20.6728 |
Yxy | 7.7145 | 0.2706 | 0.1982 |
Hunter Lab | 27.7750 | 19.0606 | -24.6868 |
CIE-Lab | 33.3811 | 27.2849 | -29.8104 |
#61407e color RGB value is (97,64,126).
#61407e hex color red value is 97, green value is 64 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #61407e hue: 0.76 , saturation: 0.33 and the lightness value of 61407e is 0.37.
The process color (four color CMYK) of #61407e color hex is 0.23, 0.49, 0.00, 0.51. Web safe color of #61407e is #663366. Color #61407e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01000000 | 01111110 |
Octal | 141 | 100 | 176 |
Decimal | 97 | 64 | 126 |
Hex | 61 | 40 | 7E |
Shades of #61407e
Tints of #61407e
RGB Percentages of Color #61407e
CMYK Percentages of Color #61407e
Complementary Color
#61407e | #5d7e40 |
#61407e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61407e Color Preview on White Background
Lorem ipsum dolor sit amet.
#61407e Color CSS Codes
.mybgcolor {background-color:#61407e; } .myforecolor {color:#61407e; } .mybordercolor {border:3px solid #61407e; }
#61407e Text Font Color
<p style="color:#61407e">Text here</p>
This sample text font color is #61407e
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.
#61407e Background Color
<div style="background-color:#61407e">
Div content here</div>
This div background color is #61407e
#61407e Border Color
<div style="border:3px solid #61407e">
Div here</div>
This div border color is #61407e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,64,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61407e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61407e; -webkit-box-shadow: 1px 1px 3px 2px #61407e; box-shadow: 1px 1px 3px 2px #61407e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,64,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61407e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61407e; -webkit-box-shadow: 1px 1px 3px 2px #61407e; box-shadow: 1px 1px 3px 2px #61407e;">
Div content here</div>
This div box has shadow with color #61407e
Comments
No comments written yet.
Please login to write comment.