Color spaces of #c61bad
RGB | 198 | 27 | 173 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.44 |
HSV | 309° | 86° | 78° |
CMYK | 0.00 | 0.86 | 0.13 0.22 |
XYZ | 31.2235 | 15.8068 | 40.9405 |
Yxy | 15.8068 | 0.3549 | 0.1797 |
Hunter Lab | 39.7578 | 70.6077 | -33.2234 |
CIE-Lab | 46.7200 | 74.6541 | -36.2157 |
#c61bad color RGB value is (198,27,173).
#c61bad hex color red value is 198, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c61bad hue: 0.86 , saturation: 0.76 and the lightness value of c61bad is 0.44.
The process color (four color CMYK) of #c61bad color hex is 0.00, 0.86, 0.13, 0.22. Web safe color of #c61bad is #cc3399. Color #c61bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00011011 | 10101101 |
Octal | 306 | 33 | 255 |
Decimal | 198 | 27 | 173 |
Hex | C6 | 1B | AD |
Shades of #c61bad
Tints of #c61bad
RGB Percentages of Color #c61bad
CMYK Percentages of Color #c61bad
Complementary Color
#c61bad | #1bc634 |
#c61bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c61bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c61bad Color CSS Codes
.mybgcolor {background-color:#c61bad; } .myforecolor {color:#c61bad; } .mybordercolor {border:3px solid #c61bad; }
#c61bad Text Font Color
<p style="color:#c61bad">Text here</p>
This sample text font color is #c61bad
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.
#c61bad Background Color
<div style="background-color:#c61bad">
Div content here</div>
This div background color is #c61bad
#c61bad Border Color
<div style="border:3px solid #c61bad">
Div here</div>
This div border color is #c61bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,27,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c61bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c61bad; -webkit-box-shadow: 1px 1px 3px 2px #c61bad; box-shadow: 1px 1px 3px 2px #c61bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,27,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c61bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c61bad; -webkit-box-shadow: 1px 1px 3px 2px #c61bad; box-shadow: 1px 1px 3px 2px #c61bad;">
Div content here</div>
This div box has shadow with color #c61bad
Comments
No comments written yet.
Please login to write comment.