Color spaces of #650093
RGB | 101 | 0 | 147 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.29 |
HSV | 281° | 100° | 58° |
CMYK | 0.31 | 1.00 | 0.00 0.42 |
XYZ | 10.6333 | 4.8733 | 27.9840 |
Yxy | 4.8733 | 0.2445 | 0.1121 |
Hunter Lab | 22.0756 | 47.3472 | -59.7059 |
CIE-Lab | 26.3707 | 58.2915 | -54.1059 |
#650093 color RGB value is (101,0,147).
#650093 hex color red value is 101, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #650093 hue: 0.78 , saturation: 1.00 and the lightness value of 650093 is 0.29.
The process color (four color CMYK) of #650093 color hex is 0.31, 1.00, 0.00, 0.42. Web safe color of #650093 is #660099. Color #650093 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00000000 | 10010011 |
Octal | 145 | 0 | 223 |
Decimal | 101 | 0 | 147 |
Hex | 65 | 0 | 93 |
Shades of #650093
Tints of #650093
RGB Percentages of Color #650093
CMYK Percentages of Color #650093
Complementary Color
#650093 | #2e9300 |
#650093 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#650093 Color Preview on White Background
Lorem ipsum dolor sit amet.
#650093 Color CSS Codes
.mybgcolor {background-color:#650093; } .myforecolor {color:#650093; } .mybordercolor {border:3px solid #650093; }
#650093 Text Font Color
<p style="color:#650093">Text here</p>
This sample text font color is #650093
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.
#650093 Background Color
<div style="background-color:#650093">
Div content here</div>
This div background color is #650093
#650093 Border Color
<div style="border:3px solid #650093">
Div here</div>
This div border color is #650093
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,0,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #650093; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #650093; -webkit-box-shadow: 1px 1px 3px 2px #650093; box-shadow: 1px 1px 3px 2px #650093; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,0,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #650093">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #650093; -webkit-box-shadow: 1px 1px 3px 2px #650093; box-shadow: 1px 1px 3px 2px #650093;">
Div content here</div>
This div box has shadow with color #650093
Comments
No comments written yet.
Please login to write comment.