Color spaces of #605c8d
RGB | 96 | 92 | 141 |
---|---|---|---|
HSL | 0.68 | 0.21 | 0.46 |
HSV | 245° | 35° | 55° |
CMYK | 0.32 | 0.35 | 0.00 0.45 |
XYZ | 13.4587 | 12.0642 | 26.8186 |
Yxy | 12.0642 | 0.2571 | 0.2305 |
Hunter Lab | 34.7336 | 8.3822 | -21.4657 |
CIE-Lab | 41.3180 | 13.5501 | -26.5445 |
#605c8d color RGB value is (96,92,141).
#605c8d hex color red value is 96, green value is 92 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #605c8d hue: 0.68 , saturation: 0.21 and the lightness value of 605c8d is 0.46.
The process color (four color CMYK) of #605c8d color hex is 0.32, 0.35, 0.00, 0.45. Web safe color of #605c8d is #666699. Color #605c8d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01011100 | 10001101 |
Octal | 140 | 134 | 215 |
Decimal | 96 | 92 | 141 |
Hex | 60 | 5C | 8D |
Shades of #605c8d
Tints of #605c8d
RGB Percentages of Color #605c8d
CMYK Percentages of Color #605c8d
Complementary Color
#605c8d | #898d5c |
#605c8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#605c8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#605c8d Color CSS Codes
.mybgcolor {background-color:#605c8d; } .myforecolor {color:#605c8d; } .mybordercolor {border:3px solid #605c8d; }
#605c8d Text Font Color
<p style="color:#605c8d">Text here</p>
This sample text font color is #605c8d
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.
#605c8d Background Color
<div style="background-color:#605c8d">
Div content here</div>
This div background color is #605c8d
#605c8d Border Color
<div style="border:3px solid #605c8d">
Div here</div>
This div border color is #605c8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,92,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #605c8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #605c8d; -webkit-box-shadow: 1px 1px 3px 2px #605c8d; box-shadow: 1px 1px 3px 2px #605c8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,92,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #605c8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #605c8d; -webkit-box-shadow: 1px 1px 3px 2px #605c8d; box-shadow: 1px 1px 3px 2px #605c8d;">
Div content here</div>
This div box has shadow with color #605c8d
Comments
No comments written yet.
Please login to write comment.