Color spaces of #65408b
RGB | 101 | 64 | 139 |
---|---|---|---|
HSL | 0.75 | 0.37 | 0.40 |
HSV | 270° | 54° | 55° |
CMYK | 0.27 | 0.54 | 0.00 0.45 |
XYZ | 11.8604 | 8.2976 | 25.4026 |
Yxy | 8.2976 | 0.2603 | 0.1821 |
Hunter Lab | 28.8056 | 23.0859 | -32.1219 |
CIE-Lab | 34.5951 | 31.7738 | -35.8891 |
#65408b color RGB value is (101,64,139).
#65408b hex color red value is 101, green value is 64 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #65408b hue: 0.75 , saturation: 0.37 and the lightness value of 65408b is 0.40.
The process color (four color CMYK) of #65408b color hex is 0.27, 0.54, 0.00, 0.45. Web safe color of #65408b is #663399. Color #65408b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01000000 | 10001011 |
Octal | 145 | 100 | 213 |
Decimal | 101 | 64 | 139 |
Hex | 65 | 40 | 8B |
Shades of #65408b
Tints of #65408b
RGB Percentages of Color #65408b
CMYK Percentages of Color #65408b
Complementary Color
#65408b | #668b40 |
#65408b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65408b Color Preview on White Background
Lorem ipsum dolor sit amet.
#65408b Color CSS Codes
.mybgcolor {background-color:#65408b; } .myforecolor {color:#65408b; } .mybordercolor {border:3px solid #65408b; }
#65408b Text Font Color
<p style="color:#65408b">Text here</p>
This sample text font color is #65408b
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.
#65408b Background Color
<div style="background-color:#65408b">
Div content here</div>
This div background color is #65408b
#65408b Border Color
<div style="border:3px solid #65408b">
Div here</div>
This div border color is #65408b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,64,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65408b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65408b; -webkit-box-shadow: 1px 1px 3px 2px #65408b; box-shadow: 1px 1px 3px 2px #65408b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,64,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65408b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65408b; -webkit-box-shadow: 1px 1px 3px 2px #65408b; box-shadow: 1px 1px 3px 2px #65408b;">
Div content here</div>
This div box has shadow with color #65408b
Comments
No comments written yet.
Please login to write comment.