Color spaces of #c60b99
RGB | 198 | 11 | 153 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.41 |
HSV | 314° | 94° | 78° |
CMYK | 0.00 | 0.94 | 0.23 0.22 |
XYZ | 29.1581 | 14.5450 | 31.4077 |
Yxy | 14.5450 | 0.3882 | 0.1936 |
Hunter Lab | 38.1379 | 69.7297 | -22.1305 |
CIE-Lab | 45.0046 | 74.2668 | -26.9661 |
#c60b99 color RGB value is (198,11,153).
#c60b99 hex color red value is 198, green value is 11 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c60b99 hue: 0.87 , saturation: 0.89 and the lightness value of c60b99 is 0.41.
The process color (four color CMYK) of #c60b99 color hex is 0.00, 0.94, 0.23, 0.22. Web safe color of #c60b99 is #cc0099. Color #c60b99 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00001011 | 10011001 |
Octal | 306 | 13 | 231 |
Decimal | 198 | 11 | 153 |
Hex | C6 | B | 99 |
Shades of #c60b99
Tints of #c60b99
RGB Percentages of Color #c60b99
CMYK Percentages of Color #c60b99
Complementary Color
#c60b99 | #0bc638 |
#c60b99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c60b99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c60b99 Color CSS Codes
.mybgcolor {background-color:#c60b99; } .myforecolor {color:#c60b99; } .mybordercolor {border:3px solid #c60b99; }
#c60b99 Text Font Color
<p style="color:#c60b99">Text here</p>
This sample text font color is #c60b99
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.
#c60b99 Background Color
<div style="background-color:#c60b99">
Div content here</div>
This div background color is #c60b99
#c60b99 Border Color
<div style="border:3px solid #c60b99">
Div here</div>
This div border color is #c60b99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,11,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c60b99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c60b99; -webkit-box-shadow: 1px 1px 3px 2px #c60b99; box-shadow: 1px 1px 3px 2px #c60b99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,11,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c60b99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c60b99; -webkit-box-shadow: 1px 1px 3px 2px #c60b99; box-shadow: 1px 1px 3px 2px #c60b99;">
Div content here</div>
This div box has shadow with color #c60b99
Comments
No comments written yet.
Please login to write comment.