Color spaces of #c66fbb
RGB | 198 | 111 | 187 |
---|---|---|---|
HSL | 0.85 | 0.43 | 0.61 |
HSV | 308° | 44° | 78° |
CMYK | 0.00 | 0.44 | 0.06 0.22 |
XYZ | 37.9428 | 26.9625 | 50.2182 |
Yxy | 26.9625 | 0.3296 | 0.2342 |
Hunter Lab | 51.9254 | 39.5635 | -20.9928 |
CIE-Lab | 58.9396 | 45.1420 | -25.3182 |
#c66fbb color RGB value is (198,111,187).
#c66fbb hex color red value is 198, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c66fbb hue: 0.85 , saturation: 0.43 and the lightness value of c66fbb is 0.61.
The process color (four color CMYK) of #c66fbb color hex is 0.00, 0.44, 0.06, 0.22. Web safe color of #c66fbb is #cc66cc. Color #c66fbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01101111 | 10111011 |
Octal | 306 | 157 | 273 |
Decimal | 198 | 111 | 187 |
Hex | C6 | 6F | BB |
Shades of #c66fbb
Tints of #c66fbb
RGB Percentages of Color #c66fbb
CMYK Percentages of Color #c66fbb
Complementary Color
#c66fbb | #6fc67a |
#c66fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c66fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c66fbb Color CSS Codes
.mybgcolor {background-color:#c66fbb; } .myforecolor {color:#c66fbb; } .mybordercolor {border:3px solid #c66fbb; }
#c66fbb Text Font Color
<p style="color:#c66fbb">Text here</p>
This sample text font color is #c66fbb
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.
#c66fbb Background Color
<div style="background-color:#c66fbb">
Div content here</div>
This div background color is #c66fbb
#c66fbb Border Color
<div style="border:3px solid #c66fbb">
Div here</div>
This div border color is #c66fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,111,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c66fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c66fbb; -webkit-box-shadow: 1px 1px 3px 2px #c66fbb; box-shadow: 1px 1px 3px 2px #c66fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,111,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c66fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c66fbb; -webkit-box-shadow: 1px 1px 3px 2px #c66fbb; box-shadow: 1px 1px 3px 2px #c66fbb;">
Div content here</div>
This div box has shadow with color #c66fbb
Comments
No comments written yet.
Please login to write comment.