Color spaces of #602ffa
RGB | 96 | 47 | 250 |
---|---|---|---|
HSL | 0.71 | 0.95 | 0.58 |
HSV | 254° | 81° | 98° |
CMYK | 0.62 | 0.81 | 0.00 0.02 |
XYZ | 23.0957 | 11.4220 | 91.4299 |
Yxy | 11.4220 | 0.1834 | 0.0907 |
Hunter Lab | 33.7964 | 62.8389 | -136.7404 |
CIE-Lab | 40.2823 | 69.4131 | -91.6474 |
#602ffa color RGB value is (96,47,250).
#602ffa hex color red value is 96, green value is 47 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #602ffa hue: 0.71 , saturation: 0.95 and the lightness value of 602ffa is 0.58.
The process color (four color CMYK) of #602ffa color hex is 0.62, 0.81, 0.00, 0.02. Web safe color of #602ffa is #6633ff. Color #602ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00101111 | 11111010 |
Octal | 140 | 57 | 372 |
Decimal | 96 | 47 | 250 |
Hex | 60 | 2F | FA |
Shades of #602ffa
Tints of #602ffa
RGB Percentages of Color #602ffa
CMYK Percentages of Color #602ffa
Complementary Color
#602ffa | #c9fa2f |
#602ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#602ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#602ffa Color CSS Codes
.mybgcolor {background-color:#602ffa; } .myforecolor {color:#602ffa; } .mybordercolor {border:3px solid #602ffa; }
#602ffa Text Font Color
<p style="color:#602ffa">Text here</p>
This sample text font color is #602ffa
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.
#602ffa Background Color
<div style="background-color:#602ffa">
Div content here</div>
This div background color is #602ffa
#602ffa Border Color
<div style="border:3px solid #602ffa">
Div here</div>
This div border color is #602ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,47,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #602ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #602ffa; -webkit-box-shadow: 1px 1px 3px 2px #602ffa; box-shadow: 1px 1px 3px 2px #602ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,47,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #602ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #602ffa; -webkit-box-shadow: 1px 1px 3px 2px #602ffa; box-shadow: 1px 1px 3px 2px #602ffa;">
Div content here</div>
This div box has shadow with color #602ffa
Comments
No comments written yet.
Please login to write comment.