Color spaces of #cf49bb
RGB | 207 | 73 | 187 |
---|---|---|---|
HSL | 0.86 | 0.58 | 0.55 |
HSV | 309° | 65° | 81° |
CMYK | 0.00 | 0.65 | 0.10 0.19 |
XYZ | 37.0843 | 21.6183 | 49.2319 |
Yxy | 21.6183 | 0.3436 | 0.2003 |
Hunter Lab | 46.4955 | 61.0026 | -30.2326 |
CIE-Lab | 53.6197 | 65.2749 | -33.4722 |
#cf49bb color RGB value is (207,73,187).
#cf49bb hex color red value is 207, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf49bb hue: 0.86 , saturation: 0.58 and the lightness value of cf49bb is 0.55.
The process color (four color CMYK) of #cf49bb color hex is 0.00, 0.65, 0.10, 0.19. Web safe color of #cf49bb is #cc33cc. Color #cf49bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01001001 | 10111011 |
Octal | 317 | 111 | 273 |
Decimal | 207 | 73 | 187 |
Hex | CF | 49 | BB |
Shades of #cf49bb
Tints of #cf49bb
RGB Percentages of Color #cf49bb
CMYK Percentages of Color #cf49bb
Complementary Color
#cf49bb | #49cf5d |
#cf49bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf49bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf49bb Color CSS Codes
.mybgcolor {background-color:#cf49bb; } .myforecolor {color:#cf49bb; } .mybordercolor {border:3px solid #cf49bb; }
#cf49bb Text Font Color
<p style="color:#cf49bb">Text here</p>
This sample text font color is #cf49bb
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.
#cf49bb Background Color
<div style="background-color:#cf49bb">
Div content here</div>
This div background color is #cf49bb
#cf49bb Border Color
<div style="border:3px solid #cf49bb">
Div here</div>
This div border color is #cf49bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,73,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf49bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf49bb; -webkit-box-shadow: 1px 1px 3px 2px #cf49bb; box-shadow: 1px 1px 3px 2px #cf49bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,73,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 #cf49bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf49bb; -webkit-box-shadow: 1px 1px 3px 2px #cf49bb; box-shadow: 1px 1px 3px 2px #cf49bb;">
Div content here</div>
This div box has shadow with color #cf49bb
Comments
No comments written yet.
Please login to write comment.