Color spaces of #603167
RGB | 96 | 49 | 103 |
---|---|---|---|
HSL | 0.81 | 0.36 | 0.30 |
HSV | 292° | 52° | 40° |
CMYK | 0.07 | 0.52 | 0.00 0.60 |
XYZ | 8.3704 | 5.6627 | 13.4838 |
Yxy | 5.6627 | 0.3042 | 0.2058 |
Hunter Lab | 23.7964 | 21.1437 | -16.9381 |
CIE-Lab | 28.5450 | 30.4491 | -22.8873 |
#603167 color RGB value is (96,49,103).
#603167 hex color red value is 96, green value is 49 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #603167 hue: 0.81 , saturation: 0.36 and the lightness value of 603167 is 0.30.
The process color (four color CMYK) of #603167 color hex is 0.07, 0.52, 0.00, 0.60. Web safe color of #603167 is #663366. Color #603167 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00110001 | 01100111 |
Octal | 140 | 61 | 147 |
Decimal | 96 | 49 | 103 |
Hex | 60 | 31 | 67 |
Shades of #603167
Tints of #603167
RGB Percentages of Color #603167
CMYK Percentages of Color #603167
Complementary Color
#603167 | #386731 |
#603167 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#603167 Color Preview on White Background
Lorem ipsum dolor sit amet.
#603167 Color CSS Codes
.mybgcolor {background-color:#603167; } .myforecolor {color:#603167; } .mybordercolor {border:3px solid #603167; }
#603167 Text Font Color
<p style="color:#603167">Text here</p>
This sample text font color is #603167
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.
#603167 Background Color
<div style="background-color:#603167">
Div content here</div>
This div background color is #603167
#603167 Border Color
<div style="border:3px solid #603167">
Div here</div>
This div border color is #603167
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,49,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #603167; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #603167; -webkit-box-shadow: 1px 1px 3px 2px #603167; box-shadow: 1px 1px 3px 2px #603167; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,49,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #603167">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #603167; -webkit-box-shadow: 1px 1px 3px 2px #603167; box-shadow: 1px 1px 3px 2px #603167;">
Div content here</div>
This div box has shadow with color #603167
Comments
No comments written yet.
Please login to write comment.