Color spaces of #602dc6
RGB | 96 | 45 | 198 |
---|---|---|---|
HSL | 0.72 | 0.63 | 0.48 |
HSV | 260° | 77° | 78° |
CMYK | 0.52 | 0.77 | 0.00 0.22 |
XYZ | 15.9553 | 8.4408 | 54.2144 |
Yxy | 8.4408 | 0.2030 | 0.1074 |
Hunter Lab | 29.0531 | 47.1854 | -90.3009 |
CIE-Lab | 34.8845 | 56.4899 | -70.7871 |
#602dc6 color RGB value is (96,45,198).
#602dc6 hex color red value is 96, green value is 45 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #602dc6 hue: 0.72 , saturation: 0.63 and the lightness value of 602dc6 is 0.48.
The process color (four color CMYK) of #602dc6 color hex is 0.52, 0.77, 0.00, 0.22. Web safe color of #602dc6 is #6633cc. Color #602dc6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00101101 | 11000110 |
Octal | 140 | 55 | 306 |
Decimal | 96 | 45 | 198 |
Hex | 60 | 2D | C6 |
Shades of #602dc6
Tints of #602dc6
RGB Percentages of Color #602dc6
CMYK Percentages of Color #602dc6
Complementary Color
#602dc6 | #93c62d |
#602dc6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#602dc6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#602dc6 Color CSS Codes
.mybgcolor {background-color:#602dc6; } .myforecolor {color:#602dc6; } .mybordercolor {border:3px solid #602dc6; }
#602dc6 Text Font Color
<p style="color:#602dc6">Text here</p>
This sample text font color is #602dc6
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.
#602dc6 Background Color
<div style="background-color:#602dc6">
Div content here</div>
This div background color is #602dc6
#602dc6 Border Color
<div style="border:3px solid #602dc6">
Div here</div>
This div border color is #602dc6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,45,198, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #602dc6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #602dc6; -webkit-box-shadow: 1px 1px 3px 2px #602dc6; box-shadow: 1px 1px 3px 2px #602dc6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,45,198, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #602dc6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #602dc6; -webkit-box-shadow: 1px 1px 3px 2px #602dc6; box-shadow: 1px 1px 3px 2px #602dc6;">
Div content here</div>
This div box has shadow with color #602dc6
Comments
No comments written yet.
Please login to write comment.