Color spaces of #653c7e
RGB | 101 | 60 | 126 |
---|---|---|---|
HSL | 0.77 | 0.35 | 0.36 |
HSV | 277° | 52° | 49° |
CMYK | 0.20 | 0.52 | 0.00 0.51 |
XYZ | 10.7486 | 7.5048 | 20.6207 |
Yxy | 7.5048 | 0.2765 | 0.1931 |
Hunter Lab | 27.3949 | 22.0948 | -25.4524 |
CIE-Lab | 32.9295 | 30.8884 | -30.4923 |
#653c7e color RGB value is (101,60,126).
#653c7e hex color red value is 101, green value is 60 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #653c7e hue: 0.77 , saturation: 0.35 and the lightness value of 653c7e is 0.36.
The process color (four color CMYK) of #653c7e color hex is 0.20, 0.52, 0.00, 0.51. Web safe color of #653c7e is #663366. Color #653c7e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00111100 | 01111110 |
Octal | 145 | 74 | 176 |
Decimal | 101 | 60 | 126 |
Hex | 65 | 3C | 7E |
Shades of #653c7e
Tints of #653c7e
RGB Percentages of Color #653c7e
CMYK Percentages of Color #653c7e
Complementary Color
#653c7e | #557e3c |
#653c7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#653c7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#653c7e Color CSS Codes
.mybgcolor {background-color:#653c7e; } .myforecolor {color:#653c7e; } .mybordercolor {border:3px solid #653c7e; }
#653c7e Text Font Color
<p style="color:#653c7e">Text here</p>
This sample text font color is #653c7e
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.
#653c7e Background Color
<div style="background-color:#653c7e">
Div content here</div>
This div background color is #653c7e
#653c7e Border Color
<div style="border:3px solid #653c7e">
Div here</div>
This div border color is #653c7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,60,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #653c7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #653c7e; -webkit-box-shadow: 1px 1px 3px 2px #653c7e; box-shadow: 1px 1px 3px 2px #653c7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,60,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 #653c7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #653c7e; -webkit-box-shadow: 1px 1px 3px 2px #653c7e; box-shadow: 1px 1px 3px 2px #653c7e;">
Div content here</div>
This div box has shadow with color #653c7e
Comments
No comments written yet.
Please login to write comment.