Color spaces of #600bbd
RGB | 96 | 11 | 189 |
---|---|---|---|
HSL | 0.75 | 0.89 | 0.39 |
HSV | 269° | 94° | 74° |
CMYK | 0.49 | 0.94 | 0.00 0.26 |
XYZ | 14.1289 | 6.4003 | 48.6348 |
Yxy | 6.4003 | 0.2043 | 0.0925 |
Hunter Lab | 25.2988 | 55.4159 | -96.2708 |
CIE-Lab | 30.4007 | 64.8631 | -72.8817 |
#600bbd color RGB value is (96,11,189).
#600bbd hex color red value is 96, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #600bbd hue: 0.75 , saturation: 0.89 and the lightness value of 600bbd is 0.39.
The process color (four color CMYK) of #600bbd color hex is 0.49, 0.94, 0.00, 0.26. Web safe color of #600bbd is #6600cc. Color #600bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00001011 | 10111101 |
Octal | 140 | 13 | 275 |
Decimal | 96 | 11 | 189 |
Hex | 60 | B | BD |
Shades of #600bbd
Tints of #600bbd
RGB Percentages of Color #600bbd
CMYK Percentages of Color #600bbd
Complementary Color
#600bbd | #68bd0b |
#600bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#600bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#600bbd Color CSS Codes
.mybgcolor {background-color:#600bbd; } .myforecolor {color:#600bbd; } .mybordercolor {border:3px solid #600bbd; }
#600bbd Text Font Color
<p style="color:#600bbd">Text here</p>
This sample text font color is #600bbd
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.
#600bbd Background Color
<div style="background-color:#600bbd">
Div content here</div>
This div background color is #600bbd
#600bbd Border Color
<div style="border:3px solid #600bbd">
Div here</div>
This div border color is #600bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,11,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #600bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #600bbd; -webkit-box-shadow: 1px 1px 3px 2px #600bbd; box-shadow: 1px 1px 3px 2px #600bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,11,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #600bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #600bbd; -webkit-box-shadow: 1px 1px 3px 2px #600bbd; box-shadow: 1px 1px 3px 2px #600bbd;">
Div content here</div>
This div box has shadow with color #600bbd
Comments
No comments written yet.
Please login to write comment.