Color spaces of #60387a
RGB | 96 | 56 | 122 |
---|---|---|---|
HSL | 0.77 | 0.37 | 0.35 |
HSV | 276° | 54° | 48° |
CMYK | 0.21 | 0.54 | 0.00 0.52 |
XYZ | 9.7509 | 6.7203 | 19.1956 |
Yxy | 6.7203 | 0.2734 | 0.1884 |
Hunter Lab | 25.9235 | 21.7749 | -25.7560 |
CIE-Lab | 31.1615 | 30.7839 | -30.8314 |
#60387a color RGB value is (96,56,122).
#60387a hex color red value is 96, green value is 56 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #60387a hue: 0.77 , saturation: 0.37 and the lightness value of 60387a is 0.35.
The process color (four color CMYK) of #60387a color hex is 0.21, 0.54, 0.00, 0.52. Web safe color of #60387a is #663366. Color #60387a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00111000 | 01111010 |
Octal | 140 | 70 | 172 |
Decimal | 96 | 56 | 122 |
Hex | 60 | 38 | 7A |
Shades of #60387a
Tints of #60387a
RGB Percentages of Color #60387a
CMYK Percentages of Color #60387a
Complementary Color
#60387a | #527a38 |
#60387a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60387a Color Preview on White Background
Lorem ipsum dolor sit amet.
#60387a Color CSS Codes
.mybgcolor {background-color:#60387a; } .myforecolor {color:#60387a; } .mybordercolor {border:3px solid #60387a; }
#60387a Text Font Color
<p style="color:#60387a">Text here</p>
This sample text font color is #60387a
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.
#60387a Background Color
<div style="background-color:#60387a">
Div content here</div>
This div background color is #60387a
#60387a Border Color
<div style="border:3px solid #60387a">
Div here</div>
This div border color is #60387a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,56,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60387a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60387a; -webkit-box-shadow: 1px 1px 3px 2px #60387a; box-shadow: 1px 1px 3px 2px #60387a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,56,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60387a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60387a; -webkit-box-shadow: 1px 1px 3px 2px #60387a; box-shadow: 1px 1px 3px 2px #60387a;">
Div content here</div>
This div box has shadow with color #60387a
Comments
No comments written yet.
Please login to write comment.