Color spaces of #600dda
RGB | 96 | 13 | 218 |
---|---|---|---|
HSL | 0.73 | 0.89 | 0.45 |
HSV | 264° | 94° | 85° |
CMYK | 0.56 | 0.94 | 0.00 0.15 |
XYZ | 17.6227 | 7.8366 | 66.9135 |
Yxy | 7.8366 | 0.1908 | 0.0848 |
Hunter Lab | 27.9939 | 63.3797 | -122.1243 |
CIE-Lab | 33.6402 | 71.1449 | -84.4521 |
#600dda color RGB value is (96,13,218).
#600dda hex color red value is 96, green value is 13 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #600dda hue: 0.73 , saturation: 0.89 and the lightness value of 600dda is 0.45.
The process color (four color CMYK) of #600dda color hex is 0.56, 0.94, 0.00, 0.15. Web safe color of #600dda is #6600cc. Color #600dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00001101 | 11011010 |
Octal | 140 | 15 | 332 |
Decimal | 96 | 13 | 218 |
Hex | 60 | D | DA |
Shades of #600dda
Tints of #600dda
RGB Percentages of Color #600dda
CMYK Percentages of Color #600dda
Complementary Color
#600dda | #87da0d |
#600dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#600dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#600dda Color CSS Codes
.mybgcolor {background-color:#600dda; } .myforecolor {color:#600dda; } .mybordercolor {border:3px solid #600dda; }
#600dda Text Font Color
<p style="color:#600dda">Text here</p>
This sample text font color is #600dda
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.
#600dda Background Color
<div style="background-color:#600dda">
Div content here</div>
This div background color is #600dda
#600dda Border Color
<div style="border:3px solid #600dda">
Div here</div>
This div border color is #600dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,13,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #600dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #600dda; -webkit-box-shadow: 1px 1px 3px 2px #600dda; box-shadow: 1px 1px 3px 2px #600dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,13,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #600dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #600dda; -webkit-box-shadow: 1px 1px 3px 2px #600dda; box-shadow: 1px 1px 3px 2px #600dda;">
Div content here</div>
This div box has shadow with color #600dda
Comments
No comments written yet.
Please login to write comment.