Color spaces of #cf06bc
RGB | 207 | 6 | 188 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.42 |
HSV | 306° | 97° | 81° |
CMYK | 0.00 | 0.97 | 0.09 0.19 |
XYZ | 34.8744 | 17.0265 | 49.0253 |
Yxy | 17.0265 | 0.3455 | 0.1687 |
Hunter Lab | 41.2632 | 78.6523 | -41.5590 |
CIE-Lab | 48.2934 | 80.8263 | -42.4403 |
#cf06bc color RGB value is (207,6,188).
#cf06bc hex color red value is 207, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cf06bc hue: 0.85 , saturation: 0.94 and the lightness value of cf06bc is 0.42.
The process color (four color CMYK) of #cf06bc color hex is 0.00, 0.97, 0.09, 0.19. Web safe color of #cf06bc is #cc00cc. Color #cf06bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00000110 | 10111100 |
Octal | 317 | 6 | 274 |
Decimal | 207 | 6 | 188 |
Hex | CF | 6 | BC |
Shades of #cf06bc
Tints of #cf06bc
RGB Percentages of Color #cf06bc
CMYK Percentages of Color #cf06bc
Complementary Color
#cf06bc | #06cf19 |
#cf06bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf06bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf06bc Color CSS Codes
.mybgcolor {background-color:#cf06bc; } .myforecolor {color:#cf06bc; } .mybordercolor {border:3px solid #cf06bc; }
#cf06bc Text Font Color
<p style="color:#cf06bc">Text here</p>
This sample text font color is #cf06bc
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.
#cf06bc Background Color
<div style="background-color:#cf06bc">
Div content here</div>
This div background color is #cf06bc
#cf06bc Border Color
<div style="border:3px solid #cf06bc">
Div here</div>
This div border color is #cf06bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,6,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf06bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf06bc; -webkit-box-shadow: 1px 1px 3px 2px #cf06bc; box-shadow: 1px 1px 3px 2px #cf06bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,6,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf06bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf06bc; -webkit-box-shadow: 1px 1px 3px 2px #cf06bc; box-shadow: 1px 1px 3px 2px #cf06bc;">
Div content here</div>
This div box has shadow with color #cf06bc
Comments
No comments written yet.
Please login to write comment.