Color spaces of #603498
RGB | 96 | 52 | 152 |
---|---|---|---|
HSL | 0.74 | 0.49 | 0.40 |
HSV | 266° | 66° | 60° |
CMYK | 0.37 | 0.66 | 0.00 0.40 |
XYZ | 11.7194 | 7.2098 | 30.4797 |
Yxy | 7.2098 | 0.2372 | 0.1459 |
Hunter Lab | 26.8511 | 30.9186 | -48.5066 |
CIE-Lab | 32.2798 | 40.7595 | -47.5908 |
#603498 color RGB value is (96,52,152).
#603498 hex color red value is 96, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #603498 hue: 0.74 , saturation: 0.49 and the lightness value of 603498 is 0.40.
The process color (four color CMYK) of #603498 color hex is 0.37, 0.66, 0.00, 0.40. Web safe color of #603498 is #663399. Color #603498 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00110100 | 10011000 |
Octal | 140 | 64 | 230 |
Decimal | 96 | 52 | 152 |
Hex | 60 | 34 | 98 |
Shades of #603498
Tints of #603498
RGB Percentages of Color #603498
CMYK Percentages of Color #603498
Complementary Color
#603498 | #6c9834 |
#603498 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#603498 Color Preview on White Background
Lorem ipsum dolor sit amet.
#603498 Color CSS Codes
.mybgcolor {background-color:#603498; } .myforecolor {color:#603498; } .mybordercolor {border:3px solid #603498; }
#603498 Text Font Color
<p style="color:#603498">Text here</p>
This sample text font color is #603498
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.
#603498 Background Color
<div style="background-color:#603498">
Div content here</div>
This div background color is #603498
#603498 Border Color
<div style="border:3px solid #603498">
Div here</div>
This div border color is #603498
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,52,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #603498; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #603498; -webkit-box-shadow: 1px 1px 3px 2px #603498; box-shadow: 1px 1px 3px 2px #603498; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,52,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #603498">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #603498; -webkit-box-shadow: 1px 1px 3px 2px #603498; box-shadow: 1px 1px 3px 2px #603498;">
Div content here</div>
This div box has shadow with color #603498
Comments
No comments written yet.
Please login to write comment.